1. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  2. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  3. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  4. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  5. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  6. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  7. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  8. 7e58487 net: ipv4/ipv6: Remove extern from function prototypes by Joe Perches · 11 years ago
  9. 47d27aa ipv4: gso: send_check() & segment() cleanups by Eric Dumazet · 11 years ago
  10. 675297c tcp: remove redundant code in __tcp_retransmit_skb() by Neal Cardwell · 11 years ago
  11. 9877b25 fib: Use const struct nl_info * in rtmsg_fib by Joe Perches · 11 years ago
  12. 77dfca7 fib_trie: remove duplicated rcu lock by baker.zhang · 11 years ago
  13. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  14. 0baf2b3 ipv4: shrink rt_cache_stat by Eric Dumazet · 11 years ago
  15. da33edc Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  16. c1d607c inet_diag: use sock_gen_put() by Eric Dumazet · 11 years ago
  17. ed683f1 netfilter: nf_tables: add ARP filtering support by Pablo Neira Ayuso · 11 years ago
  18. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  19. eb31628 netfilter: nf_tables: Add support for IPv6 NAT by Tomasz Bursztyka · 11 years ago
  20. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  21. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  22. ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
  23. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  24. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  25. ccdbb6e tcp: tcp_transmit_skb() optimizations by Eric Dumazet · 11 years ago
  26. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  27. ba53742 tcp: use ACCESS_ONCE() in tcp_update_pacing_rate() by Eric Dumazet · 11 years ago
  28. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  29. 4c60f1d fib_trie: only calc for the un-first node by baker.zhang · 11 years ago
  30. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  31. f69b923 udp: fix a typo in __udp4_lib_mcast_demux_lookup by Eric Dumazet · 11 years ago
  32. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  33. 05dbc7b tcp/dccp: remove twchain by Eric Dumazet · 11 years ago
  34. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
  36. 421b388 udp: ipv4: Add udp early demux by Shawn Bohrer · 11 years ago
  37. 005ec97 udp: Only allow busy read/poll on connected sockets by Shawn Bohrer · 11 years ago
  38. 0a7e226 ipv4: fix ineffective source address selection by Jiri Benc · 11 years ago
  39. 5e8a402f tcp: do not forget FIN in tcp_shifted_skb() by Eric Dumazet · 11 years ago
  40. 96f817f tcp: shrink tcp6_timewait_sock by one cache line by Eric Dumazet · 11 years ago
  41. 34a6eda net: ipv4: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  42. 5080546 inet: consolidate INET_TW_MATCH by Eric Dumazet · 11 years ago
  43. 80ad1d6 net: do not call sock_put() on TIMEWAIT sockets by Eric Dumazet · 11 years ago
  44. 6ae7053 tcp: sndbuf autotuning improvements by Eric Dumazet · 11 years ago
  45. bbe34cf fib_trie: avoid a redundant bit judgement in inflate by baker.zhang · 11 years ago
  46. 5843ef4 tcp: Always set options to 0 before calling tcp_established_options by Andi Kleen · 11 years ago
  47. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  48. cfe4a53 ip_tunnel: Remove double unregister of the fallback device by Steffen Klassert · 11 years ago
  49. 78a3694 ip_tunnel_core: Change __skb_push back to skb_push by Steffen Klassert · 11 years ago
  50. 6701328 ip_tunnel: Add fallback tunnels to the hash lists by Steffen Klassert · 11 years ago
  51. 3e08f4a ip_tunnel: Fix a memory corruption in ip_tunnel_xmit by Steffen Klassert · 11 years ago
  52. e024bdc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  53. e240165 ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put by Salam Noureddine · 11 years ago
  54. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  55. c9eeec2 tcp: TSQ can use a dynamic limit by Eric Dumazet · 11 years ago
  56. 7b77d16 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  57. d4a71b1 ip_tunnel: Do not use stale inner_iph pointer. by Pravin B Shelar · 11 years ago
  58. f4a87e7 netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets by Patrick McHardy · 11 years ago
  59. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  60. aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
  61. f02db31 ipv4: IP_TOS and IP_TTL can be specified as ancillary data by Francesco Fusco · 11 years ago
  62. 9a3bab6 net: net_secret should not depend on TCP by Eric Dumazet · 11 years ago
  63. b0983d3 tcp: fix dynamic right sizing by Eric Dumazet · 11 years ago
  64. 0862935 tcp: syncookies: reduce mss table to four values by Florian Westphal · 11 years ago
  65. 8c27bd7 tcp: syncookies: reduce cookie lifetime to 128 seconds by Florian Westphal · 11 years ago
  66. 8d65b11 net: raw: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  67. 1a462d1 net: udp: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  68. b75ff5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  69. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  70. 749154a ip: use ip_hdr() in __ip_make_skb() to retrieve IP header by Ansis Atteka · 11 years ago
  71. 269aa75 tcp: fix RTO calculated from cached RTT by Neal Cardwell · 11 years ago
  72. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 11 years ago
  73. 4e4f1fc tcp: properly increase rcv_ssthresh for ofo packets by Eric Dumazet · 11 years ago
  74. 16edfe7 tcp: fix no cwnd growth after timeout by Yuchung Cheng · 11 years ago
  75. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  76. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. e2e5c4c tcp: Add missing braces to do_tcp_setsockopt by Dave Jones · 11 years ago
  78. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  79. 52f20e6 tcp: better comments for RTO initiallization by Yuchung Cheng · 12 years ago
  80. 48f8e0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 12 years ago
  81. 7cc9eb6 netfilter: SYNPROXY: let unrelated packets continue by Jesper Dangaard Brouer · 12 years ago
  82. 775ada6 netfilter: more strict TCP flag matching in SYNPROXY by Jesper Dangaard Brouer · 12 years ago
  83. c995ae2 tcp: Change return value of tcp_rcv_established() by Vijay Subramanian · 12 years ago
  84. cc8c6c1 net: tcp_probe: adapt tbuf size for recent changes by Daniel Borkmann · 12 years ago
  85. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 12 years ago
  86. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 12 years ago
  87. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 12 years ago
  88. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 12 years ago
  89. 3e25c65 net: neighbour: Remove CONFIG_ARPD by Tim Gardner · 12 years ago
  90. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  91. 5a17a39 net: make snmp_mib_free static inline by Cong Wang · 12 years ago
  92. eb3c0d8 net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment() by Cong Wang · 12 years ago
  93. 737e828 ipv4 tunnels: fix an oops when using ipip/sit with IPsec by Li Hongjun · 12 years ago
  94. eb8895d tcp: tcp_make_synack() should use sock_wmalloc by Phil Oester · 12 years ago
  95. 1b7fdd2 tcp: do not use cached RTT for RTT estimation by Yuchung Cheng · 12 years ago
  96. 79f9ab7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 12 years ago
  97. c27c932 ipv4: sendto/hdrincl: don't use destination address found in header by Chris Clark · 12 years ago
  98. 95bd09e tcp: TSO packets automatic sizing by Eric Dumazet · 12 years ago
  99. e3e1202 tcp: don't apply tsoffset if rcv_tsecr is zero by Andrew Vagin · 12 years ago
  100. c7781a6 tcp: initialize rcv_tstamp for restored sockets by Andrew Vagin · 12 years ago