aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+2
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+0
2013-02-08l2tp: dont play with skb->truesizeEric Dumazet2-12/+0
2013-02-05l2tp: Make ipv4 protocol handler namespace aware.David S. Miller1-6/+10
2013-02-05l2tp: create tunnel sockets in the right namespaceTom Parkin1-33/+54
2013-02-05l2tp: prevent tunnel creation on netns mismatchTom Parkin1-2/+9
2013-02-05l2tp: set netnsok flag for netlink messagesTom Parkin1-0/+1
2013-02-05l2tp: put tunnel socket release on a workqueueTom Parkin2-44/+61
2013-01-31l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin1-3/+3
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin1-2/+2
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin2-12/+69
2013-01-11net/l2tp: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-10-26l2tp: session is an array not a pointerAlan Cox1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang1-0/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-12/+12
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-1/+2
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-09-04l2tp: fix a lockdep splatEric Dumazet1-0/+4
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause1-0/+1
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet2-10/+16
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-3/+3
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+33
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+8
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-06-04net: Remove casts to same typeJoe Perches1-4/+4
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-2/+1
2012-05-29l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2-3/+39
2012-05-17net: l2tp: Standardize logging stylesJoe Perches8-221/+213
2012-05-10l2tp: fix data packet sequence number handlingJames Chapman1-1/+1
2012-05-10l2tp: fix reorder timeout recoveryJames Chapman2-0/+10
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman1-22/+50
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2-0/+795
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston3-21/+109
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston1-0/+8
2012-05-01l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman1-8/+28
2012-05-01l2tp: remove unused stats from l2tp_ip socketJames Chapman1-28/+4
2012-05-01l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman1-47/+7