1. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  2. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  3. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  4. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  5. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  6. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. 849a44d net: don't global ICMP rate limit packets originating from loopback by Jesper Dangaard Brouer · 8 years ago
  8. 3500cd73 proc: snmp6: Use correct type in memset by Christian Perle · 8 years ago
  9. 89dfba3 Remove the redundant skb->dev initialization in ip6_fragment by Chenbo Feng · 8 years ago
  10. 384abed bpf: Remove duplicate tcp_filter hook in ipv6 by Chenbo Feng · 8 years ago
  11. 97a7a37 ipv6: Initial skb->dev and skb->protocol in ip6_output by Chenbo Feng · 8 years ago
  12. 3ad7d24 Ipvlan should return an error when an address is already in use. by Krister Johansen · 8 years ago
  13. 0db47e3 ila_xlat: add missing hash secret initialization by Arnd Bergmann · 8 years ago
  14. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  15. 8397ed3 net: ipv6: Release route when device is unregistering by David Ahern · 8 years ago
  16. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 8 years ago
  17. f930103 tcp: Namespaceify sysctl_tcp_sack by Eric Dumazet · 8 years ago
  18. eed29f1 tcp: add a struct net parameter to tcp_parse_options() by Eric Dumazet · 8 years ago
  19. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  20. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. e3ebdb2 net/ipv6: Fix CALIPSO causing GPF with datagram support by Richard Haines · 8 years ago
  22. f4eb17e Revert "sit: reload iphdr in ipip6_rcv" by David S. Miller · 8 years ago
  23. b699d00 sit: reload iphdr in ipip6_rcv by Haishuang Yan · 8 years ago
  24. 3f29770 ipsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 8 years ago
  25. 77d4b1d net: ping: do not abuse udp_poll() by Eric Dumazet · 8 years ago
  26. e3e86b5 ipv6: Fix leak in ipv6_gso_segment(). by David S. Miller · 8 years ago
  27. 5f733ee ip6_tunnel: fix traffic class routing for tunnels by Liam McBirnie · 8 years ago
  28. 6e80ac5 ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() by Ben Hutchings · 8 years ago
  29. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  30. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 8 years ago
  31. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 0e9a709 ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  33. 18c3a61 net: ipv6: RTM_GETROUTE: return matched fib result when requested by Roopa Prabhu · 8 years ago
  34. 218b6a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. d5d531c net: ipv6: Add extack messages for route add failures by David Ahern · 8 years ago
  36. 333c430 net: ipv6: Plumb extack through route add functions by David Ahern · 8 years ago
  37. 232cd35 ipv6: fix out of bound writes in __ip6_append_data() by Eric Dumazet · 8 years ago
  38. 0a9fc39 ipv6: drop unused variables in seg6_genl_dumphac by stephen hemminger · 8 years ago
  39. 9dc621a fou: make local function static by stephen hemminger · 8 years ago
  40. 9e7b19c ila: propagate error code in ila_output by stephen hemminger · 8 years ago
  41. 219f1d79 sk_buff: remove support for csum_bad in sk_buff by Davide Caratti · 8 years ago
  42. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. a3f96c4 udp: make *udp*_queue_rcv_skb() functions static by Paolo Abeni · 8 years ago
  44. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  45. 9a568de tcp: switch TCP TS option (RFC 7323) to 1ms clock by Eric Dumazet · 8 years ago
  46. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  47. 2276f58 udp: use a separate rx queue for packet reception by Paolo Abeni · 8 years ago
  48. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  49. 66eb9f8 ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 8 years ago
  50. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 8 years ago
  51. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  52. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  53. 847f716 net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern by Michal Hocko · 8 years ago
  54. 242d3a4 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 8 years ago
  55. 84b114b tcp: randomize timestamps on syncookies by Eric Dumazet · 8 years ago
  56. 2f46093 ipv6: initialize route null entry in addrconf_init() by WANG Cong · 8 years ago
  57. 86f4c90 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 8 years ago
  58. 4d89ac2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  59. 6d71713 net: ipv6: Do not duplicate DAD on link up by David Ahern · 8 years ago
  60. 5b8481f ipv6: Need to export ipv6_push_frag_opts for tunneling now. by David S. Miller · 8 years ago
  61. 89a23c8 ip6_tunnel: Fix missing tunnel encapsulation limit option by Craig Gallek · 8 years ago
  62. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  63. cd5487fb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  64. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 8 years ago
  66. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 8 years ago
  67. 9a08ecf netfilter: don't attach a nat extension by default by Florian Westphal · 8 years ago
  68. ff45901 netfilter: masquerade: attach nat extension if not present by Florian Westphal · 8 years ago
  69. 495dcb5 netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking by Gao Feng · 8 years ago
  70. 1fefe14 netfilter: synproxy: only register hooks when needed by Florian Westphal · 8 years ago
  71. 8048ced net: ipv6: regenerate host route if moved to gc list by David Ahern · 8 years ago
  72. ec9c421 ipv6: fix source routing by Sabrina Dubroca · 8 years ago
  73. b7d6df5 ipv6: move stub initialization after ipv6 setup completion by Paolo Abeni · 8 years ago
  74. 9dd2ab6 netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 path by Dave Johnson · 8 years ago
  75. fc1f8f4 net: ipv6: send unsolicited NA if enabled for all interfaces by David Ahern · 8 years ago
  76. e892d2d esp: Fix misplaced spin_unlock_bh. by Steffen Klassert · 8 years ago
  77. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  78. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 723b929 ip6mr: fix notification device destruction by Nikolay Aleksandrov · 8 years ago
  80. 6b633e8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  81. 557c44b net: ipv6: RTF_PCPU should not be settable from userspace by David Ahern · 8 years ago
  82. 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  83. 0a473b8 ip6_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  84. 95b9b88 ipv6: sr: fix double free of skb after handling invalid SRH by David Lebrun · 8 years ago
  85. 0bd8406 net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0 by subashab@codeaurora.org · 8 years ago
  86. 2f3bb64 ipv6: sr: fix out-of-bounds access in SRH validation by David Lebrun · 8 years ago
  87. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. 8f92e03 esp4/6: Fix GSO path for non-GSO SW-crypto packets by Ilan Tayari · 8 years ago
  89. ffa6f57 esp6: fix incorrect null pointer check on xo by Colin Ian King · 8 years ago
  90. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  91. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  92. af3b515 ipv6: sr: fix BUG due to headroom too small after SRH push by David Lebrun · 8 years ago
  93. 0aa8c13 ipv6: drop non loopback packets claiming to originate from ::1 by Florian Westphal · 8 years ago
  94. 450cc8c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  95. 1862d62 net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 8 years ago
  96. 4a6e3c5 net: ipv6: send unsolicited NA on admin up by David Ahern · 8 years ago
  97. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. ab8bc7e netfilter: remove nf_ct_is_untracked by Florian Westphal · 8 years ago
  99. cc41c84 netfilter: kill the fake untracked conntrack objects by Florian Westphal · 8 years ago
  100. bcd1f8a xfrm: Prepare the GRO codepath for hardware offloading. by Steffen Klassert · 8 years ago