1. 1fd5115 inet*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  2. 6ba8a3b tcp: Tail loss probe (TLP) by Nandita Dukkipati · 11 years ago
  3. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  4. 5d299f3 net: ipv6: fix TCP early demux by Eric Dumazet · 12 years ago
  5. ba3f7f0 ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code. by David S. Miller · 12 years ago
  6. 80d0a69 ipv4: Add helper inet_csk_update_pmtu(). by David S. Miller · 12 years ago
  7. 16d1839 inet: Remove ->get_peer() method. by David S. Miller · 12 years ago
  8. 7586ece ipv4: tcp: dont cache output dst for syncookies by Eric Dumazet · 12 years ago
  9. 4670fd8 tcp: Get rid of inetpeer special cases. by David S. Miller · 12 years ago
  10. 6746960 ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing by Eric Dumazet · 12 years ago
  11. aacd928 tcp: bind() use stronger condition for bind_conflict by Alex Copot · 12 years ago
  12. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  13. 6bd023f ipv4: Make caller provide flowi4 key to inet_csk_route_req(). by David S. Miller · 13 years ago
  14. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  15. 77357a9 ipv4: Create inet_csk_route_child_sock(). by David S. Miller · 13 years ago
  16. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  17. 3f419d2 inet: Turn ->remember_stamp into ->get_peer in connection AF ops. by David S. Miller · 14 years ago
  18. dca43c7 tcp: Add TCP_USER_TIMEOUT socket option. by Jerry Chu · 14 years ago
  19. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  20. bb29624 inet: Remove unused send_check length argument by Herbert Xu · 14 years ago
  21. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  22. af01d53 net: more #ifdef CONFIG_COMPAT by Alexey Dobriyan · 16 years ago
  23. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 16 years ago
  24. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  25. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 17 years ago
  26. bd01f84 [PATCH] severing skbuff.h -> poll.h by Al Viro · 18 years ago
  27. 850db6b [INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 18 years ago
  28. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  29. 6b72977 [IPV4]: inet_csk_search_req() annotations by Al Viro · 18 years ago
  30. 7f25afb [IPV4]: inet_csk_search_req() (partial) annotations by Al Viro · 18 years ago
  31. 1ef9696 [TCP]: Send ACKs each 2nd received segment. by Alexey Kuznetsov · 18 years ago
  32. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 18 years ago
  33. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  34. c4d9390 [ICSK]: Introduce inet_csk_ctl_sock_create by Arnaldo Carvalho de Melo · 18 years ago
  35. 0e7b136 [TCP] mtu probing: move tcp-specific data out of inet_connection_sock by John Heffner · 18 years ago
  36. 5d424d5 [TCP]: MTU probing by John Heffner · 18 years ago
  37. 770cfbc [INET]: congestion and af_ops can be const by Stephen Hemminger · 19 years ago
  38. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  39. d83d846 [IP_SOCKGLUE]: Remove most of the tcp specific calls by Arnaldo Carvalho de Melo · 19 years ago
  40. af05dc9 [ICSK]: Move v4_addr2sockaddr from TCP to icsk by Arnaldo Carvalho de Melo · 19 years ago
  41. 8292a17 [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 19 years ago
  42. c2977c2 [ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long by Arnaldo Carvalho de Melo · 19 years ago
  43. 971af18 [IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port by Arnaldo Carvalho de Melo · 19 years ago
  44. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  45. d8971fc [INET]: compile errors when DEBUG is defined by Stephen Hemminger · 19 years ago
  46. dc40c7b [ICSK]: Generalise tcp_listen_poll by Arnaldo Carvalho de Melo · 19 years ago
  47. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  48. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  49. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  50. 9f1d260 [ICSK]: Introduce inet_csk_clone by Arnaldo Carvalho de Melo · 19 years ago
  51. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  52. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago