1. 45faeff l2tp: make magic feather checks more useful by Tom Parkin · 4 years, 4 months ago
  2. 1292336 l2tp: don't log data frames by Tom Parkin · 4 years, 5 months ago
  3. ca7885d l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl by Tom Parkin · 4 years, 6 months ago
  4. 9507515 l2tp: avoid multiple assignments by Tom Parkin · 4 years, 6 months ago
  5. 0febc7b l2tp: cleanup comparisons to NULL by Tom Parkin · 4 years, 6 months ago
  6. 20dcb11 l2tp: cleanup comments by Tom Parkin · 4 years, 6 months ago
  7. b71a61c l2tp: cleanup whitespace use by Tom Parkin · 4 years, 6 months ago
  8. b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  9. 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 6 months ago
  10. 02c71b1 l2tp: do not use inet_hash()/inet_unhash() by Eric Dumazet · 4 years, 8 months ago
  11. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  12. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  13. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  14. 4522a70 l2tp: fix reading optional fields of L2TPv3 by Jacob Wen · 6 years ago
  15. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 6 years ago
  16. 2b139e6 l2tp: remove ->recv_payload_hook by Guillaume Nault · 6 years ago
  17. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  18. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  19. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. d00fa9a l2tp: fix races with tunnel socket close by James Chapman · 7 years ago
  21. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  22. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. 8f7dc9a l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 by Guillaume Nault · 7 years ago
  24. a434621 l2tp: remove ->ref() and ->deref() by Guillaume Nault · 7 years ago
  25. 61b9a04 l2tp: fix race in l2tp_recv_common() by Guillaume Nault · 8 years ago
  26. 94d7ee0 l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6 by Guillaume Nault · 8 years ago
  27. 51fb60e l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv by Paul Hüber · 8 years ago
  28. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 72fb96e7 l2tp: do not use udp_ioctl() by Eric Dumazet · 8 years ago
  30. c5fdae0 l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
  31. 986f7cb l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
  32. bb39b0b l2tp: make __l2tp_ip*_bind_lookup() parameters 'const' by Guillaume Nault · 8 years ago
  33. 8cf2f70 l2tp: remove redundant addr_len check in l2tp_ip_bind() by Guillaume Nault · 8 years ago
  34. a9b2dff l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookups by Guillaume Nault · 8 years ago
  35. df90e68 l2tp: fix lookup for sockets not bound to a device in l2tp_ip by Guillaume Nault · 8 years ago
  36. d5e3a19 l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind() by Guillaume Nault · 8 years ago
  37. a3c1842 l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv() by Guillaume Nault · 8 years ago
  38. 0382a25 l2tp: lock socket before checking flags in connect() by Guillaume Nault · 8 years ago
  39. 32c2311 l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() by Guillaume Nault · 8 years ago
  40. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  41. 5745b82 ipv4: l2tp: fix a potential issue in l2tp_ip_recv by Haishuang Yan · 9 years ago
  42. 163c2e2 l2tp: auto load IP modules by stephen hemminger · 9 years ago
  43. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  44. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  45. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  46. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  47. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  48. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  49. bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  50. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 12 years ago
  51. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  52. 9d6ddb1 l2tp: Make ipv4 protocol handler namespace aware. by David S. Miller · 12 years ago
  53. 4399a4d l2tp: fix a race in l2tp_ip_sendmsg() by Eric Dumazet · 13 years ago
  54. c51ce49 l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case by James Chapman · 13 years ago
  55. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 13 years ago
  56. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  57. 84768ed net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg by Sasha Levin · 13 years ago
  58. c8657fd l2tp: remove unused stats from l2tp_ip socket by James Chapman · 13 years ago
  59. de3c7a1 l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() by James Chapman · 13 years ago
  60. c9be48d l2tp: don't overwrite source address in l2tp_ip_bind() by James Chapman · 13 years ago
  61. d1f224a l2tp: fix refcount leak in l2tp_ip sockets by James Chapman · 13 years ago
  62. 6831580 l2tp: l2tp_ip - fix possible oops on packet receive by James Chapman · 13 years ago
  63. 081b1b1 l2tp: fix l2tp_ip_sendmsg() route handling by Eric Dumazet · 14 years ago
  64. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  65. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 14 years ago
  66. fdbb0f0 l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg() by David S. Miller · 14 years ago
  67. 2f16270 l2tp: Fix locking in l2tp_ip.c by David S. Miller · 14 years ago
  68. 31e4543d ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 14 years ago
  69. ad22742 ipv4: Get route daddr from flow key in l2tp_ip_connect(). by David S. Miller · 14 years ago
  70. 4490166 ipv4: Fetch route saddr from flow key in l2tp_ip_connect(). by David S. Miller · 14 years ago
  71. 778865a l2tp: Fix inet_opt conversion. by David S. Miller · 14 years ago
  72. f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 14 years ago
  73. 2d7192d ipv4: Sanitize and simplify ip_route_{connect,newports}() by David S. Miller · 14 years ago
  74. e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 14 years ago
  75. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 14 years ago
  76. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  77. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 14 years ago
  78. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 14 years ago
  79. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 14 years ago
  80. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. e8d34a88 l2tp: Fix modalias of l2tp_ip by Michal Marek · 14 years ago
  82. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  83. fc13084 l2tp: make local function static by stephen hemminger · 14 years ago
  84. e83726b l2tp: small cleanup by Eric Dumazet · 14 years ago
  85. d8d1f30 net-next: remove useless union keyword by Changli Gao · 15 years ago
  86. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 15 years ago
  87. 0d76751 l2tp: Add L2TPv3 IP encapsulation (no UDP) support by James Chapman · 15 years ago