summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppol2tp.c
Commit message (Expand)AuthorAgeFilesLines
* pppol2tp: fix printk warningsAndrew Morton2008-02-101-10/+12
* [PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen2008-02-061-1/+2
* drivers/net: Add missing "space"Joe Perches2008-01-291-1/+1
* [PPP]: L2TP: Fix oops in transmit and receive pathsJames Chapman2007-11-071-7/+18
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu2007-09-201-40/+23Star
* [PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu2007-09-201-20/+24
* [PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu2007-09-201-5/+6
* misannotation in pppol2tpAl Viro2007-07-261-2/+2
* [PPPOL2TP]: Reset meta-data in xmit functionPatrick McHardy2007-07-181-0/+6
* [PPPOL2TP]: Fix use-after-freePatrick McHardy2007-07-181-4/+8
* [PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller2007-07-111-2/+2
* [L2TP]: PPP over L2TP driver coreJames Chapman2007-07-111-0/+2486