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