1. 85644b4 l2tp: Call udp_sock_create by Tom Herbert · 10 years ago
  2. 77157e1 l2tp: call udp{6}_set_csum by Tom Herbert · 10 years ago
  3. 6b649fea l2tp: Add support for zero IPv6 checksums by Tom Herbert · 10 years ago
  4. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  5. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  6. 58d6085 l2tp: Remove UDP checksum verification by Tom Herbert · 10 years ago
  7. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  8. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  9. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  10. 59ff3eb workqueue: remove deprecated WQ_NON_REENTRANT by ZhangZhen · 10 years ago
  11. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 746e349 l2tp: fix unused variable warning by Eric Dumazet · 10 years ago
  13. 31c70d5 l2tp: keep original skb ownership by Eric Dumazet · 10 years ago
  14. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 10 years ago
  15. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  16. b5d2b28 l2tp: make local functions static by stephen hemminger · 11 years ago
  17. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago
  18. 8d8a51e l2tp: Fix build warning with ipv6 disabled. by David S. Miller · 11 years ago
  19. e18503f l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses by François Cachereul · 11 years ago
  20. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 11 years ago
  21. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 11 years ago
  22. b6dc01a l2tp: do data sequence number handling in a separate func by James Chapman · 11 years ago
  23. 1b7c92b l2tp: calling the ref() instead of deref() by Dan Carpenter · 11 years ago
  24. f6e16b2 l2tp: unhash l2tp sessions on delete, not on free by Tom Parkin · 11 years ago
  25. 7b7c071 l2tp: avoid deadlock in l2tp stats update by Tom Parkin · 11 years ago
  26. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  27. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  28. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  29. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  30. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  31. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  32. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 11 years ago
  33. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  34. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 11 years ago
  36. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 11 years ago
  37. cbb95e0 l2tp: prevent tunnel creation on netns mismatch by Tom Parkin · 11 years ago
  38. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 11 years ago
  39. 80d84ef l2tp: prevent l2tp_tunnel_delete racing with userspace close by Tom Parkin · 11 years ago
  40. 37159ef l2tp: fix a lockdep splat by Eric Dumazet · 12 years ago
  41. 99469c3 l2tp: avoid to use synchronize_rcu in tunnel free function by xeb@mail.ru · 12 years ago
  42. b8c8430 net: l2tp_eth: provide tx_dropped counter by Eric Dumazet · 12 years ago
  43. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 12 years ago
  44. d301e32 l2tp: fix data packet sequence number handling by James Chapman · 12 years ago
  45. 38d40b3 l2tp: fix reorder timeout recovery by James Chapman · 12 years ago
  46. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 12 years ago
  47. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 12 years ago
  48. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 12 years ago
  49. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 12 years ago
  50. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 12 years ago
  51. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 12 years ago
  52. 71b1391 l2tp: ensure sk->dst is still valid by Florian Westphal · 13 years ago
  53. e50e705 l2tp: fix l2tp_udp_recv_core() by Eric Dumazet · 13 years ago
  54. e2e210c l2tp: fix race in l2tp_recv_dequeue() by Eric Dumazet · 13 years ago
  55. 835acf5 l2tp: fix a potential skb leak in l2tp_xmit_skb() by Eric Dumazet · 13 years ago
  56. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  57. 1769192 l2tp: fix potential rcu race by Eric Dumazet · 13 years ago
  58. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  59. 6af88da l2tp: Fix locking in l2tp_core.c by David S. Miller · 13 years ago
  60. e341b2d l2tp: static functions should not be exported by Stephen Rothwell · 14 years ago
  61. fc13084 l2tp: make local function static by stephen hemminger · 14 years ago
  62. e773aaf l2tp: fix memory allocation by Jiri Pirko · 14 years ago
  63. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  64. 7bddd0d l2tp: unmanaged L2TPv3 tunnels fixes by Eric Dumazet · 14 years ago
  65. 789a4a2 l2tp: Add support for static unmanaged L2TPv3 tunnels by James Chapman · 14 years ago
  66. e02d494 l2tp: Convert rwlock to RCU by James Chapman · 14 years ago
  67. 309795f l2tp: Add netlink control API for L2TP by James Chapman · 14 years ago
  68. 0d76751 l2tp: Add L2TPv3 IP encapsulation (no UDP) support by James Chapman · 14 years ago
  69. f7faffa l2tp: Add L2TPv3 protocol support by James Chapman · 14 years ago
  70. fd558d1 l2tp: Split pppol2tp patch into separate l2tp and ppp parts by James Chapman · 14 years ago