Commit Graph

111 Commits (1b4f59e356cc94929305bd107b7f38eec62715ad)

Author SHA1 Message Date
Julian Anastasov 155e8336c3 ipv4: introduce rt_uses_gateway 13 years ago
Eric Dumazet 7ab4551f3b tcp: fix TFO regression 13 years ago
Jerry Chu 8336886f78 tcp: TCP Fast Open Server - support TFO listeners 13 years ago
Christoph Paasch 1a7b27c97c ipv4: Use newinet->inet_opt in inet_csk_route_child_sock() 13 years ago
David S. Miller ba3f7f04ef ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. 13 years ago
David S. Miller f8126f1d51 ipv4: Adjust semantics of rt->rt_gateway. 13 years ago
Eric Dumazet 5abf7f7e0f ipv4: fix rcu splat 13 years ago
David S. Miller 6700c2709c net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() 13 years ago
David S. Miller 80d0a69fc5 ipv4: Add helper inet_csk_update_pmtu(). 13 years ago
David S. Miller 3e12939a2a inet: Kill FLOWI_FLAG_PRECOW_METRICS. 13 years ago
Eric Dumazet 7586eceb0a ipv4: tcp: dont cache output dst for syncookies 13 years ago
Eric Dumazet 7433819a1e tcp: do not create inetpeer on SYNACK message 13 years ago
Pavel Emelyanov 4a17fd5229 sock: Introduce named constants for sk_reuse 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Alex Copot aacd9289af tcp: bind() use stronger condition for bind_conflict 13 years ago
Eric Dumazet c72e118334 inet: makes syn_ack_timeout mandatory 13 years ago
Eric Dumazet fd4f2cead6 tcp: RFC6298 supersedes RFC2988bis 13 years ago
Flavio Leitner fddb7b5761 tcp: bind() optimize port allocation 13 years ago
Flavio Leitner 2b05ad33e1 tcp: bind() fix autoselection to share ports 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
Eric Dumazet e56c57d0d3 net: rename sk_clone to sk_clone_lock 13 years ago
Eric Dumazet c4dbe54ed7 seqlock: Get rid of SEQLOCK_UNLOCKED 14 years ago
David S. Miller 6bd023f3dd ipv4: Make caller provide flowi4 key to inet_csk_route_req(). 14 years ago
David S. Miller 77357a9552 ipv4: Create inet_csk_route_child_sock(). 14 years ago
David S. Miller 072d8c9414 ipv4: Get route daddr from flow key in inet_csk_route_req(). 14 years ago
Eric Dumazet f6d8bd051c inet: add RCU protection to inet->opt 14 years ago
David S. Miller 3e8c806a08 Revert "tcp: disallow bind() to reuse addr/port" 14 years ago
David S. Miller e79d9bc7ea ipv4: Use flowi4_init_output() in inet_connection_sock.c 14 years ago
David S. Miller 9cce96df5b net: Put fl4_* macros to struct flowi4 and use them again. 14 years ago
David S. Miller 9d6ec93801 ipv4: Use flowi4 in public route lookup interfaces. 14 years ago
David S. Miller 6281dcc94a net: Make flowi ports AF dependent. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago
David S. Miller 273447b352 ipv4: Kill can_sleep arg to ip_route_output_flow() 14 years ago
David S. Miller 420d44daa7 ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" 14 years ago
Eric Dumazet c191a836a9 tcp: disallow bind() to reuse addr/port 14 years ago
Eric Dumazet 68835aba4d net: optimize INET input path further 14 years ago
Changli Gao 5811662b15 net: use the macros defined for the members of flowi 14 years ago
Eric Dumazet 4bc2f18ba4 net/ipv4: EXPORT_SYMBOL cleanups 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Amerigo Wang e3826f1e94 net: reserve ports for applications using fixed port numbers 15 years ago
David S. Miller 8d238b25b1 Revert "tcp: bind() fix when many ports are bound" 15 years ago
Eric Dumazet fda48a0d7a tcp: bind() fix when many ports are bound 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Octavian Purdila 72659ecce6 tcp: account SYN-ACK timeouts & retransmissions 15 years ago
William Allen Simpson e6b4d11367 TCPCT part 1a: add request_values parameter for sending SYNACK 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Julian Anastasov 0c3d79bce4 tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Atis Elsts ffce908246 net: Add sk_mark route lookup support for IPv4 listening sockets 16 years ago