1. 3e59e88 net: l2tp: reduce log level of messages in receive path, add counter instead by Matthias Schiffer · 3 years, 11 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, 4 months ago
  4. c9ccd4c l2tp: drop net argument from l2tp_tunnel_create by Tom Parkin · 4 years, 4 months ago
  5. eee049c l2tp: remove tunnel and session debug flags field by Tom Parkin · 4 years, 5 months ago
  6. 628703f l2tp: return void from l2tp_session_delete by Tom Parkin · 4 years, 6 months ago
  7. 0787840 l2tp: cleanup netlink tunnel create address handling by Tom Parkin · 4 years, 6 months ago
  8. 584ca31 l2tp: cleanup netlink send of tunnel address information by Tom Parkin · 4 years, 6 months ago
  9. 0febc7b l2tp: cleanup comparisons to NULL by Tom Parkin · 4 years, 6 months ago
  10. 9f7da9a l2tp: cleanup difficult-to-read line breaks by Tom Parkin · 4 years, 6 months ago
  11. 20dcb11 l2tp: cleanup comments by Tom Parkin · 4 years, 6 months ago
  12. b71a61c l2tp: cleanup whitespace use by Tom Parkin · 4 years, 6 months ago
  13. 2abe052 l2tp: Allow management of tunnels and session in user namespace by Michael Weiß · 4 years, 9 months ago
  14. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  15. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  16. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  17. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  18. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 6 years ago
  19. d6a61ec l2tp: define l2tp_tunnel_uses_xfrm() by Guillaume Nault · 6 years ago
  20. e9697e2 l2tp: ignore L2TP_ATTR_MTU by Guillaume Nault · 6 years ago
  21. 92ea4a7 l2tp: drop ->mru from struct l2tp_session by Guillaume Nault · 6 years ago
  22. ae51a7c l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute by Guillaume Nault · 6 years ago
  23. 3ae5536 l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute by Guillaume Nault · 6 years ago
  24. de9bada l2tp: reject creation of non-PPP sessions on L2TPv2 tunnels by Guillaume Nault · 7 years ago
  25. 5846c13 l2tp: hold reference on tunnels in netlink dumps by Guillaume Nault · 7 years ago
  26. f6cd651 l2tp: fix race in duplicate tunnel detection by Guillaume Nault · 7 years ago
  27. 6b9f342 l2tp: fix races in tunnel creation by Guillaume Nault · 7 years ago
  28. 30c3e9d l2tp: remove switch block in l2tp_nl_cmd_session_create() by Lorenzo Bianconi · 7 years ago
  29. 9afa658 l2tp: remove l2specific_len configurable parameter by Lorenzo Bianconi · 7 years ago
  30. dfffc97 l2tp: double-check l2specific_type provided by userspace by Lorenzo Bianconi · 7 years ago
  31. 900631e l2tp: remove configurable payload offset by James Chapman · 7 years ago
  32. de3b58b l2tp: revert "l2tp: fix missing print session offset info" by James Chapman · 7 years ago
  33. 863def1 l2tp: revert "l2tp: add peer_offset parameter" by James Chapman · 7 years ago
  34. f15bc54 l2tp: add peer_offset parameter by Lorenzo Bianconi · 7 years ago
  35. 820da53 l2tp: fix missing print session offset info by Hangbin Liu · 7 years ago
  36. a434621 l2tp: remove ->ref() and ->deref() by Guillaume Nault · 7 years ago
  37. 4dc12ff l2tp: cleanup l2tp_tunnel_delete calls by Jiri Slaby · 7 years ago
  38. be070c7 net: l2tp: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  39. f026bc2 l2tp: pass tunnel pointer to ->session_create() by Guillaume Nault · 7 years ago
  40. e702c12 l2tp: hold tunnel used while creating sessions with netlink by Guillaume Nault · 7 years ago
  41. 4e4b21d l2tp: hold tunnel while handling genl TUNNEL_GET commands by Guillaume Nault · 7 years ago
  42. 8c0e421 l2tp: hold tunnel while handling genl tunnel updates by Guillaume Nault · 7 years ago
  43. bb0a32c l2tp: hold tunnel while processing genl delete command by Guillaume Nault · 7 years ago
  44. 54652eb l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 7 years ago
  45. af87ae4 l2tp: remove useless duplicate session detection in l2tp_netlink by Guillaume Nault · 8 years ago
  46. e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 8 years ago
  47. 2777e2a l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 8 years ago
  48. 5e6a9e5 l2tp: hold session while sending creation notifications by Guillaume Nault · 8 years ago
  49. 57ceb86 net: l2tp: cleanup: remove redundant condition by Asbjørn Sloth Tønnesen · 8 years ago
  50. 97b7af0 net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags by Asbjørn Sloth Tønnesen · 8 years ago
  51. 7ff516f net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET by Asbjørn Sloth Tønnesen · 8 years ago
  52. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  53. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  54. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  55. f5bb341 l2tp: make nla_policy const by stephen hemminger · 8 years ago
  56. 1c714a9 l2tp: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  57. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  58. 853effc l2tp: Fix error creating L2TP tunnels by Mark Tomlinson · 9 years ago
  59. f1f39f9 l2tp: auto load type modules by stephen hemminger · 9 years ago
  60. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  61. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  62. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  63. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  64. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 11 years ago
  65. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 11 years ago
  66. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 11 years ago
  67. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  68. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  69. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  70. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 12 years ago
  71. b6fdfdf l2tp: set netnsok flag for netlink messages by Tom Parkin · 12 years ago
  72. e269ed2 l2tp: session is an array not a pointer by Alan Cox · 12 years ago
  73. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  74. 7f8436a l2tp: fix return value check by Wei Yongjun · 12 years ago
  75. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  76. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 13 years ago
  77. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 13 years ago
  78. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 13 years ago
  79. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 13 years ago
  80. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 13 years ago
  81. 60aed2a l2tp: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  82. 8cb4901 l2tp: Fix set-but-unused variables. by David S. Miller · 14 years ago
  83. f481c0d l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.c by David S. Miller · 15 years ago
  84. 789a4a2 l2tp: Add support for static unmanaged L2TPv3 tunnels by James Chapman · 15 years ago
  85. 309795f l2tp: Add netlink control API for L2TP by James Chapman · 15 years ago