aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pppol2tp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-14net: constify remaining proto_opsAlexey Dobriyan1-2/+2
2009-08-02pppol2tp: calls unregister_pernet_gen_device() at unload timeEric Dumazet1-0/+1
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+5
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-2/+1
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder1-1/+1
2009-02-09ppp: section fixes re netnsAlexey Dobriyan1-1/+1
2009-01-26pppol2tp: stop using proc internalsAlexey Dobriyan1-43/+5
2009-01-21net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov1-1/+1
2009-01-21net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov1-43/+117
2009-01-21net: constify VFTsJan Engelhardt1-2/+2
2008-12-16l2tp: fix UDP checksum supportJames Chapman1-12/+82
2008-11-28pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins1-0/+1
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-1/+1
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-06-10l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman1-8/+12
2008-06-04l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman1-23/+78
2008-06-04lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman1-0/+10
2008-05-19l2tp: avoid skb truesize bug if headroom is increasedJames Chapman1-5/+8
2008-05-12pppol2tp: Remove null pointer dereference.Julia Lawall1-3/+10
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-2/+2
2008-03-05[PPPOL2TP]: Fix SMP issues in skb reorder queue handlingJames Chapman1-3/+8
2008-03-05[PPPOL2TP]: Make locking calls softirq-safeJames Chapman1-29/+29
2008-03-03[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski1-1/+6
2008-03-03Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski1-0/+1
2008-02-09pppol2tp: fix printk warningsAndrew Morton1-10/+12
2008-02-05[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen1-1/+2
2008-01-28drivers/net: Add missing "space"Joe Perches1-1/+1
2007-11-07[PPP]: L2TP: Fix oops in transmit and receive pathsJames Chapman1-7/+18
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu1-40/+23
2007-09-20[PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu1-20/+24
2007-09-20[PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu1-5/+6
2007-07-26misannotation in pppol2tpAl Viro1-2/+2
2007-07-18[PPPOL2TP]: Reset meta-data in xmit functionPatrick McHardy1-0/+6
2007-07-18[PPPOL2TP]: Fix use-after-freePatrick McHardy1-4/+8
2007-07-10[PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller1-2/+2
2007-07-10[L2TP]: PPP over L2TP driver coreJames Chapman1-0/+2486