1. 9b6ff7e net/l2tp: Fix reference count leak in l2tp_udp_recv_core by Xiyu Yang · 3 years, 4 months ago
  2. 7f553ff l2tp: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
  3. 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 8 months ago
  4. 69e16d0 net: fix a concurrency bug in l2tp_tunnel_register() by Gong, Sishuai · 3 years, 8 months ago
  5. aa785f9 net: l2tp: Fix a typo by Bhaskar Chowdhury · 3 years, 9 months ago
  6. 3e59e88 net: l2tp: reduce log level of messages in receive path, add counter instead by Matthias Schiffer · 3 years, 10 months ago
  7. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
  8. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  9. 3f47cb4 l2tp: report rx cookie discards in netlink get by Tom Parkin · 4 years, 3 months ago
  10. f52e4b2 l2tp: fix up inconsistent rx/tx statistics by Tom Parkin · 4 years, 3 months ago
  11. 9d319a8 l2tp: avoid duplicated code in l2tp_tunnel_closeall by Tom Parkin · 4 years, 4 months ago
  12. 45faeff l2tp: make magic feather checks more useful by Tom Parkin · 4 years, 4 months ago
  13. de68b03 l2tp: capture more tx errors in data plane stats by Tom Parkin · 4 years, 4 months ago
  14. c9ccd4c l2tp: drop net argument from l2tp_tunnel_create by Tom Parkin · 4 years, 4 months ago
  15. 039bca7 l2tp: drop data_len argument from l2tp_xmit_core by Tom Parkin · 4 years, 4 months ago
  16. efe0527 l2tp: remove header length param from l2tp_xmit_skb by Tom Parkin · 4 years, 4 months ago
  17. eee049c l2tp: remove tunnel and session debug flags field by Tom Parkin · 4 years, 4 months ago
  18. ac6ebaf l2tp: remove custom logging macros by Tom Parkin · 4 years, 4 months ago
  19. 6b7bdcd l2tp: add tracepoints to l2tp_core.c by Tom Parkin · 4 years, 4 months ago
  20. 2a03dd8 l2tp: add tracepoint definitions in trace.h by Tom Parkin · 4 years, 4 months ago
  21. 3f117d6 l2tp: add tracepoint infrastructure to core by Tom Parkin · 4 years, 4 months ago
  22. 5ee759c l2tp: use standard API for warning log messages by Tom Parkin · 4 years, 4 months ago
  23. ab141e3 l2tp: remove noisy logging, use appropriate log levels by Tom Parkin · 4 years, 4 months ago
  24. 1292336 l2tp: don't log data frames by Tom Parkin · 4 years, 4 months ago
  25. 340bb1a l2tp: improve API documentation in l2tp_core.h by Tom Parkin · 4 years, 5 months ago
  26. ca7885d l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl by Tom Parkin · 4 years, 5 months ago
  27. 2dedab6 l2tp: remove build_header callback in struct l2tp_session by Tom Parkin · 4 years, 5 months ago
  28. 628703f l2tp: return void from l2tp_session_delete by Tom Parkin · 4 years, 5 months ago
  29. 52016e2 l2tp: don't export tunnel and session free functions by Tom Parkin · 4 years, 5 months ago
  30. b2aecfe l2tp: don't export __l2tp_session_unhash by Tom Parkin · 4 years, 5 months ago
  31. ab6934e l2tp: WARN_ON rather than BUG_ON in l2tp_session_free by Tom Parkin · 4 years, 5 months ago
  32. 0dd62f6 l2tp: remove BUG_ON refcount value in l2tp_session_free by Tom Parkin · 4 years, 5 months ago
  33. 493048f l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge by Tom Parkin · 4 years, 5 months ago
  34. ebb4f5e l2tp: don't BUG_ON seqfile checks in l2tp_ppp by Tom Parkin · 4 years, 5 months ago
  35. 1aa646a l2tp: don't BUG_ON session magic checks in l2tp_ppp by Tom Parkin · 4 years, 5 months ago
  36. cd3e29b l2tp: remove BUG_ON in l2tp_tunnel_closeall by Tom Parkin · 4 years, 5 months ago
  37. ce2f86a l2tp: remove BUG_ON in l2tp_session_queue_purge by Tom Parkin · 4 years, 5 months ago
  38. 7a37955 l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start by Tom Parkin · 4 years, 5 months ago
  39. 9507515 l2tp: avoid multiple assignments by Tom Parkin · 4 years, 5 months ago
  40. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  41. 70c05bf l2tp: cleanup kzalloc calls by Tom Parkin · 4 years, 5 months ago
  42. 0787840 l2tp: cleanup netlink tunnel create address handling by Tom Parkin · 4 years, 5 months ago
  43. 584ca31 l2tp: cleanup netlink send of tunnel address information by Tom Parkin · 4 years, 5 months ago
  44. 26d9a27 l2tp: check socket address type in l2tp_dfs_seq_tunnel_show by Tom Parkin · 4 years, 5 months ago
  45. 6c0ec37 l2tp: cleanup unnecessary braces in if statements by Tom Parkin · 4 years, 5 months ago
  46. 0febc7b l2tp: cleanup comparisons to NULL by Tom Parkin · 4 years, 5 months ago
  47. efcd8c8 l2tp: avoid precidence issues in L2TP_SKB_CB macro by Tom Parkin · 4 years, 5 months ago
  48. c0235fb l2tp: line-break long function prototypes by Tom Parkin · 4 years, 5 months ago
  49. bdf9866 l2tp: prefer seq_puts for unformatted output by Tom Parkin · 4 years, 5 months ago
  50. dbf82f3f l2tp: prefer using BIT macro by Tom Parkin · 4 years, 5 months ago
  51. bef04d1 l2tp: add identifier name in function pointer prototype by Tom Parkin · 4 years, 5 months ago
  52. 0864e33 l2tp: cleanup suspect code indent by Tom Parkin · 4 years, 5 months ago
  53. 8ce9825a l2tp: cleanup wonky alignment of line-broken function calls by Tom Parkin · 4 years, 5 months ago
  54. 9f7da9a l2tp: cleanup difficult-to-read line breaks by Tom Parkin · 4 years, 5 months ago
  55. 20dcb11 l2tp: cleanup comments by Tom Parkin · 4 years, 5 months ago
  56. b71a61c l2tp: cleanup whitespace use by Tom Parkin · 4 years, 5 months ago
  57. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  58. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  59. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  60. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  61. 27d5332 l2tp: remove skb_dst_set() from l2tp_xmit_skb() by Xin Long · 4 years, 6 months ago
  62. 433f17a l2tp: fix l2tp_eth_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 6 months ago
  63. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  64. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  65. d9a81a2 l2tp: add sk_family checks to l2tp_validate_socket by Eric Dumazet · 4 years, 7 months ago
  66. 02c71b1 l2tp: do not use inet_hash()/inet_unhash() by Eric Dumazet · 4 years, 7 months ago
  67. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 8 months ago
  68. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
  69. 2abe052 l2tp: Allow management of tunnels and session in user namespace by Michael Weiß · 4 years, 9 months ago
  70. af71b09 l2tp: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  71. 0d0d9a3 l2tp: Allow duplicate session creation with UDP by Ridge Kennedy · 5 years ago
  72. d2e9d22 l2tp: Remove redundant BUG_ON() check in l2tp_pernet by Xu Wang · 5 years ago
  73. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  74. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  75. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  76. 055d882 compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 5 years ago
  77. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 5 years ago
  78. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  80. 3adcfa4 l2tp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  81. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  82. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  83. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 638a3a1 l2tp: Fix possible NULL pointer dereference by YueHaibing · 6 years ago
  85. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. a622b40 l2ip: fix possible use-after-free by Eric Dumazet · 6 years ago
  87. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  88. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  89. c1c4772 l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() by Eric Dumazet · 6 years ago
  90. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  91. 503c018 l2tp: fix set but not used variable by Jakub Kicinski · 6 years ago
  92. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  93. 163d1c3 l2tp: fix infoleak in l2tp_ip6_recvmsg() by Eric Dumazet · 6 years ago
  94. 91c5247 l2tp: copy 4 more bytes to linear part if necessary by Jacob Wen · 6 years ago
  95. 4522a70 l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
  96. f8504f4 l2tp: fix a sock refcnt leak in l2tp_tunnel_register by Xin Long · 6 years ago
  97. c2ebc25 l2tp: fix unused function warning by Arnd Bergmann · 6 years ago
  98. 6d37fa4 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache by Wei Wang · 6 years ago
  99. 4f5f85e l2tp: let pppol2tp_ioctl() fallback to dev_ioctl() by Guillaume Nault · 6 years ago
  100. 7390ed8 l2tp: zero out stats in pppol2tp_copy_stats() by Guillaume Nault · 6 years ago