summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* net: constify some ppp/pptp structsEric Dumazet2010-09-211-1/+1
* ppp: make channel_ops conststephen hemminger2010-08-041-2/+2
* cleanup: remove pppoe_xmit() declaration.Rami Rosen2010-06-091-1/+0
* fix return value of __pppoe_xmit() method.Rami Rosen2010-06-051-1/+1
* pppoe: uninitialized variable in pppoe_flush_dev()Dan Carpenter2010-05-231-0/+1
* cleanup: remove pppoe_ioctl() declaration.Rami Rosen2010-05-171-1/+0
* drivers/net: remove useless semicolonsJoe Perches2010-05-171-1/+1
* pppoe: remove unnecessary checks in pppoe_flush_devJiri Pirko2010-05-051-6/+0
* pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko2010-04-261-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* net: Simplify pppoe pernet operations.Eric W. Biederman2009-12-011-30/+8
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* pppoe: RCU locking in get_item_by_addr()Eric Dumazet2009-11-011-10/+9
* PPPoE: Fix flush/close races.Michal Ostrowski2009-10-261-61/+68
* net,pppoe: fixup module init/exit subsequent callsCyrill Gorcunov2009-08-121-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-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
OpenPOWER on IntegriCloud