1. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. a409cae sit: fix some __be16/u16 mismatches by Eric Dumazet · 10 years ago
  3. d1e158e ip6_gre: fix endianness errors in ip6gre_err by Sabrina Dubroca · 10 years ago
  4. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  5. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 10 years ago
  6. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
  7. cacdc7d ip: stash a pointer to msghdr in struct ping_fakehdr by Al Viro · 10 years ago
  8. c3c1a7d ipv6: rawv6_send_hdrinc(): pass msghdr by Al Viro · 10 years ago
  9. 32dce96 ipv6: Allow for partial checksums on non-ufo packets by Vlad Yasevich · 10 years ago
  10. 03485f2 udpv6: Add lockless sendmsg() support by Vlad Yasevich · 10 years ago
  11. d39d938 ipv6: Introduce udpv6_send_skb() by Vlad Yasevich · 10 years ago
  12. 6422398 ipv6: introduce ipv6_make_skb by Vlad Yasevich · 10 years ago
  13. 0bbe84a ipv6: Append sending data to arbitrary queue by Vlad Yasevich · 10 years ago
  14. 366e41d ipv6: pull cork initialization into its own function. by Vlad Yasevich · 10 years ago
  15. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 10 years ago
  16. 207895f net: mark some potential candidates __read_mostly by Daniel Borkmann · 10 years ago
  17. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  18. bf693f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  19. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 10 years ago
  20. 1dc7b90 ipv6: tcp: fix race in IPV6_2292PKTOPTIONS by Eric Dumazet · 10 years ago
  21. b0a1ba5 ipv6: Fix __ip6_route_redirect by Martin KaFai Lau · 10 years ago
  22. c2943f1 net: ipv6: Add sysctl entry to disable MTU updates from RA by Harout Hedeshian · 10 years ago
  23. d998f8e udp: Do not require sock in udp_tunnel_xmit_skb by Tom Herbert · 10 years ago
  24. 3390e39 ip6gretap: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  25. 9d28971 ipv6: stop sending PTB packets for MTU < 1280 by Hagen Paul Pfeifer · 10 years ago
  26. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  27. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 10 years ago
  28. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  29. f812116 ip: zero sockaddr returned on error queue by Willem de Bruijn · 10 years ago
  30. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 9a6b4b3 ipv6:icmp:remove unnecessary brackets by zhuyj · 10 years ago
  32. 2bd8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  33. 8116441 net: tcp: add per route congestion control by Daniel Borkmann · 10 years ago
  34. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 10 years ago
  35. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 10 years ago
  36. 0409c9a net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference by Daniel Borkmann · 10 years ago
  37. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 10 years ago
  38. 7b5bca4 netfilter: nf_tables: fix port natting in little endian archs by leroy christophe · 10 years ago
  39. 2dc49d1 tcp6: don't move IP6CB before xfrm6_policy_check() by Nicolas Dichtel · 10 years ago
  40. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  41. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  42. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  43. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 0f85fea tcp: fix more NULL deref after prequeue changes by Eric Dumazet · 10 years ago
  45. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  46. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  47. 19e3c66 ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt" by Al Viro · 10 years ago
  48. 86fe8f8 ipv6: remove useless spin_lock/spin_unlock by Duan Jiong · 10 years ago
  49. 6db70e3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
  50. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  51. 60c04ae udp: Neaten and reduce size of compute_score functions by Joe Perches · 10 years ago
  52. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 10 years ago
  53. f855691 xfrm6: Fix the nexthdr offset in _decode_session6. by Steffen Klassert · 10 years ago
  54. de3b7a0 xfrm6: Fix transport header offset in _decode_session6. by Steffen Klassert · 10 years ago
  55. 244ebd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  56. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  57. 4338c57 netfilter: nf_log_ipv6: correct typo in module description by Steven Noonan · 10 years ago
  58. b59eaf9 netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one module by Pablo Neira Ayuso · 10 years ago
  59. 73cf0e9 ipv6: Remove unnecessary test by zhuyj · 10 years ago
  60. d3fc6b3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  61. c3658e8 tcp: fix possible NULL dereference in tcp_vX_send_reset() by Eric Dumazet · 10 years ago
  62. f375081 ip6_udp_tunnel: Fix checksum calculation by Alexander Duyck · 10 years ago
  63. be6572f ipv6: gre: fix wrong skb->protocol in WCCP by Yuri Chislov · 10 years ago
  64. 958d03b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  65. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 11 years ago
  66. 20ea60c ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic by lucien · 10 years ago
  67. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  68. b6fef4c ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid by Alexander Duyck · 10 years ago
  69. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. fbe68ee vti6: Add a lookup method for tunnels with wildcard endpoints. by Steffen Klassert · 10 years ago
  71. ffb1388 ipv6: delete protocol and unregister rtnetlink when cleanup by Duan Jiong · 10 years ago
  72. e3e3217 icmp: Remove some spurious dropped packet profile hits from the ICMP path by Rick Jones · 10 years ago
  73. feb91a0 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  74. f1227c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  75. 5676864 netfilter: fix various sparse warnings by Florian Westphal · 10 years ago
  76. d7480fd neigh: remove dynamic neigh table registration support by WANG Cong · 10 years ago
  77. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  78. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  79. 3d97379 tcp: move sk_mark_napi_id() at the right place by Eric Dumazet · 10 years ago
  80. 6b96686 netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_eval by Daniel Borkmann · 10 years ago
  81. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  82. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 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
  84. 4508349 net: esp: Convert NETDEBUG to pr_info by Joe Perches · 10 years ago
  85. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  86. ea3dc96 ip6_tunnel: Add support for wildcard tunnel endpoints. by Steffen Klassert · 10 years ago
  87. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  88. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  89. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  90. 4c672e4 ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs by Daniel Borkmann · 10 years ago
  91. 1744bea net: Convert SEQ_START_TOKEN/seq_printf to seq_puts by Joe Perches · 10 years ago
  92. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  93. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  94. 824f1fb netfilter: Convert print_tuple functions to return void by Joe Perches · 10 years ago
  95. 869ba98 ipv6: trivial, add bracket for the if block by Florent Fourcot · 10 years ago
  96. f7b3bec net: allow setting ecn via routing table by Florian Westphal · 10 years ago
  97. f167338 syncookies: split cookie_check_timestamp() into two functions by Florian Westphal · 10 years ago
  98. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  99. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  100. 16a0231 vti6: Use vti6_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago