1. b954f94 l2tp: fix races with ipv4-mapped ipv6 addresses by Paolo Abeni · 7 years ago
  2. 17cfe79 l2tp: do not accept arbitrary sockets by Eric Dumazet · 7 years ago
  3. 28f5bfb l2tp: fix tunnel lookup use-after-free race by James Chapman · 7 years ago
  4. d00fa9a l2tp: fix races with tunnel socket close by James Chapman · 7 years ago
  5. 76a6abd l2tp: don't use inet_shutdown on tunnel destroy by James Chapman · 7 years ago
  6. 9afa658 l2tp: remove l2specific_len configurable parameter by Lorenzo Bianconi · 7 years ago
  7. 62e7b6a l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
  8. 23fe846 l2tp: adjust comments about L2TPv3 offsets by Guillaume Nault · 7 years ago
  9. 900631e l2tp: remove configurable payload offset by James Chapman · 7 years ago
  10. 863def1 l2tp: revert "l2tp: add peer_offset parameter" by James Chapman · 7 years ago
  11. f15bc54 l2tp: add peer_offset parameter by Lorenzo Bianconi · 7 years ago
  12. 1e7af3b l2tp: exit_net cleanup check added by Vasily Averin · 7 years ago
  13. 765924e l2tp: don't close sessions in l2tp_tunnel_destruct() by Guillaume Nault · 7 years ago
  14. c7fa745 l2tp: remove l2tp_tunnel_count and l2tp_session_count by Guillaume Nault · 7 years ago
  15. a434621 l2tp: remove ->ref() and ->deref() by Guillaume Nault · 7 years ago
  16. 3953ae7 l2tp: don't register sessions in l2tp_session_create() by Guillaume Nault · 7 years ago
  17. 4dc12ff l2tp: cleanup l2tp_tunnel_delete calls by Jiri Slaby · 7 years ago
  18. 62b982e l2tp: fix race condition in l2tp_tunnel_delete by Sabrina Dubroca · 7 years ago
  19. b228a94 l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall() by Guillaume Nault · 7 years ago
  20. f3c66d4 l2tp: prevent creation of sessions on terminated tunnels by Guillaume Nault · 7 years ago
  21. 54652eb l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 7 years ago
  22. 9ee369a l2tp: initialise session's refcount before making it reachable by Guillaume Nault · 7 years ago
  23. f00c854 net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  24. fbea9e0 net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  25. 2f858b9 l2tp: define parameters of l2tp_tunnel_find*() as "const" by Guillaume Nault · 8 years ago
  26. 9aaef50 l2tp: define parameters of l2tp_session_get*() as "const" by Guillaume Nault · 8 years ago
  27. 55a3ce3 l2tp: remove l2tp_session_find() by Guillaume Nault · 8 years ago
  28. e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 8 years ago
  29. 2777e2a l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 8 years ago
  30. dbdbc73 l2tp: fix duplicate session creation by Guillaume Nault · 8 years ago
  31. 61b9a04 l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 8 years ago
  32. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  33. 12d656a l2tp: Avoid schedule while atomic in exit_net by Ridge Kennedy · 8 years ago
  34. 3f9b977 net: l2tp: fix negative assignment to unsigned int by Asbjørn Sloth Tønnesen · 8 years ago
  35. 2f86953 l2tp: fix use-after-free during module unload by Sabrina Dubroca · 8 years ago
  36. a5c5e2d l2tp: fix configuration passed to setup_udp_tunnel_sock() by Guillaume Nault · 9 years ago
  37. 018f825 net: l2tp: fix reversed udp6 checksum flags by Wang Shanker · 9 years ago
  38. 06a15f5 l2tp: protect tunnel->del_work by ref_count by Alexander Couzens · 9 years ago
  39. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 10 years ago
  40. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  41. 67e04c2 l2tp: unregister l2tp_net_ops on failure path by WANG Cong · 10 years ago
  42. c8fffce l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions by Andy Zhou · 10 years ago
  43. 29abe2f l2tp: fix missing line continuation by Andy Zhou · 10 years ago
  44. 72297c5 l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets by Tom Herbert · 10 years ago
  45. 85644b4 l2tp: Call udp_sock_create by Tom Herbert · 10 years ago
  46. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 11 years ago
  47. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 11 years ago
  48. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 11 years ago
  49. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  50. 58d6085 l2tp: Remove UDP checksum verification by Tom Herbert · 11 years ago
  51. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  52. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  53. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  54. 59ff3eb workqueue: remove deprecated WQ_NON_REENTRANT by ZhangZhen · 11 years ago
  55. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. 746e349 l2tp: fix unused variable warning by Eric Dumazet · 11 years ago
  57. 31c70d5 l2tp: keep original skb ownership by Eric Dumazet · 11 years ago
  58. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 11 years ago
  59. 2045cea net: remove unnecessary return's by stephen hemminger · 11 years ago
  60. b5d2b28 l2tp: make local functions static by stephen hemminger · 11 years ago
  61. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  62. 8d8a51e l2tp: Fix build warning with ipv6 disabled. by David S. Miller · 11 years ago
  63. e18503f l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses by François Cachereul · 11 years ago
  64. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 12 years ago
  65. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 12 years ago
  66. b6dc01a l2tp: do data sequence number handling in a separate func by James Chapman · 12 years ago
  67. 1b7c92b l2tp: calling the ref() instead of deref() by Dan Carpenter · 12 years ago
  68. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 12 years ago
  69. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 12 years ago
  70. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 12 years ago
  71. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 12 years ago
  72. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 12 years ago
  73. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 12 years ago
  74. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 12 years ago
  75. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 12 years ago
  76. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 12 years ago
  77. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  78. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 12 years ago
  80. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 12 years ago
  81. cbb95e0 l2tp: prevent tunnel creation on netns mismatch by Tom Parkin · 12 years ago
  82. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 12 years ago
  83. 80d84ef l2tp: prevent l2tp_tunnel_delete racing with userspace close by Tom Parkin · 12 years ago
  84. 37159ef l2tp: fix a lockdep splat by Eric Dumazet · 12 years ago
  85. 99469c3 l2tp: avoid to use synchronize_rcu in tunnel free function by xeb@mail.ru · 12 years ago
  86. b8c8430 net: l2tp_eth: provide tx_dropped counter by Eric Dumazet · 13 years ago
  87. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 13 years ago
  88. d301e32 l2tp: fix data packet sequence number handling by James Chapman · 13 years ago
  89. 38d40b3 l2tp: fix reorder timeout recovery by James Chapman · 13 years ago
  90. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 13 years ago
  91. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 13 years ago
  92. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 13 years ago
  93. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 13 years ago
  94. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 13 years ago
  95. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 13 years ago
  96. 71b1391 l2tp: ensure sk->dst is still valid by Florian Westphal · 13 years ago
  97. e50e705 l2tp: fix l2tp_udp_recv_core() by Eric Dumazet · 13 years ago
  98. e2e210c l2tp: fix race in l2tp_recv_dequeue() by Eric Dumazet · 13 years ago
  99. 835acf5 l2tp: fix a potential skb leak in l2tp_xmit_skb() by Eric Dumazet · 13 years ago
  100. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago