aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04ppp: make channel_ops conststephen hemminger1-2/+2
2010-06-09cleanup: remove pppoe_xmit() declaration.Rami Rosen1-1/+0
2010-06-05fix return value of __pppoe_xmit() method.Rami Rosen1-1/+1
2010-05-23pppoe: uninitialized variable in pppoe_flush_dev()Dan Carpenter1-0/+1
2010-05-17cleanup: remove pppoe_ioctl() declaration.Rami Rosen1-1/+0
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-05pppoe: remove unnecessary checks in pppoe_flush_devJiri Pirko1-6/+0
2010-04-26pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-12-01net: Simplify pppoe pernet operations.Eric W. Biederman1-30/+8
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-01pppoe: RCU locking in get_item_by_addr()Eric Dumazet1-10/+9
2009-10-26PPPoE: Fix flush/close races.Michal Ostrowski1-61/+68
2009-08-12net,pppoe: fixup module init/exit subsequent callsCyrill Gorcunov1-11/+11
2009-07-30pppoe: fix /proc/net/pppoeEric Dumazet1-0/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-3/+3
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder1-1/+1
2009-02-09ppp: section fixes re netnsAlexey Dobriyan1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-26net: pppoe - stop using proc internalsCyrill Gorcunov1-28/+6
2009-01-22net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov1-1/+0
2009-01-21net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov1-1/+1
2009-01-21net: pppoe - introduce net-namespace functionalityCyrill Gorcunov1-133/+244
2009-01-21net: pppoe - code cleanup and helpersCyrill Gorcunov1-81/+86
2009-01-21net: constify VFTsJan Engelhardt1-1/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2008-10-30pppoe: Fix socket leak.David S. Miller1-3/+3
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-06-20pppoe: warning fixStephen Hemminger1-1/+1
2008-06-10pppoe: Unshare skb before anything elseHerbert Xu1-3/+3
2008-06-10net pppoe: Check packet length on all receive pathsHerbert Xu1-14/+17
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-3/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger1-0/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-4/+4
2007-10-10pppoe: endiannessAl Viro1-9/+9
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+6
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-09-20[PPP] pppoe: Fix double-free on skb after transmit failureHerbert Xu1-2/+1
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu1-1/+1
2007-09-16[PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu1-11/+9
2007-09-16[PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu1-37/+13
2007-09-16[PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu1-3/+3
2007-07-31[PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl1-10/+15
2007-07-31[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl1-2/+1