1. 154e07c l2tp: generate correct module alias strings by Andrea Righi · 1 year, 11 months ago
  2. 9ca5e7e l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() by Shigeru Yoshida · 2 years ago
  3. b9fb10d l2tp: prevent lockdep issue in l2tp_tunnel_register() by Eric Dumazet · 2 years, 2 months ago
  4. 0b2c597 l2tp: close all race conditions in l2tp_tunnel_register() by Cong Wang · 2 years, 2 months ago
  5. c4d48a5 l2tp: convert l2tp_tunnel_list to idr by Cong Wang · 2 years, 2 months ago
  6. f2bb566 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 3 months ago
  7. af295e8 l2tp: Don't sleep and disable BH under writer-side sk_callback_lock by Jakub Sitnicki · 2 years, 3 months ago
  8. 224b744 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 4 months ago
  9. b68777d l2tp: Serialize access to sk_user_data with sk_callback_lock by Jakub Sitnicki · 2 years, 4 months ago
  10. b5fc292 inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy(). by Kuniyuki Iwashima · 2 years, 4 months ago
  11. 9c5d03d genetlink: start to validate reserved header bytes by Jakub Kicinski · 2 years, 6 months ago
  12. a5afe53 l2tp: move from strlcpy with unused retval to strscpy by Wolfram Sang · 2 years, 7 months ago
  13. 9d899db l2tp: l2tp_debugfs: fix Clang -Wformat warnings by Justin Stitt · 2 years, 8 months ago
  14. a2b6111 net: l2tp: fix clang -Wformat warning by Justin Stitt · 2 years, 8 months ago
  15. f638a84 ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg by Wang Yufen · 2 years, 9 months ago
  16. ff00940 l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_if by Eric Dumazet · 2 years, 10 months ago
  17. ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 11 months ago
  18. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 2 years, 11 months ago
  19. 285ec2f l2tp: add netns refcount tracker to l2tp_dfs_seq_data by Eric Dumazet · 3 years, 3 months ago
  20. 07b8ca3 net/l2tp: convert tunnel rwlock_t to rcu by Tom Parkin · 3 years, 3 months ago
  21. 9b6ff7e net/l2tp: Fix reference count leak in l2tp_udp_recv_core by Xiyu Yang · 3 years, 6 months ago
  22. 7f553ff l2tp: Fix spelling mistakes by Zheng Yongjun · 3 years, 9 months ago
  23. 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 10 months ago
  24. 69e16d0 net: fix a concurrency bug in l2tp_tunnel_register() by Gong, Sishuai · 3 years, 10 months ago
  25. aa785f9 net: l2tp: Fix a typo by Bhaskar Chowdhury · 4 years ago
  26. 3e59e88 net: l2tp: reduce log level of messages in receive path, add counter instead by Matthias Schiffer · 4 years ago
  27. 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 5 months ago
  28. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 5 months ago
  29. 3f47cb4 l2tp: report rx cookie discards in netlink get by Tom Parkin · 4 years, 5 months ago
  30. f52e4b2 l2tp: fix up inconsistent rx/tx statistics by Tom Parkin · 4 years, 6 months ago
  31. 9d319a8 l2tp: avoid duplicated code in l2tp_tunnel_closeall by Tom Parkin · 4 years, 6 months ago
  32. 45faeff l2tp: make magic feather checks more useful by Tom Parkin · 4 years, 6 months ago
  33. de68b03 l2tp: capture more tx errors in data plane stats by Tom Parkin · 4 years, 6 months ago
  34. c9ccd4c l2tp: drop net argument from l2tp_tunnel_create by Tom Parkin · 4 years, 6 months ago
  35. 039bca7 l2tp: drop data_len argument from l2tp_xmit_core by Tom Parkin · 4 years, 6 months ago
  36. efe0527 l2tp: remove header length param from l2tp_xmit_skb by Tom Parkin · 4 years, 6 months ago
  37. eee049c l2tp: remove tunnel and session debug flags field by Tom Parkin · 4 years, 6 months ago
  38. ac6ebaf l2tp: remove custom logging macros by Tom Parkin · 4 years, 6 months ago
  39. 6b7bdcd l2tp: add tracepoints to l2tp_core.c by Tom Parkin · 4 years, 6 months ago
  40. 2a03dd8 l2tp: add tracepoint definitions in trace.h by Tom Parkin · 4 years, 6 months ago
  41. 3f117d6 l2tp: add tracepoint infrastructure to core by Tom Parkin · 4 years, 6 months ago
  42. 5ee759c l2tp: use standard API for warning log messages by Tom Parkin · 4 years, 6 months ago
  43. ab141e3 l2tp: remove noisy logging, use appropriate log levels by Tom Parkin · 4 years, 6 months ago
  44. 1292336 l2tp: don't log data frames by Tom Parkin · 4 years, 6 months ago
  45. 340bb1ac l2tp: improve API documentation in l2tp_core.h by Tom Parkin · 4 years, 7 months ago
  46. ca7885d l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl by Tom Parkin · 4 years, 7 months ago
  47. 2dedab6 l2tp: remove build_header callback in struct l2tp_session by Tom Parkin · 4 years, 7 months ago
  48. 628703f l2tp: return void from l2tp_session_delete by Tom Parkin · 4 years, 7 months ago
  49. 52016e2 l2tp: don't export tunnel and session free functions by Tom Parkin · 4 years, 7 months ago
  50. b2aecfe l2tp: don't export __l2tp_session_unhash by Tom Parkin · 4 years, 7 months ago
  51. ab6934e l2tp: WARN_ON rather than BUG_ON in l2tp_session_free by Tom Parkin · 4 years, 7 months ago
  52. 0dd62f6 l2tp: remove BUG_ON refcount value in l2tp_session_free by Tom Parkin · 4 years, 7 months ago
  53. 493048f l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge by Tom Parkin · 4 years, 7 months ago
  54. ebb4f5e l2tp: don't BUG_ON seqfile checks in l2tp_ppp by Tom Parkin · 4 years, 7 months ago
  55. 1aa646a l2tp: don't BUG_ON session magic checks in l2tp_ppp by Tom Parkin · 4 years, 7 months ago
  56. cd3e29b l2tp: remove BUG_ON in l2tp_tunnel_closeall by Tom Parkin · 4 years, 7 months ago
  57. ce2f86a l2tp: remove BUG_ON in l2tp_session_queue_purge by Tom Parkin · 4 years, 7 months ago
  58. 7a37955 l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start by Tom Parkin · 4 years, 7 months ago
  59. 9507515 l2tp: avoid multiple assignments by Tom Parkin · 4 years, 7 months ago
  60. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 7 months ago
  61. 70c05bf l2tp: cleanup kzalloc calls by Tom Parkin · 4 years, 7 months ago
  62. 0787840 l2tp: cleanup netlink tunnel create address handling by Tom Parkin · 4 years, 7 months ago
  63. 584ca31 l2tp: cleanup netlink send of tunnel address information by Tom Parkin · 4 years, 7 months ago
  64. 26d9a27 l2tp: check socket address type in l2tp_dfs_seq_tunnel_show by Tom Parkin · 4 years, 7 months ago
  65. 6c0ec37 l2tp: cleanup unnecessary braces in if statements by Tom Parkin · 4 years, 7 months ago
  66. 0febc7b l2tp: cleanup comparisons to NULL by Tom Parkin · 4 years, 7 months ago
  67. efcd8c8 l2tp: avoid precidence issues in L2TP_SKB_CB macro by Tom Parkin · 4 years, 7 months ago
  68. c0235fb l2tp: line-break long function prototypes by Tom Parkin · 4 years, 7 months ago
  69. bdf9866 l2tp: prefer seq_puts for unformatted output by Tom Parkin · 4 years, 7 months ago
  70. dbf82f3f l2tp: prefer using BIT macro by Tom Parkin · 4 years, 7 months ago
  71. bef04d1 l2tp: add identifier name in function pointer prototype by Tom Parkin · 4 years, 7 months ago
  72. 0864e33 l2tp: cleanup suspect code indent by Tom Parkin · 4 years, 7 months ago
  73. 8ce9825a l2tp: cleanup wonky alignment of line-broken function calls by Tom Parkin · 4 years, 7 months ago
  74. 9f7da9a l2tp: cleanup difficult-to-read line breaks by Tom Parkin · 4 years, 7 months ago
  75. 20dcb11 l2tp: cleanup comments by Tom Parkin · 4 years, 7 months ago
  76. b71a61c l2tp: cleanup whitespace use by Tom Parkin · 4 years, 7 months ago
  77. 3021ad5 net/ipv6: remove compat_ipv6_{get,set}sockopt by Christoph Hellwig · 4 years, 8 months ago
  78. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 8 months ago
  79. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 8 months ago
  80. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  81. 27d5332 l2tp: remove skb_dst_set() from l2tp_xmit_skb() by Xin Long · 4 years, 8 months ago
  82. 433f17a l2tp: fix l2tp_eth_dev_xmit()'s return type by Luc Van Oostenryck · 4 years, 8 months ago
  83. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 9 months ago
  84. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  85. d9a81a2 l2tp: add sk_family checks to l2tp_validate_socket by Eric Dumazet · 4 years, 9 months ago
  86. 02c71b1 l2tp: do not use inet_hash()/inet_unhash() by Eric Dumazet · 4 years, 9 months ago
  87. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 10 months ago
  88. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 10 months ago
  89. 2abe052 l2tp: Allow management of tunnels and session in user namespace by Michael Weiß · 5 years ago
  90. af71b09 l2tp: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  91. 0d0d9a3 l2tp: Allow duplicate session creation with UDP by Ridge Kennedy · 5 years ago
  92. d2e9d22 l2tp: Remove redundant BUG_ON() check in l2tp_pernet by Xu Wang · 5 years ago
  93. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  94. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  95. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  96. 055d882 compat_ioctl: pppoe: fix PPPOEIOCSFWD handling by Arnd Bergmann · 6 years ago
  97. 59c820b ipv6: elide flowlabel check if no exclusive leases exist by Willem de Bruijn · 6 years ago
  98. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  100. 3adcfa4 l2tp: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago