summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* net,pppoe: fixup module init/exit subsequent callsCyrill Gorcunov2009-08-131-11/+11
* pppoe: fix /proc/net/pppoeEric Dumazet2009-07-301-0/+1
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-3/+3
* drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+1
* ppp: section fixes re netnsAlexey Dobriyan2009-02-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-4/+4
* net: pppoe - stop using proc internalsCyrill Gorcunov2009-01-271-28/+6Star
* net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov2009-01-221-1/+0Star
* net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-221-1/+1
* net: pppoe - introduce net-namespace functionalityCyrill Gorcunov2009-01-221-133/+244
* net: pppoe - code cleanup and helpersCyrill Gorcunov2009-01-221-81/+86
* net: constify VFTsJan Engelhardt2009-01-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-3/+3
|\
| * pppoe: Fix socket leak.David S. Miller2008-10-311-3/+3
* | net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
|/
* pppoe: warning fixStephen Hemminger2008-06-211-1/+1
* pppoe: Unshare skb before anything elseHerbert Xu2008-06-101-3/+3
* net pppoe: Check packet length on all receive pathsHerbert Xu2008-06-101-14/+17
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-3/+1Star
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+3
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-291-0/+2
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-4/+4
* pppoe: endiannessAl Viro2007-10-111-9/+9
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+3Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+6
* [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] pppoe: Fix double-free on skb after transmit failureHerbert Xu2007-09-201-2/+1Star
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-171-1/+1
* [PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu2007-09-171-11/+9Star
* [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu2007-09-171-37/+13Star
* [PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu2007-09-171-3/+3
* [PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl2007-07-311-10/+15
* [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl2007-07-311-2/+1Star
* [PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2007-07-311-4/+5
* [PPPOE]: Fix device tear-down notification.Michal Ostrowski2007-04-261-37/+50
* [PPPOE]: race between interface going down and connect()Florian Zumbiehl2007-04-261-13/+6Star
* [PPPoE]: miscellaneous smaller cleanupsFlorian Zumbiehl2007-04-261-13/+8Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-2/+2
* [PPPOE]: Introduce pppoe_hdr()Arnaldo Carvalho de Melo2007-04-261-14/+8Star
* [PPPOE]: Use ifindex instead of device pointer in key lookups.Florian Zumbiehl2007-03-051-5/+6
* [PPPOE]: Key connections properly on local device.Florian Zumbiehl2007-03-031-20/+32
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-031-1/+1
* [PPPOE]: Advertise PPPoE MTUMichal Ostrowski2006-09-291-0/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-8/+8