1. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 10 years ago
  2. 1ca9e41 netfilter: Remove uses of seq_<foo> return values by Joe Perches · 10 years ago
  3. ddb4b9a fib_trie: Address possible NULL pointer dereference in resize by Alexander Duyck · 10 years ago
  4. 3ec320d fib_trie: Correctly handle case of key == 0 in leaf_walk_rcu by Alexander Duyck · 10 years ago
  5. 34160ea inet_diag: add const to inet_diag_req_v2 by Eric Dumazet · 10 years ago
  6. e31c5e0 inet_diag: cleanups by Eric Dumazet · 10 years ago
  7. 515fb5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  8. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 10 years ago
  9. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 10 years ago
  10. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 10 years ago
  12. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  13. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
  14. 88bae71 fib_trie: Add key vector to root, return parent key_vector in resize by Alexander Duyck · 10 years ago
  15. f23e59f fib_trie: Move parent from key_vector to tnode by Alexander Duyck · 10 years ago
  16. 6e22d17 fib_trie: Pull empty_children and full_children into tnode by Alexander Duyck · 10 years ago
  17. 56ca2ad fib_trie: Move rcu from key_vector to tnode, add accessors. by Alexander Duyck · 10 years ago
  18. dc35dbe fib_trie: Add tnode struct as a container for fields not needed in key_vector by Alexander Duyck · 10 years ago
  19. 2e1ac88 fib_trie: Rename tnode_child_length to child_length by Alexander Duyck · 10 years ago
  20. 754baf8 fib_trie: replace tnode_get_child functions with get_child macros by Alexander Duyck · 10 years ago
  21. 35c6eda fib_trie: Rename tnode to key_vector by Alexander Duyck · 10 years ago
  22. 8d8e810 fib_trie: Return pointer to tnode pointer in resize/inflate/halve by Alexander Duyck · 10 years ago
  23. 72be726 fib_trie: Minor cleanups to fib_table_flush_external by Alexander Duyck · 10 years ago
  24. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 10 years ago
  25. 6b58e0a ipv4: Use binary search to choose tcp PMTU probe_size by Fan Du · 10 years ago
  26. 23375a0 ipv4: Fix unused variable warnings in fib_table_flush_external. by David S. Miller · 10 years ago
  27. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 10 years ago
  28. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 10 years ago
  29. 4961272 inet_diag: remove duplicate code from inet_twsk_diag_dump() by Eric Dumazet · 10 years ago
  30. 6c09fa0 tcp: align tcp_xmit_size_goal() on tcp_tso_autosize() by Eric Dumazet · 10 years ago
  31. 3e32e73 ipv4: ip_check_defrag should not assume that skb_network_offset is zero by Alexander Drozdov · 10 years ago
  32. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 10 years ago
  33. 43270b1 netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster by Pablo Neira Ayuso · 10 years ago
  34. 1de3d87 fib_trie: Prevent allocating tnode if bits is too big for size_t by Alexander Duyck · 10 years ago
  35. 71e8b67 fib_trie: Update last spot w/ idx >> n->bits code and explanation by Alexander Duyck · 10 years ago
  36. a7e5353 fib_trie: Make fib_table rcu safe by Alexander Duyck · 10 years ago
  37. 41b489f fib_trie: move leaf and tnode to occupy the same spot in the key vector by Alexander Duyck · 10 years ago
  38. d5d6487 fib_trie: Update insert and delete to make use of tp from find_node by Alexander Duyck · 10 years ago
  39. d4a975e fib_trie: Fib find node should return parent by Alexander Duyck · 10 years ago
  40. 8be33e9 fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf by Alexander Duyck · 10 years ago
  41. 7289e6d fib_trie: Only resize tnodes once instead of on each leaf removal in fib_table_flush by Alexander Duyck · 10 years ago
  42. 9145736 net: ping: Return EAFNOSUPPORT when appropriate. by Lorenzo Colitti · 10 years ago
  43. 60395a2 neigh: Factor out ___neigh_lookup_noref by Eric W. Biederman · 10 years ago
  44. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. acf8dd0 udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal Kubeček · 10 years ago
  46. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 10 years ago
  47. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 10 years ago
  48. 59b2af2 arp: Kill arp_find by Eric W. Biederman · 10 years ago
  49. 21bfb8e arp: Remove special case to give AX25 it's open arp operations. by Eric W. Biederman · 10 years ago
  50. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  51. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  52. 74abc20 tcp: cleanup static functions by Eric Dumazet · 10 years ago
  53. a0ea700 tcp: tso: allow CA_CWR state in tcp_tso_should_defer() by Eric Dumazet · 10 years ago
  54. 50c8339 tcp: tso: restore IW10 after TSO autosizing by Eric Dumazet · 10 years ago
  55. 5f852eb tcp: tso: remove tp->tso_deferred by Eric Dumazet · 10 years ago
  56. 79e5ad2 fib_trie: Remove leaf_info by Alexander Duyck · 10 years ago
  57. 9b6ebad fib_trie: Add slen to fib alias by Alexander Duyck · 10 years ago
  58. 5786ec6 fib_trie: Replace plen with slen in leaf_info by Alexander Duyck · 10 years ago
  59. 56315f9 fib_trie: Convert fib_alias to hlist from list by Alexander Duyck · 10 years ago
  60. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  61. 723b8e4 udp: In udp_flow_src_port use random hash value if skb_get_hash fails by Tom Herbert · 10 years ago
  62. 6514890 tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight() by Neal Cardwell · 10 years ago
  63. 959d10f igmp: add __ip_mc_{join|leave}_group() by Eric Dumazet · 10 years ago
  64. fba04a9 ipv4: ip_check_defrag should correctly check return value of skb_copy_bits by Alexander Drozdov · 10 years ago
  65. db2855a tcp: silence registration message by stephen hemminger · 10 years ago
  66. f5af19d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  67. ca9f1fd net: spelling fixes by Stephen Hemminger · 10 years ago
  68. ba34e6d tcp: make sure skb is not shared before using skb_get() by Eric Dumazet · 10 years ago
  69. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 10 years ago
  70. 8cc748a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  71. 650c5e5 mm: page_counter: pull "-1" handling out of page_counter_memparse() by Johannes Weiner · 10 years ago
  72. fe881ef gue: Use checksum partial with remote checksum offload by Tom Herbert · 10 years ago
  73. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
  74. 6db93ea udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path by Tom Herbert · 10 years ago
  75. 26c4f7d net: Fix remcsum in GRO path to not change packet by Tom Herbert · 10 years ago
  76. 04f81f0 cipso: don't use IPCB() to locate the CIPSO IP option by Paul Moore · 10 years ago
  77. b0f9ca5 ipv4: Namespecify TCP PMTU mechanism by Fan Du · 10 years ago
  78. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  79. 531c94a tcp: don't include Fast Open option in SYN-ACK on pure SYN-data by Yuchung Cheng · 10 years ago
  80. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 10 years ago
  81. 3e97fa7 gre/ipip: use be16 variants of netlink functions by Sabrina Dubroca · 10 years ago
  82. 4fb17a6 tcp: mitigate ACK loops for connections as tcp_timewait_sock by Neal Cardwell · 10 years ago
  83. f2b2c58 tcp: mitigate ACK loops for connections as tcp_sock by Neal Cardwell · 10 years ago
  84. a9b2c06 tcp: mitigate ACK loops for connections as tcp_request_sock by Neal Cardwell · 10 years ago
  85. 032ee42 tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks by Neal Cardwell · 10 years ago
  86. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  87. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  88. 9878196 tcp: do not pace pure ack packets by Eric Dumazet · 10 years ago
  89. dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
  90. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
  91. 57be5bd ip: convert tcp_sendmsg() to iov_iter primitives by Al Viro · 10 years ago
  92. cacdc7d ip: stash a pointer to msghdr in struct ping_fakehdr by Al Viro · 10 years ago
  93. 7ae9abf ipv4: raw_send_hdrinc(): pass msghdr by Al Viro · 10 years ago
  94. 843c2fd net: dctcp: loosen requirement to assert ECT(0) during 3WHS by Florian Westphal · 10 years ago
  95. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 10 years ago
  96. bdbbb85 ipv4: tcp: get rid of ugly unicast_sock by Eric Dumazet · 10 years ago
  97. 349c9e3 ipv4: icmp: use percpu allocation by Eric Dumazet · 10 years ago
  98. 932eb76 tcp: use SACK RTTs for CC by Kenneth Klette Jonassen · 10 years ago
  99. 207895f net: mark some potential candidates __read_mostly by Daniel Borkmann · 10 years ago
  100. 3cdaa5b ipv4: Don't increase PMTU with Datagram Too Big message. by Li Wei · 10 years ago