1. 8de6766 l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
  2. c2ebc25 l2tp: fix unused function warning by Arnd Bergmann · 6 years ago
  3. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 6 years ago
  4. d6a61ec l2tp: define l2tp_tunnel_uses_xfrm() by Guillaume Nault · 6 years ago
  5. e9697e2 l2tp: ignore L2TP_ATTR_MTU by Guillaume Nault · 6 years ago
  6. 1f5cd2a l2tp: define l2tp_tunnel_dst_mtu() by Guillaume Nault · 6 years ago
  7. 92ea4a7 l2tp: drop ->mru from struct l2tp_session by Guillaume Nault · 6 years ago
  8. ae51a7c l2tp: ignore L2TP_ATTR_VLAN_ID netlink attribute by Guillaume Nault · 6 years ago
  9. 3ae5536 l2tp: ignore L2TP_ATTR_DATA_SEQ netlink attribute by Guillaume Nault · 6 years ago
  10. 2b139e6 l2tp: remove ->recv_payload_hook by Guillaume Nault · 6 years ago
  11. d08532b l2tp: don't export l2tp_tunnel_closeall() by Guillaume Nault · 6 years ago
  12. 2e67560 l2tp: don't export l2tp_session_queue_purge() by Guillaume Nault · 6 years ago
  13. e484b1c l2tp: remove l2tp_tunnel_priv() by Guillaume Nault · 6 years ago
  14. c3612f0 l2tp: remove .show from struct l2tp_tunnel by Guillaume Nault · 6 years ago
  15. f726214 l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file by Guillaume Nault · 6 years ago
  16. 5846c13 l2tp: hold reference on tunnels in netlink dumps by Guillaume Nault · 6 years ago
  17. f6cd651 l2tp: fix race in duplicate tunnel detection by Guillaume Nault · 6 years ago
  18. 6b9f342 l2tp: fix races in tunnel creation by Guillaume Nault · 6 years ago
  19. b954f94 l2tp: fix races with ipv4-mapped ipv6 addresses by Paolo Abeni · 6 years ago
  20. d00fa9a l2tp: fix races with tunnel socket close by James Chapman · 7 years ago
  21. 9afa658 l2tp: remove l2specific_len configurable parameter by Lorenzo Bianconi · 7 years ago
  22. 62e7b6a l2tp: remove l2specific_len dependency in l2tp_core by Lorenzo Bianconi · 7 years ago
  23. 900631e l2tp: remove configurable payload offset by James Chapman · 7 years ago
  24. 863def1 l2tp: revert "l2tp: add peer_offset parameter" by James Chapman · 7 years ago
  25. f15bc54 l2tp: add peer_offset parameter by Lorenzo Bianconi · 7 years ago
  26. 9ff672b l2tp: remove l2tp specific refcount debugging by Guillaume Nault · 7 years ago
  27. a434621 l2tp: remove ->ref() and ->deref() by Guillaume Nault · 7 years ago
  28. 3953ae7 l2tp: don't register sessions in l2tp_session_create() by Guillaume Nault · 7 years ago
  29. 62b982e l2tp: fix race condition in l2tp_tunnel_delete by Sabrina Dubroca · 7 years ago
  30. b228a94 l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall() by Guillaume Nault · 7 years ago
  31. f026bc2 l2tp: pass tunnel pointer to ->session_create() by Guillaume Nault · 7 years ago
  32. f3c66d4 l2tp: prevent creation of sessions on terminated tunnels by Guillaume Nault · 7 years ago
  33. 54652eb l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 7 years ago
  34. f00c854 net, l2tp: convert l2tp_session.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  35. fbea9e0 net, l2tp: convert l2tp_tunnel.ref_count from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  36. 2f858b9 l2tp: define parameters of l2tp_tunnel_find*() as "const" by Guillaume Nault · 7 years ago
  37. 9aaef50 l2tp: define parameters of l2tp_session_get*() as "const" by Guillaume Nault · 7 years ago
  38. 55a3ce3 l2tp: remove l2tp_session_find() by Guillaume Nault · 7 years ago
  39. e08293a l2tp: take reference on sessions being dumped by Guillaume Nault · 7 years ago
  40. 2777e2a l2tp: take a reference on sessions used in genetlink handlers by Guillaume Nault · 7 years ago
  41. 61b9a04 l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 7 years ago
  42. 72fb96e7 l2tp: do not use udp_ioctl() by Eric Dumazet · 8 years ago
  43. 41c43fb net: l2tp: export debug flags to UAPI by Asbjørn Sloth Tønnesen · 8 years ago
  44. 9dd7994 l2tp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  45. f1f39f9 l2tp: auto load type modules by stephen hemminger · 9 years ago
  46. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 10 years ago
  47. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 11 years ago
  48. b5d2b28 l2tp: make local functions static by stephen hemminger · 11 years ago
  49. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  50. e18503f l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses by François Cachereul · 11 years ago
  51. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 11 years ago
  52. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 11 years ago
  53. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  54. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  55. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  56. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  57. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 12 years ago
  58. 80d84ef l2tp: prevent l2tp_tunnel_delete racing with userspace close by Tom Parkin · 12 years ago
  59. 99469c3 l2tp: avoid to use synchronize_rcu in tunnel free function by xeb@mail.ru · 12 years ago
  60. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 12 years ago
  61. 38d40b3 l2tp: fix reorder timeout recovery by James Chapman · 12 years ago
  62. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 12 years ago
  63. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 12 years ago
  64. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  65. fc13084 l2tp: make local function static by stephen hemminger · 14 years ago
  66. 7bddd0d l2tp: unmanaged L2TPv3 tunnels fixes by Eric Dumazet · 14 years ago
  67. f66ef2d l2tp: Fix L2TP_DEBUGFS ifdef tests. by David S. Miller · 14 years ago
  68. 789a4a2 l2tp: Add support for static unmanaged L2TPv3 tunnels by James Chapman · 14 years ago
  69. 0ad6614 l2tp: Add debugfs files for dumping l2tp debug info by James Chapman · 14 years ago
  70. 309795f l2tp: Add netlink control API for L2TP by James Chapman · 14 years ago
  71. 0d76751 l2tp: Add L2TPv3 IP encapsulation (no UDP) support by James Chapman · 14 years ago
  72. f7faffa l2tp: Add L2TPv3 protocol support by James Chapman · 14 years ago
  73. fd558d1 l2tp: Split pppol2tp patch into separate l2tp and ppp parts by James Chapman · 14 years ago