Commit Graph

240 Commits (177f3b920cf6d1ab6d97f0978f866a8a711918e6)

Author SHA1 Message Date
David S. Miller 0dbaee3b37 net: Abstract default ADVMSS behind an accessor. 14 years ago
David S. Miller 457de4383e ipv6: Fix 'release_it' logic in tcp_v6_get_peer() 14 years ago
David S. Miller db3949c450 tcp: Implement ipv6 ->get_peer() and ->tw_get_peer(). 14 years ago
David S. Miller 493f377d6d tcp: Add timewait recycling bits to ipv6 connect code. 14 years ago
David S. Miller ccb7c410dd timewait_sock: Create and use getpeer op. 14 years ago
David S. Miller 3f419d2d48 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. 14 years ago
Balazs Scheidler 093d282321 tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() 15 years ago
Eric Dumazet a02cec2155 net: return operator cleanup 15 years ago
Changli Gao 7ba4291007 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() 15 years ago
Florian Westphal 172d69e63c syncookies: add support for ECN 15 years ago
Florian Westphal 2bbdf389a9 ipv6: syncookies: do not skip ->iif initialization 15 years ago
Florian Westphal af9b473857 syncookies: avoid unneeded tcp header flag double check 15 years ago
Arnaud Ebalard 20c59de2e6 ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option 15 years ago
Eric Dumazet a465419b1f net: Introduce sk_route_nocaps 15 years ago
Stephen Hemminger e802af9cab IPv6: Generic TTL Security Mechanism (final version) 15 years ago
David S. Miller e5700aff14 tcp: Mark v6 response packets as CHECKSUM_PARTIAL 15 years ago
David S. Miller f71b70e115 tcp: Fix ipv6 checksumming on response packets for real. 15 years ago
Herbert Xu 6651ffc8e8 ipv6: Fix tcp_v6_send_response transport header setting. 15 years ago
Eric Dumazet 0eae88f31c net: Fix various endianness glitches 15 years ago
Shan Wei 4e15ed4d93 net: replace ipfragok with skb->local_df 15 years ago
Herbert Xu bb29624614 inet: Remove unused send_check length argument 15 years ago
Herbert Xu 8ad50d96db tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv6 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Eric Dumazet 6cce09f87a tcp: Add SNMP counters for backlog and min_ttl drops 15 years ago
Zhu Yi a3a858ff18 net: backlog functions rename 15 years ago
Zhu Yi 6b03a53a5a tcp: use limited socket backlog 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Octavian Purdila 72659ecce6 tcp: account SYN-ACK timeouts & retransmissions 15 years ago
Joe Perches 5856b606e6 net/ipv6/tcp_ipv6.c: Use compressed IPv6 address 15 years ago
David S. Miller bb5b7c1126 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. 15 years ago
Eric Dumazet 9327f7053e tcp: Fix a connect() race with timewait sockets 15 years ago
Eric W. Biederman b099ce2602 net: Batch inet_twsk_purge 15 years ago
William Allen Simpson 4957faade1 TCPCT part 1g: Responder Cookie => Initiator 15 years ago
William Allen Simpson 435cf559f0 TCPCT part 1d: define TCP cookie option, extend existing struct's 15 years ago
William Allen Simpson e6b4d11367 TCPCT part 1a: add request_values parameter for sending SYNACK 15 years ago
William Allen Simpson bee7ca9ec0 net: TCP_MSS_DEFAULT, TCP_MSS_DESIRED 15 years ago
Eric Paris 13f18aa05f net: drop capability from protocol definitions 15 years ago
Gilad Ben-Yossef 022c3f7d82 Allow tcp_parse_options to consult dst entry 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Brian Haley b301e82cf8 IPv6: use ipv6_addr_set_v4mapped() 16 years ago
Brian Haley 51953d5bc4 Use sk_mark for IPv6 routing lookups 16 years ago
Ilpo Järvinen 0b6a05c1db tcp: fix ssthresh u16 leftover 16 years ago
Alexey Dobriyan 41135cc836 net: constify struct inet6_protocol 16 years ago
Cosmin Ratiu a8fdf2b331 ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header 16 years ago
Wu Fengguang aa1330766c tcp: replace hard coded GFP_KERNEL with sk_allocation 16 years ago
Stephen Hemminger 3b401a81c0 inet: inet_connection_sock_af_ops const 16 years ago
Stephen Hemminger b2e4b3debc tcp: MD5 operations should be const 16 years ago
John Dykstra e547bc1ecc tcp: Use correct peer adr when copying MD5 keys 16 years ago
John Dykstra e3afe7b75e tcp: Fix MD5 signature checking on IPv4 mapped sockets 16 years ago
Brian Haley d5fdd6babc ipv6: Use correct data types for ICMPv6 type and code 16 years ago