1. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. ffb1388 ipv6: delete protocol and unregister rtnetlink when cleanup by Duan Jiong · 10 years ago
  3. e3e3217 icmp: Remove some spurious dropped packet profile hits from the ICMP path by Rick Jones · 10 years ago
  4. feb91a0 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  5. f1227c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  6. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  7. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  8. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  9. 3d97379 tcp: move sk_mark_napi_id() at the right place by Eric Dumazet · 10 years ago
  10. 6b96686 netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval by Daniel Borkmann · 10 years ago
  11. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  12. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  13. 6b798d70 Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch by David S. Miller · 10 years ago
  14. 4508349 net: esp: Convert NETDEBUG to pr_info by Joe Perches · 10 years ago
  15. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  16. ea3dc96 ip6_tunnel: Add support for wildcard tunnel endpoints. by Steffen Klassert · 10 years ago
  17. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  18. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  19. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  20. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  21. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  22. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  23. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  24. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago
  25. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  26. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  27. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  28. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  29. 16a0231 vti6: Use vti6_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  30. 6c6151d ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  31. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. e3a88f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  33. 8bfcdf6 netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functions by Pablo Neira Ayuso · 10 years ago
  34. 5188cd4 drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets by Ben Hutchings · 10 years ago
  35. 646697b syncookies: only increment SYNCOOKIESFAILED on validation error by Florian Westphal · 10 years ago
  36. acf722f ip6_tunnel: allow to change mode for the ip6tnl0 by Alexey Andriyanov · 10 years ago
  37. 43728fa ipv6: remove assignment in if condition by Fabian Frederick · 10 years ago
  38. fc08c25 ipv6: remove inline on static in c file by Fabian Frederick · 10 years ago
  39. 40dc2ca ipv6: spelling s/incomming/incoming by Fabian Frederick · 10 years ago
  40. 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates by Erik Kline · 10 years ago
  41. b2ed64a ipv6: notify userspace when we added or changed an ipv6 token by Lubomir Rintel · 10 years ago
  42. ce25698 ipv6: include linux/uaccess.h instead of asm/uaccess.h by Fabian Frederick · 10 years ago
  43. 9451a30 ipv6: replace min/casting by min_t by Fabian Frederick · 10 years ago
  44. 367efcb ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fn by Martin KaFai Lau · 10 years ago
  45. 94c77bb ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit case by Martin KaFai Lau · 10 years ago
  46. a3c00e4 ipv6: Remove BACKTRACK macro by Martin KaFai Lau · 10 years ago
  47. 105970f net: Remove trailing whitespace in tcp.h icmp.c syncookies.c by Kenjiro Nakayama · 10 years ago
  48. 9e7ceb0 net: fix saving TX flow hash in sock for outgoing connections by Sathya Perla · 10 years ago
  49. 789f202 xfrm6: fix a potential use after free in xfrm6_policy.c by Li RongQing · 10 years ago
  50. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
  51. ce8ec48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  52. e25b492 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  53. a6d4518 ipv6: fix a potential use after free in sit.c by Li RongQing · 10 years ago
  54. fc6fb41 ipv6: fix a potential use after free in ip6_offload.c by Li RongQing · 10 years ago
  55. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  56. 870c315 ipv6: introduce tcp_v6_iif() by Eric Dumazet · 10 years ago
  57. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  58. 02ea807 ipv6: remove aca_lock spinlock from struct ifacaddr6 by Li RongQing · 10 years ago
  59. 7210e4e netfilter: nf_tables: restrict nat/masq expressions to nat chain type by Pablo Neira Ayuso · 10 years ago
  60. ab2d725 netfilter: missing module license in the nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  61. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  62. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  64. ea85a0a ipv6: Do not warn for informational ICMP messages, regardless of type. by David S. Miller · 10 years ago
  65. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  66. 327571c ipv6: don't walk node's leaf during serial number update by Hannes Frederic Sowa · 10 years ago
  67. 812918c ipv6: make fib6 serial number per namespace by Hannes Frederic Sowa · 10 years ago
  68. c8c4d42 ipv6: only generate one new serial number per fib mutation by Hannes Frederic Sowa · 10 years ago
  69. 42b1870 ipv6: make rt_sernum atomic and serial number fields ordinary ints by Hannes Frederic Sowa · 10 years ago
  70. 94b2cfe ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal by Hannes Frederic Sowa · 10 years ago
  71. 61b37d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  72. 3be0724 ip6_gre: fix flowi6_proto value in xmit path by Nicolas Dichtel · 10 years ago
  73. efc98d0 fou: eliminate IPv4,v6 specific GRO functions by Tom Herbert · 10 years ago
  74. 8da4cc1 netfilter: nft_masq: register/unregister notifiers on module init/exit by Arturo Borrero · 10 years ago
  75. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  77. c8d7b98 netfilter: move nf_send_resetX() code to nf_reject_ipvX modules by Pablo Neira Ayuso · 10 years ago
  78. 54bc9ba gre: Set inner protocol in v4 and v6 GRE transmit by Tom Herbert · 10 years ago
  79. 469471c sit: Set inner IP protocol in sit by Tom Herbert · 10 years ago
  80. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  81. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  82. 8522484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  83. f5c7e1a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  84. 971f10e tcp: better TCP_SKB_CB layout to reduce cache line misses by Eric Dumazet · 10 years ago
  85. a224772 ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted() by Eric Dumazet · 10 years ago
  86. cd0a0bd ip6_gre: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  87. d814b84 ip6_vti: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  88. 2b0bb01 ip6_tunnel: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  89. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  90. 5a4ee9a ip6gre: add a rtnl link alias for ip6gretap by Nicolas Dichtel · 10 years ago
  91. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  92. f71470b udp: move logic out of udp[46]_ufo_send_check by Tom Herbert · 10 years ago
  93. d020f8f tcp: move logic out of tcp_v[64]_gso_send_check by Tom Herbert · 10 years ago
  94. 4cdf507 icmp: add a global rate limitation by Eric Dumazet · 10 years ago
  95. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  96. 35f7aa5 ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback by Daniel Borkmann · 10 years ago
  97. 3fcb95a udp: Need to make ip6_udp_tunnel.c have GPL license by Tom Herbert · 10 years ago
  98. 6d967f8 udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected by Andy Zhou · 10 years ago
  99. 1490966 sit: Setup and TX path for sit/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
  100. ce3e028 net: Export inet_offloads and inet6_offloads by Tom Herbert · 10 years ago