1. a0dbd82 l2tp: make datapath resilient to packet loss when sequence numbers enabled by James Chapman · 11 years ago
  2. 8a1631d l2tp: make datapath sequence number support RFC-compliant by James Chapman · 11 years ago
  3. b6dc01a l2tp: do data sequence number handling in a separate func by James Chapman · 11 years ago
  4. e1558a9 l2tp: add missing .owner to struct pppox_proto by Wei Yongjun · 11 years ago
  5. a6f79d0 l2tp: Fix sendmsg() return value by Guillaume Nault · 11 years ago
  6. 55b92b7 l2tp: Fix PPP header erasure and memory leak by Guillaume Nault · 11 years ago
  7. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. b860d3c l2tp: fix info leak in l2tp_ip6_recvmsg() by Mathias Krause · 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. cf2f5c8 l2tp: push all ppp pseudowire shutdown through .release handler by Tom Parkin · 11 years ago
  13. 4c6e2fd l2tp: purge session reorder queue on delete by Tom Parkin · 11 years ago
  14. 48f72f9 l2tp: add session reorder queue purge function to core by Tom Parkin · 11 years ago
  15. 02d13ed l2tp: don't BUG_ON sk_socket being NULL by Tom Parkin · 11 years ago
  16. 8abbbe8 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup by Tom Parkin · 11 years ago
  17. 2b551c6 l2tp: close sessions before initiating tunnel delete by Tom Parkin · 11 years ago
  18. 9360631 l2tp: close sessions in ip socket destroy callback by Tom Parkin · 11 years ago
  19. e34f4c7 l2tp: export l2tp_tunnel_closeall by Tom Parkin · 11 years ago
  20. 9980d00 l2tp: add udp encap socket destroy handler by Tom Parkin · 11 years ago
  21. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  22. 8b82547e33e l2tp: Restore socket refcount when sendmsg succeeds by Guillaume Nault · 11 years ago
  23. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  24. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  25. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  26. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  27. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 11 years ago
  29. 9d6ddb1 l2tp: Make ipv4 protocol handler namespace aware. by David S. Miller · 11 years ago
  30. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 11 years ago
  31. cbb95e0 l2tp: prevent tunnel creation on netns mismatch by Tom Parkin · 11 years ago
  32. b6fdfdf l2tp: set netnsok flag for netlink messages by Tom Parkin · 11 years ago
  33. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 11 years ago
  34. 700163d l2tp: correctly handle ancillary data in the ip6 recv path by Tom Parkin · 11 years ago
  35. 73df66f ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  36. 80d84ef l2tp: prevent l2tp_tunnel_delete racing with userspace close by Tom Parkin · 11 years ago
  37. 4169436 net/l2tp: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  38. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. 7893363 l2tp: fix oops in l2tp_eth_create() error path by Tom Parkin · 12 years ago
  40. e269ed2 l2tp: session is an array not a pointer by Alan Cox · 12 years ago
  41. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  42. 7f8436a l2tp: fix return value check by Wei Yongjun · 12 years ago
  43. fc18162 l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y by Amerigo Wang · 12 years ago
  44. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  46. 23d3b8b net: qdisc busylock needs lockdep annotations by Eric Dumazet · 12 years ago
  47. c0cc88a l2tp: fix a typo in l2tp_eth_dev_recv() by Eric Dumazet · 12 years ago
  48. 37159ef l2tp: fix a lockdep splat by Eric Dumazet · 12 years ago
  49. 99469c3 l2tp: avoid to use synchronize_rcu in tunnel free function by xeb@mail.ru · 12 years ago
  50. 04d4fbc l2tp: fix info leak via getsockname() by Mathias Krause · 12 years ago
  51. b8c8430 net: l2tp_eth: provide tx_dropped counter by Eric Dumazet · 12 years ago
  52. 58050fc net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() by Thomas Graf · 12 years ago
  53. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  54. a2842a1 net: l2tp_eth: use LLTX to avoid LOCKDEP splats by Eric Dumazet · 12 years ago
  55. aa214de0 net: l2tp_eth: fix l2tp_eth_dev_xmit race by Eric Dumazet · 12 years ago
  56. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  57. 4399a4d l2tp: fix a race in l2tp_ip_sendmsg() by Eric Dumazet · 12 years ago
  58. a06998b net: l2tp_eth: fix kernel panic on rmmod l2tp_eth by Eric Dumazet · 12 years ago
  59. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  60. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 12 years ago
  61. c51ce49 l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case by James Chapman · 12 years ago
  62. a4ca44f net: l2tp: Standardize logging styles by Joe Perches · 12 years ago
  63. d301e32 l2tp: fix data packet sequence number handling by James Chapman · 12 years ago
  64. 38d40b3 l2tp: fix reorder timeout recovery by James Chapman · 12 years ago
  65. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. 84768ed net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg by Sasha Levin · 12 years ago
  67. 5dac94e l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6 by James Chapman · 12 years ago
  68. a32e0ee l2tp: introduce L2TPv3 IP encapsulation support for IPv6 by Chris Elston · 12 years ago
  69. f9bac8d l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels by Chris Elston · 12 years ago
  70. 2121c3f l2tp: show IPv6 addresses in l2tp debugfs file by Chris Elston · 12 years ago
  71. b79585f l2tp: pppol2tp_connect() handles ipv6 sockaddr variants by James Chapman · 12 years ago
  72. c8657fd l2tp: remove unused stats from l2tp_ip socket by James Chapman · 12 years ago
  73. de3c7a1 l2tp: Use ip4_datagram_connect() in l2tp_ip_connect() by James Chapman · 12 years ago
  74. 5de7aee l2tp: fix locking of 64-bit counters for smp by James Chapman · 12 years ago
  75. d499bd2 l2tp: Add missing net/net/ip6_checksum.h include. by David S. Miller · 12 years ago
  76. d2cf336 net/l2tp: add support for L2TP over IPv6 UDP by Benjamin LaHaise · 12 years ago
  77. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  78. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 12 years ago
  79. e65ac4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  80. c9be48d l2tp: don't overwrite source address in l2tp_ip_bind() by James Chapman · 12 years ago
  81. d1f224a l2tp: fix refcount leak in l2tp_ip sockets by James Chapman · 12 years ago
  82. 60aed2a l2tp: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  83. 9395a09 l2tp: enable automatic module loading for l2tp_ppp by Benjamin LaHaise · 12 years ago
  84. bbdb32c Fix pppol2tp getsockname() by Benjamin LaHaise · 12 years ago
  85. 4b32da2b ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> by Paul Mackerras · 12 years ago
  86. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  87. 6831580 l2tp: l2tp_ip - fix possible oops on packet receive by James Chapman · 12 years ago
  88. 71b1391 l2tp: ensure sk->dst is still valid by Florian Westphal · 13 years ago
  89. e50e705 l2tp: fix l2tp_udp_recv_core() by Eric Dumazet · 13 years ago
  90. e2e210c l2tp: fix race in l2tp_recv_dequeue() by Eric Dumazet · 13 years ago
  91. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  92. 09df57c l2tp: give proper headroom in pppol2tp_xmit() by Eric Dumazet · 13 years ago
  93. 835acf5 l2tp: fix a potential skb leak in l2tp_xmit_skb() by Eric Dumazet · 13 years ago
  94. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  95. 550fd08 net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared by Neil Horman · 13 years ago
  96. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  97. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  98. 081b1b1 l2tp: fix l2tp_ip_sendmsg() route handling by Eric Dumazet · 13 years ago
  99. b8f07a0 fix return values of l2tp_dfs_seq_open() by Al Viro · 13 years ago
  100. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago