summaryrefslogtreecommitdiffstats
path: root/net/l2tp
Commit message (Expand)AuthorAgeFilesLines
* l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-131-1/+1
* l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+1
|\
| * l2tp: fix info leak in l2tp_ip6_recvmsg()Mathias Krause2013-04-071-0/+1
* | l2tp: calling the ref() instead of deref()Dan Carpenter2013-03-221-1/+1
|/
* l2tp: unhash l2tp sessions on delete, not on freeTom Parkin2013-03-203-50/+38
* l2tp: avoid deadlock in l2tp stats updateTom Parkin2013-03-205-147/+93
* l2tp: push all ppp pseudowire shutdown through .release handlerTom Parkin2013-03-201-43/+10
* l2tp: purge session reorder queue on deleteTom Parkin2013-03-201-0/+4
* l2tp: add session reorder queue purge function to coreTom Parkin2013-03-202-0/+18
* l2tp: don't BUG_ON sk_socket being NULLTom Parkin2013-03-201-8/+10
* l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookupTom Parkin2013-03-201-0/+2
* l2tp: close sessions before initiating tunnel deleteTom Parkin2013-03-201-0/+1
* l2tp: close sessions in ip socket destroy callbackTom Parkin2013-03-202-0/+13
* l2tp: export l2tp_tunnel_closeallTom Parkin2013-03-202-2/+3
* l2tp: add udp encap socket destroy handlerTom Parkin2013-03-201-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-051-0/+1
|\
| * l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-273-12/+6
|/
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-2/+2
|\
| * net/l2tp: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-2/+2
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-082-12/+0
|\ \
| * | l2tp: dont play with skb->truesizeEric Dumazet2013-02-082-12/+0
* | | l2tp: Make ipv4 protocol handler namespace aware.David S. Miller2013-02-051-6/+10
* | | l2tp: create tunnel sockets in the right namespaceTom Parkin2013-02-051-33/+54
* | | l2tp: prevent tunnel creation on netns mismatchTom Parkin2013-02-051-2/+9
* | | l2tp: set netnsok flag for netlink messagesTom Parkin2013-02-051-0/+1
* | | l2tp: put tunnel socket release on a workqueueTom Parkin2013-02-052-44/+61
|/ /
* | l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin2013-01-311-3/+3
* | ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-311-2/+2
* | l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin2013-01-292-12/+69
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-0/+1
|\
| * l2tp: fix oops in l2tp_eth_create() error pathTom Parkin2012-11-021-0/+1
* | l2tp: session is an array not a pointerAlan Cox2012-10-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-6/+6
|\
| * l2tp: fix return value checkWei Yongjun2012-09-271-6/+6
* | l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang2012-09-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-152-1/+5
|\|
| * l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-09-041-1/+1
| * l2tp: fix a lockdep splatEric Dumazet2012-09-041-0/+4
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-12/+12
* | net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-051-1/+2
|/
* l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2012-08-302-2/+2
* l2tp: fix info leak via getsockname()Mathias Krause2012-08-151-0/+1
* net: l2tp_eth: provide tx_dropped counterEric Dumazet2012-06-292-10/+16
* net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf2012-06-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-12/+33
|\
| * net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet2012-06-261-11/+32