summaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-01l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin
2013-01-31l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin
2013-01-11net/l2tp: remove depends on CONFIG_EXPERIMENTALKees Cook
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin
2012-10-26l2tp: session is an array not a pointerAlan Cox
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-27l2tp: fix return value checkWei Yongjun
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet
2012-09-04l2tp: fix a lockdep splatEric Dumazet
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet
2012-06-04net: Remove casts to same typeJoe Perches
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman
2012-05-29l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman
2012-05-17net: l2tp: Standardize logging stylesJoe Perches
2012-05-10l2tp: fix data packet sequence number handlingJames Chapman
2012-05-10l2tp: fix reorder timeout recoveryJames Chapman
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston