1. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  2. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 10 years ago
  3. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 10 years ago
  4. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 10 years ago
  5. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  6. f7e4eb0 inet: ip early demux should avoid request sockets by Eric Dumazet · 10 years ago
  7. 16f8616 inet: fill request sock ir_iif for IPv4 by Eric Dumazet · 10 years ago
  8. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 10 years ago
  9. d4f0687 inet: get_openreq4() & get_openreq6() do not need listener by Eric Dumazet · 10 years ago
  10. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 10 years ago
  11. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  12. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  13. c78ba6d ipv6: expose RFC4191 route preference via rtnetlink by Lubomir Rintel · 10 years ago
  14. 515fb5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  15. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 10 years ago
  16. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 10 years ago
  18. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  19. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
  20. f04e599 netfilter: nf_tables: consolidate Kconfig options by Pablo Neira Ayuso · 10 years ago
  21. 9145736 net: ping: Return EAFNOSUPPORT when appropriate. by Lorenzo Colitti · 10 years ago
  22. 60395a2 neigh: Factor out ___neigh_lookup_noref by Eric W. Biederman · 10 years ago
  23. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  24. acf8dd0 udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal Kubeček · 10 years ago
  25. ee586bb netfilter: reject: don't send icmp error if csum is invalid by Florian Westphal · 10 years ago
  26. bdf53c5 neigh: Don't require dst in neigh_hh_init by Eric W. Biederman · 10 years ago
  27. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  28. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  29. 74abc20 tcp: cleanup static functions by Eric Dumazet · 10 years ago
  30. 93a714d multicast: Extend ip address command to enable multicast group join/leave on by Madhu Challa · 10 years ago
  31. 46a4dee igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop by Madhu Challa · 10 years ago
  32. 49e64dc ipv6: remove dead debug code from ip6_tunnel.c by Ian Morris · 10 years ago
  33. 7775142 ipv6: addrconf: validate new MTU before applying it by Marcelo Leitner · 10 years ago
  34. 29778be ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>" by Alex W Slater · 10 years ago
  35. 3b47117 ipv6: fix ipv6_cow_metrics for non DST_HOST case by Martin KaFai Lau · 10 years ago
  36. 4762fb9 ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gc by Jan Stancek · 10 years ago
  37. 6db93ea udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path by Tom Herbert · 10 years ago
  38. bf250a1 ipv6: Partial checksum only UDP packets by Vlad Yasevich · 10 years ago
  39. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. 8381eac ipv6: Make __ipv6_select_ident static by Vlad Yasevich · 10 years ago
  41. 51f3077 ipv6: Fix fragment id assignment on LE arches. by Vlad Yasevich · 10 years ago
  42. 662f553 rt6_probe_deferred: Do not depend on struct ordering by Michael Büsch · 11 years ago
  43. 11b1f82 ipv6: addrconf: add missing validate_link_af handler by Daniel Borkmann · 11 years ago
  44. c58da4c net: ipv6: allow explicitly choosing optimistic addresses by Erik Kline · 11 years ago
  45. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. a409cae sit: fix some __be16/u16 mismatches by Eric Dumazet · 11 years ago
  47. d1e158e ip6_gre: fix endianness errors in ip6gre_err by Sabrina Dubroca · 11 years ago
  48. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 11 years ago
  49. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 11 years ago
  50. 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 11 years ago
  51. cacdc7d ip: stash a pointer to msghdr in struct ping_fakehdr by Al Viro · 11 years ago
  52. c3c1a7d ipv6: rawv6_send_hdrinc(): pass msghdr by Al Viro · 11 years ago
  53. 32dce96 ipv6: Allow for partial checksums on non-ufo packets by Vlad Yasevich · 11 years ago
  54. 03485f2 udpv6: Add lockless sendmsg() support by Vlad Yasevich · 11 years ago
  55. d39d938 ipv6: Introduce udpv6_send_skb() by Vlad Yasevich · 11 years ago
  56. 6422398 ipv6: introduce ipv6_make_skb by Vlad Yasevich · 11 years ago
  57. 0bbe84a ipv6: Append sending data to arbitrary queue by Vlad Yasevich · 11 years ago
  58. 366e41d ipv6: pull cork initialization into its own function. by Vlad Yasevich · 11 years ago
  59. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 11 years ago
  60. 207895f net: mark some potential candidates __read_mostly by Daniel Borkmann · 11 years ago
  61. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  62. bf693f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  63. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 11 years ago
  64. 1dc7b90 ipv6: tcp: fix race in IPV6_2292PKTOPTIONS by Eric Dumazet · 11 years ago
  65. b0a1ba5 ipv6: Fix __ip6_route_redirect by Martin KaFai Lau · 11 years ago
  66. c2943f1 net: ipv6: Add sysctl entry to disable MTU updates from RA by Harout Hedeshian · 11 years ago
  67. d998f8e udp: Do not require sock in udp_tunnel_xmit_skb by Tom Herbert · 11 years ago
  68. 3390e39 ip6gretap: advertise link netns via netlink by Nicolas Dichtel · 11 years ago
  69. 9d28971 ipv6: stop sending PTB packets for MTU < 1280 by Hagen Paul Pfeifer · 11 years ago
  70. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 11 years ago
  71. 7b46a64 netlink: Fix bugs in nlmsg_end() conversions. by David S. Miller · 11 years ago
  72. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 11 years ago
  73. f812116 ip: zero sockaddr returned on error queue by Willem de Bruijn · 11 years ago
  74. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 9a6b4b3 ipv6:icmp:remove unnecessary brackets by zhuyj · 11 years ago
  76. 2bd8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  77. 8116441 net: tcp: add per route congestion control by Daniel Borkmann · 11 years ago
  78. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 11 years ago
  79. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 11 years ago
  80. 0409c9a net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference by Daniel Borkmann · 11 years ago
  81. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 11 years ago
  82. 7b5bca4 netfilter: nf_tables: fix port natting in little endian archs by leroy christophe · 11 years ago
  83. 2dc49d1 tcp6: don't move IP6CB before xfrm6_policy_check() by Nicolas Dichtel · 11 years ago
  84. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  85. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 11 years ago
  86. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 0f85fea tcp: fix more NULL deref after prequeue changes by Eric Dumazet · 11 years ago
  89. c0371da put iov_iter into msghdr by Al Viro · 11 years ago
  90. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 11 years ago
  91. 19e3c66 ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt" by Al Viro · 11 years ago
  92. 86fe8f8 ipv6: remove useless spin_lock/spin_unlock by Duan Jiong · 11 years ago
  93. 6db70e3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  94. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 11 years ago
  95. 60c04ae udp: Neaten and reduce size of compute_score functions by Joe Perches · 11 years ago
  96. 829ae9d net-timestamp: allow reading recv cmsg on errqueue with origin tstamp by Willem de Bruijn · 11 years ago
  97. f855691 xfrm6: Fix the nexthdr offset in _decode_session6. by Steffen Klassert · 11 years ago
  98. de3b7a0 xfrm6: Fix transport header offset in _decode_session6. by Steffen Klassert · 11 years ago
  99. 244ebd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  100. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago