summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppol2tp.c
Commit message (Expand)AuthorAgeFilesLines
* net: Simplify pppol2tp pernet operations.Eric W. Biederman2009-12-011-29/+7
* drivers/net/pppol2tp.c: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-9/+13
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: constify remaining proto_opsAlexey Dobriyan2009-09-141-2/+2
* pppol2tp: calls unregister_pernet_gen_device() at unload timeEric Dumazet2009-08-021-0/+1
* net: skb->dst accessorsEric Dumazet2009-06-031-6/+5
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-2/+1
* drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder2009-02-171-1/+1
* ppp: section fixes re netnsAlexey Dobriyan2009-02-091-1/+1
* pppol2tp: stop using proc internalsAlexey Dobriyan2009-01-261-43/+5
* net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-211-1/+1
* net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov2009-01-211-43/+117
* net: constify VFTsJan Engelhardt2009-01-211-2/+2
* l2tp: fix UDP checksum supportJames Chapman2008-12-161-12/+82
* pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins2008-11-281-0/+1
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-1/+1
* [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-141-1/+0
* l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman2008-06-101-8/+12
* l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman2008-06-041-23/+78
* lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman2008-06-041-0/+10
* l2tp: avoid skb truesize bug if headroom is increasedJames Chapman2008-05-191-5/+8
* pppol2tp: Remove null pointer dereference.Julia Lawall2008-05-121-3/+10
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-2/+2
* [PPPOL2TP]: Fix SMP issues in skb reorder queue handlingJames Chapman2008-03-051-3/+8
* [PPPOL2TP]: Make locking calls softirq-safeJames Chapman2008-03-051-29/+29
* [PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski2008-03-031-1/+6
* Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski2008-03-031-0/+1
* pppol2tp: fix printk warningsAndrew Morton2008-02-091-10/+12
* [PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen2008-02-051-1/+2
* drivers/net: Add missing "space"Joe Perches2008-01-281-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-101-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu2007-09-201-40/+23
* [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-101-2/+2
* [L2TP]: PPP over L2TP driver coreJames Chapman2007-07-101-0/+2486