1. f0af9cd8 l2tp: Allow duplicate session creation with UDP by Ridge Kennedy · 4 years, 6 months ago
  2. 2f11aba l2tp: Fix possible NULL pointer dereference by YueHaibing · 5 years ago
  3. 485f382 l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() by Eric Dumazet · 5 years ago
  4. e571a33 l2ip: fix possible use-after-free by Eric Dumazet · 5 years ago
  5. 8de6766 l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
  6. 3d418a2 l2tp: copy 4 more bytes to linear part if necessary by Jacob Wen · 6 years ago
  7. 79272fc l2tp: fix a sock refcnt leak in l2tp_tunnel_register by Xin Long · 6 years ago
  8. 6d37fa4 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache by Wei Wang · 6 years ago
  9. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 6 years ago
  10. e9697e2 l2tp: ignore L2TP_ATTR_MTU by Guillaume Nault · 6 years ago
  11. 92ea4a7 l2tp: drop ->mru from struct l2tp_session by Guillaume Nault · 6 years ago
  12. 2b139e6 l2tp: remove ->recv_payload_hook by Guillaume Nault · 6 years ago
  13. c2df560 l2tp: remove trailing newline by Stephen Hemminger · 6 years ago
  14. 2685fbb l2tp: make l2tp_xmit_core() return void by Guillaume Nault · 6 years ago
  15. 363a341 l2tp: avoid duplicate l2tp_pernet() calls by Guillaume Nault · 6 years ago
  16. d08532b l2tp: don't export l2tp_tunnel_closeall() by Guillaume Nault · 6 years ago
  17. 2e67560 l2tp: don't export l2tp_session_queue_purge() by Guillaume Nault · 6 years ago
  18. f726214 l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file by Guillaume Nault · 6 years ago
  19. 5846c13 l2tp: hold reference on tunnels in netlink dumps by Guillaume Nault · 6 years ago
  20. f6cd651 l2tp: fix race in duplicate tunnel detection by Guillaume Nault · 6 years ago
  21. 6b9f342 l2tp: fix races in tunnel creation by Guillaume Nault · 6 years ago
  22. b954f94 l2tp: fix races with ipv4-mapped ipv6 addresses by Paolo Abeni · 6 years ago
  23. 17cfe79 l2tp: do not accept arbitrary sockets by Eric Dumazet · 6 years ago
  24. 28f5bfb l2tp: fix tunnel lookup use-after-free race by James Chapman · 6 years ago
  25. d00fa9a l2tp: fix races with tunnel socket close by James Chapman · 6 years ago
  26. 76a6abd l2tp: don't use inet_shutdown on tunnel destroy by James Chapman · 6 years ago
  27. 9afa658 l2tp: remove l2specific_len configurable parameter by Lorenzo Bianconi · 7 years ago
  28. 62e7b6a l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
  29. 23fe846 l2tp: adjust comments about L2TPv3 offsets by Guillaume Nault · 7 years ago
  30. 900631e l2tp: remove configurable payload offset by James Chapman · 7 years ago
  31. 863def1 l2tp: revert "l2tp: add peer_offset parameter" by James Chapman · 7 years ago
  32. f15bc54 l2tp: add peer_offset parameter by Lorenzo Bianconi · 7 years ago
  33. 1e7af3b l2tp: exit_net cleanup check added by Vasily Averin · 7 years ago
  34. 765924e l2tp: don't close sessions in l2tp_tunnel_destruct() by Guillaume Nault · 7 years ago
  35. c7fa745 l2tp: remove l2tp_tunnel_count and l2tp_session_count by Guillaume Nault · 7 years ago
  36. a434621 l2tp: remove ->ref() and ->deref() by Guillaume Nault · 7 years ago
  37. 3953ae7 l2tp: don't register sessions in l2tp_session_create() by Guillaume Nault · 7 years ago
  38. 4dc12ff l2tp: cleanup l2tp_tunnel_delete calls by Jiri Slaby · 7 years ago
  39. 62b982e l2tp: fix race condition in l2tp_tunnel_delete by Sabrina Dubroca · 7 years ago
  40. b228a94 l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall() by Guillaume Nault · 7 years ago
  41. f3c66d4 l2tp: prevent creation of sessions on terminated tunnels by Guillaume Nault · 7 years ago
  42. 54652eb l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 7 years ago
  43. 9ee369a l2tp: initialise session's refcount before making it reachable by Guillaume Nault · 7 years ago
  44. f00c854 net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  45. fbea9e0 net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  46. 2f858b9 l2tp: define parameters of l2tp_tunnel_find*() as "const" by Guillaume Nault · 7 years ago
  47. 9aaef50 l2tp: define parameters of l2tp_session_get*() as "const" by Guillaume Nault · 7 years ago
  48. 55a3ce3 l2tp: remove l2tp_session_find() by Guillaume Nault · 7 years ago
  49. e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 7 years ago
  50. 2777e2a l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 7 years ago
  51. dbdbc73 l2tp: fix duplicate session creation by Guillaume Nault · 7 years ago
  52. 61b9a04 l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 7 years ago
  53. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 7 years ago
  54. 12d656a l2tp: Avoid schedule while atomic in exit_net by Ridge Kennedy · 7 years ago
  55. 3f9b977 net: l2tp: fix negative assignment to unsigned int by Asbjørn Sloth Tønnesen · 8 years ago
  56. 2f86953 l2tp: fix use-after-free during module unload by Sabrina Dubroca · 8 years ago
  57. a5c5e2d l2tp: fix configuration passed to setup_udp_tunnel_sock() by Guillaume Nault · 8 years ago
  58. 018f825 net: l2tp: fix reversed udp6 checksum flags by Wang Shanker · 8 years ago
  59. 06a15f5 l2tp: protect tunnel->del_work by ref_count by Alexander Couzens · 9 years ago
  60. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 9 years ago
  61. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  62. 67e04c2 l2tp: unregister l2tp_net_ops on failure path by WANG Cong · 9 years ago
  63. c8fffce l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functions by Andy Zhou · 10 years ago
  64. 29abe2f l2tp: fix missing line continuation by Andy Zhou · 10 years ago
  65. 72297c5 l2tp: Enable checksum unnecessary conversions for l2tp/UDP sockets by Tom Herbert · 10 years ago
  66. 85644b4 l2tp: Call udp_sock_create by Tom Herbert · 10 years ago
  67. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 10 years ago
  68. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 10 years ago
  69. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  70. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  71. 58d6085 l2tp: Remove UDP checksum verification by Tom Herbert · 10 years ago
  72. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  73. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  74. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  75. 59ff3eb workqueue: remove deprecated WQ_NON_REENTRANT by ZhangZhen · 10 years ago
  76. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. 746e349 l2tp: fix unused variable warning by Eric Dumazet · 10 years ago
  78. 31c70d5 l2tp: keep original skb ownership by Eric Dumazet · 10 years ago
  79. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 10 years ago
  80. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  81. b5d2b28 l2tp: make local functions static by stephen hemminger · 11 years ago
  82. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  83. 8d8a51e l2tp: Fix build warning with ipv6 disabled. by David S. Miller · 11 years ago
  84. e18503f l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses by François Cachereul · 11 years ago
  85. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 11 years ago
  86. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 11 years ago
  87. b6dc01a l2tp: do data sequence number handling in a separate func by James Chapman · 11 years ago
  88. 1b7c92b l2tp: calling the ref() instead of deref() by Dan Carpenter · 11 years ago
  89. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  90. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  91. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  92. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  93. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  94. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  95. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  96. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  97. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 11 years ago
  98. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  99. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  100. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 11 years ago