summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* ppp: section fixes re netnsAlexey Dobriyan2009-02-091-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-4/+4
* net: pppoe - stop using proc internalsCyrill Gorcunov2009-01-261-28/+6
* net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov2009-01-221-1/+0
* net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-211-1/+1
* net: pppoe - introduce net-namespace functionalityCyrill Gorcunov2009-01-211-133/+244
* net: pppoe - code cleanup and helpersCyrill Gorcunov2009-01-211-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-301-3/+3
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* pppoe: warning fixStephen Hemminger2008-06-201-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/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-281-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-101-4/+4
* pppoe: endiannessAl Viro2007-10-101-9/+9
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+6
* [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] pppoe: Fix double-free on skb after transmit failureHerbert Xu2007-09-201-2/+1
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-1/+1
* [PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu2007-09-161-11/+9
* [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu2007-09-161-37/+13
* [PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu2007-09-161-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/+1
* [PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2007-07-311-4/+5
* [PPPOE]: Fix device tear-down notification.Michal Ostrowski2007-04-251-37/+50
* [PPPOE]: race between interface going down and connect()Florian Zumbiehl2007-04-251-13/+6
* [PPPoE]: miscellaneous smaller cleanupsFlorian Zumbiehl2007-04-251-13/+8
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [PPPOE]: Introduce pppoe_hdr()Arnaldo Carvalho de Melo2007-04-251-14/+8
* [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-021-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-021-1/+1
* [PPPOE]: Advertise PPPoE MTUMichal Ostrowski2006-09-281-0/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-8/+8
* [PPPOE]: Missing result check in __pppoe_xmit().Florin Malita2006-06-051-0/+3
OpenPOWER on IntegriCloud