1. fba40c6 net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_* by Asbjørn Sloth Tønnesen · 8 years ago
  2. 41c43fb net: l2tp: export debug flags to UAPI by Asbjørn Sloth Tønnesen · 8 years ago
  3. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. 31e2f21 l2tp: fix address test in __l2tp_ip6_bind_lookup() by Guillaume Nault · 8 years ago
  5. df90e68 l2tp: fix lookup for sockets not bound to a device in l2tp_ip by Guillaume Nault · 8 years ago
  6. d5e3a19 l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() by Guillaume Nault · 8 years ago
  7. a3c1842 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 8 years ago
  8. 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 8 years ago
  9. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. a4cd027 net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit" by WANG Cong · 8 years ago
  11. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. 7c6ae61 net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit by Gao Feng · 8 years ago
  13. 32c2311 l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() by Guillaume Nault · 8 years ago
  14. 3f9b977 net: l2tp: fix negative assignment to unsigned int by Asbjørn Sloth Tønnesen · 8 years ago
  15. 57ceb86 net: l2tp: cleanup: remove redundant condition by Asbjørn Sloth Tønnesen · 8 years ago
  16. 97b7af0 net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags by Asbjørn Sloth Tønnesen · 8 years ago
  17. 7ff516f net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET by Asbjørn Sloth Tønnesen · 8 years ago
  18. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  19. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  21. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  22. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  23. 8b1efc0 net: remove MTU limits on a few ether_setup callers by Jarod Wilson · 8 years ago
  24. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  25. eb94737 l2tp: constify net_device_ops structures by Julia Lawall · 8 years ago
  26. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. 9dd7994 l2tp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  28. 2f86953 l2tp: fix use-after-free during module unload by Sabrina Dubroca · 8 years ago
  29. f5bb341 l2tp: make nla_policy const by stephen hemminger · 8 years ago
  30. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 54c151d l2tp: Refactor the codes with existing macros instead of literal number by Gao Feng · 8 years ago
  32. c1346a7 Revert "l2tp: Refactor the codes with existing macros instead of literal number" by David S. Miller · 8 years ago
  33. 5ab1fe7 l2tp: Refactor the codes with existing macros instead of literal number by Gao Feng · 8 years ago
  34. 56cff47 l2tp: Fix the connect status check in pppol2tp_getname by Gao Feng · 8 years ago
  35. 4ac36a4 l2tp: Correctly return -EBADF from pppol2tp_getname. by phil.turnbull@oracle.com · 8 years ago
  36. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  37. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 8 years ago
  39. a5c5e2d l2tp: fix configuration passed to setup_udp_tunnel_sock() by Guillaume Nault · 8 years ago
  40. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 8 years ago
  41. 0e6b525 net: l2tp: Make l2tp_ip6 namespace aware by Shmulik Ladkani · 9 years ago
  42. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  43. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 9 years ago
  44. 018f825 net: l2tp: fix reversed udp6 checksum flags by Wang Shanker · 9 years ago
  45. 1c714a9 l2tp: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  46. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  47. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. be447f3 ipv6: l2tp: fix a potential issue in l2tp_ip6_recv by Haishuang Yan · 9 years ago
  49. 5745b82 ipv4: l2tp: fix a potential issue in l2tp_ip_recv by Haishuang Yan · 9 years ago
  50. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  51. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 9 years ago
  52. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. 853effc l2tp: Fix error creating L2TP tunnels by Mark Tomlinson · 9 years ago
  54. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 9 years ago
  55. 98f40b3 l2tp: rely on ppp layer for skb scrubbing by Guillaume Nault · 9 years ago
  56. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  57. 681b4d8 pppox: use standard module auto-loading feature by Guillaume Nault · 9 years ago
  58. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 9 years ago
  59. f6d3125 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. 06a15f5 l2tp: protect tunnel->del_work by ref_count by Alexander Couzens · 9 years ago
  61. 163c2e2 l2tp: auto load IP modules by stephen hemminger · 9 years ago
  62. f1f39f9 l2tp: auto load type modules by stephen hemminger · 9 years ago
  63. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 10 years ago
  64. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  65. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  66. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. 67e04c2 l2tp: unregister l2tp_net_ops on failure path by WANG Cong · 10 years ago
  68. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  69. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  70. 1cea7e2 l2tp: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  71. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  72. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  73. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  74. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  75. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  76. fe15912 l2tp_eth: allow to set a specific mac address by Alexander Couzens · 10 years ago
  77. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  78. c8fffce l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions by Andy Zhou · 10 years ago
  79. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. 29abe2f l2tp: fix missing line continuation by Andy Zhou · 10 years ago
  81. eed4d83 l2tp: fix race while getting PMTU on PPP pseudo-wire by Guillaume Nault · 10 years ago
  82. 72297c5 l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets by Tom Herbert · 10 years ago
  83. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  84. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  86. 3cf521f net/l2tp: don't fall back on UDP [get|set]sockopt by Sasha Levin · 10 years ago
  87. 85644b4 l2tp: Call udp_sock_create by Tom Herbert · 10 years ago
  88. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 10 years ago
  89. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 11 years ago
  90. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 11 years ago
  91. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  92. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  93. 58d6085 l2tp: Remove UDP checksum verification by Tom Herbert · 11 years ago
  94. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 11 years ago
  95. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  96. f34c4a3 l2tp: take PMTU from tunnel UDP socket by Dmitry Petukhov · 11 years ago
  97. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  98. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  99. 59ff3eb workqueue: remove deprecated WQ_NON_REENTRANT by ZhangZhen · 11 years ago
  100. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago