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