aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pppol2tp.c
Commit message (Expand)AuthorAge
* l2tp: Relocate pppol2tp driver to new net/l2tp directoryJames Chapman2010-04-03
* l2tp: Fix UDP socket reference count bugs in the pppol2tp driverJames Chapman2010-03-16
* l2tp: Fix oops in pppol2tp_xmitJames Chapman2010-03-16
* net: Simplify pppol2tp pernet operations.Eric W. Biederman2009-12-01
* drivers/net/pppol2tp.c: remove exceptional & on function nameJulia Lawall2009-11-18
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-18
* inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* net: constify remaining proto_opsAlexey Dobriyan2009-09-14
* pppol2tp: calls unregister_pernet_gen_device() at unload timeEric Dumazet2009-08-02
* net: skb->dst accessorsEric Dumazet2009-06-03
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-13
* drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder2009-02-17
* ppp: section fixes re netnsAlexey Dobriyan2009-02-09
* pppol2tp: stop using proc internalsAlexey Dobriyan2009-01-27
* net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-21
* net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov2009-01-21
* net: constify VFTsJan Engelhardt2009-01-21
* l2tp: fix UDP checksum supportJames Chapman2008-12-16
* pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins2008-11-29
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-22
* [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-14
* l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman2008-06-10
* l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman2008-06-04
* lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman2008-06-04
* l2tp: avoid skb truesize bug if headroom is increasedJames Chapman2008-05-19
* pppol2tp: Remove null pointer dereference.Julia Lawall2008-05-12
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-29
* [PPPOL2TP]: Fix SMP issues in skb reorder queue handlingJames Chapman2008-03-05
* [PPPOL2TP]: Make locking calls softirq-safeJames Chapman2008-03-05
* [PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski2008-03-03
* Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski2008-03-03
* pppol2tp: fix printk warningsAndrew Morton2008-02-10
* [PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen2008-02-05
* drivers/net: Add missing "space"Joe Perches2008-01-28
* [PPP]: L2TP: Fix oops in transmit and receive pathsJames Chapman2007-11-07
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-10
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-10
* [PPP] L2TP: Fix skb handling in pppol2tp_xmitHerbert Xu2007-09-20
* [PPP] L2TP: Fix skb handling in pppol2tp_recv_coreHerbert Xu2007-09-20
* [PPP] L2TP: Disallow non-UDP datagram socketsHerbert Xu2007-09-20
* misannotation in pppol2tpAl Viro2007-07-26
* [PPPOL2TP]: Reset meta-data in xmit functionPatrick McHardy2007-07-18
* [PPPOL2TP]: Fix use-after-freePatrick McHardy2007-07-18
* [PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller2007-07-11
* [L2TP]: PPP over L2TP driver coreJames Chapman2007-07-11