summaryrefslogtreecommitdiff
path: root/drivers/net/pppol2tp.c
AgeCommit message (Expand)Author
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder
2009-02-09ppp: section fixes re netnsAlexey Dobriyan
2009-01-26pppol2tp: stop using proc internalsAlexey Dobriyan
2009-01-21net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov
2009-01-21net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov
2009-01-21net: constify VFTsJan Engelhardt
2008-12-16l2tp: fix UDP checksum supportJames Chapman
2008-11-28pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi
2008-06-10l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman
2008-06-04l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman
2008-06-04lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman
2008-05-19l2tp: avoid skb truesize bug if headroom is increasedJames Chapman
2008-05-12pppol2tp: Remove null pointer dereference.Julia Lawall
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev
2008-03-05[PPPOL2TP]: Fix SMP issues in skb reorder queue handlingJames Chapman
2008-03-05[PPPOL2TP]: Make locking calls softirq-safeJames Chapman
2008-03-03[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski
2008-03-03Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski
2008-02-09pppol2tp: fix printk warningsAndrew Morton
2008-02-05[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen
2008-01-28drivers/net: Add missing "space"Joe Perches
2007-11-07[PPP]: L2TP: Fix oops in transmit and receive pathsJames Chapman
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu
2007-09-20[PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu
2007-07-26misannotation in pppol2tpAl Viro
2007-07-18[PPPOL2TP]: Reset meta-data in xmit functionPatrick McHardy
2007-07-18[PPPOL2TP]: Fix use-after-freePatrick McHardy
2007-07-10[PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller
2007-07-10[L2TP]: PPP over L2TP driver coreJames Chapman