Commit Graph

121 Commits (89a5264f065672a882f555228000614a6b2182b7)

Author SHA1 Message Date
Ian McDonald c09966608d [DCCP] ccid3: Divide by zero fix 19 years ago
Al Viro 1b8623545b [PATCH] remove bogus asm/bug.h includes. 19 years ago
David S. Miller 0cbd782507 [DCCP] ipv6: dccp_v6_send_response() has a DST leak too. 19 years ago
Patrick McHardy 5d39a795bf [IPV4]: Always set fl.proto in ip_route_newports 19 years ago
Kris Katterjohn a8fc3d8dec [NET]: "signed long" -> "long" 19 years ago
Patrick McHardy eb9c7ebe69 [NETFILTER]: Handle NAT in IPsec policy checks 19 years ago
Patrick McHardy b59c270104 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done 19 years ago
Patrick McHardy 951dbc8ac7 [IPV6]: Move nextheader offset to the IP6CB 19 years ago
David S. Miller aa0e4e4aea [DCCP]: ipv6.c needs net/ip6_checksum.c 19 years ago
Arnaldo Carvalho de Melo e4dfd449c8 [DCCP] ackvec: use u8 for the buf offsets 19 years ago
Andrea Bittau 6742bbcbb8 [DCCP] ackvec: Fix spelling of "throw" 19 years ago
Andrea Bittau e84a9f5e9c [DCCP]: Notify CCID only after ACK vectors have been processed. 19 years ago
Andrea Bittau 9e377202d2 [DCCP]: Send an ACK vector when ACKing a response packet 19 years ago
Andrea Bittau 709dd3aaf5 [DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN. 19 years ago
Arnaldo Carvalho de Melo 14c850212e [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 19 years ago
Arnaldo Carvalho de Melo 25995ff577 [SOCK]: Introduce sk_receive_skb 19 years ago
Eric Dumazet 90ddc4f047 [NET]: move struct proto_ops to const 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago
Arnaldo Carvalho de Melo d8313f5ca2 [INET6]: Generalise tcp_v6_hash_connect 19 years ago
Arnaldo Carvalho de Melo a7f5e7f164 [INET]: Generalise tcp_v4_hash_connect 19 years ago
Arnaldo Carvalho de Melo 6d6ee43e0b [TWSK]: Introduce struct timewait_sock_ops 19 years ago
Arnaldo Carvalho de Melo fc44b98053 [DCCP]: Use reqsk_free in dccp_v4_conn_request 19 years ago
Arnaldo Carvalho de Melo 3df80d9320 [DCCP]: Introduce DCCPv6 19 years ago
Arnaldo Carvalho de Melo f21e68caa0 [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 19 years ago
Arnaldo Carvalho de Melo 34ca686081 [DCCP]: Just rename dccp_v4_prot to dccp_prot 19 years ago
Arnaldo Carvalho de Melo 57cca05af1 [DCCP]: Introduce dccp_ipv4_af_ops 19 years ago
Arnaldo Carvalho de Melo 971af18bbf [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port 19 years ago
Ian McDonald 4c7e689502 [DCCP]: Comment typo 19 years ago
Patrick McHardy a516b04950 [DCCP]: Add missing no_policy flag to struct net_protocol 19 years ago
Jesper Juhl a51482bde2 [NET]: kfree cleanup 19 years ago
Stephen Hemminger 6df716340d [TCP/DCCP]: Randomize port selection 19 years ago
Herbert Xu edc9e81917 [DCCP]: Set socket owner iff packet is not data 19 years ago
Herbert Xu 48918a4dbd [DCCP]: Simplify skb_set_owner_w semantics 19 years ago
Al Viro 7d877f3bda [PATCH] gfp_t: net/* 19 years ago
Herbert Xu 49c5bfaffe [DCCP]: Clear the IPCB area 20 years ago
Herbert Xu ffa29347df [DCCP]: Make dccp_write_xmit always free the packet 20 years ago
Herbert Xu fda0fd6c5b [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL 20 years ago
Arnaldo Carvalho de Melo 2a9bc9bb4d [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets 20 years ago
Arnaldo Carvalho de Melo 777b25a2fe [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions 20 years ago
Al Viro dd0fc66fb3 [PATCH] gfp flags annotations - part 1 20 years ago
Eric Dumazet 81c3d5470e [INET]: speedup inet (tcp/dccp) lookups 20 years ago
Arnaldo Carvalho de Melo 88f964db6e [DCCP]: Introduce CCID getsockopt for the CCIDs 20 years ago
Arnaldo Carvalho de Melo 561713cf47 [DCCP]: Don't use necessarily the same CCID for tx and rx 20 years ago
Arnaldo Carvalho de Melo 65299d6c3c [CCID3]: Introduce include/linux/tfrc.h 20 years ago
Arnaldo Carvalho de Melo ae31c3399d [DCCP]: Move the ack vector code to net/dccp/ackvec.[ch] 20 years ago
Arnaldo Carvalho de Melo 67e6b62921 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 20 years ago
Arnaldo Carvalho de Melo 0c10c5d968 [DCCP]: More precisely set reset_code when sending RESET packets 20 years ago
Arnaldo Carvalho de Melo 2b80230a7f [DCCP]: Handle SYNC packets in dccp_rcv_state_process 20 years ago
Arnaldo Carvalho de Melo 811265b8e8 [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq 20 years ago
Arnaldo Carvalho de Melo 59c2353dd0 [CCID3]: Listen socks doesn't have a private CCID block 20 years ago