aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pppoe.c
AgeCommit message (Expand)Author
2011-04-21pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_devUlrich Weber
2010-12-12pppoe.c: Fix kernel panic caused by __pppoe_xmitAndrej Ota
2010-09-21net: constify some ppp/pptp structsEric Dumazet
2010-08-04ppp: make channel_ops conststephen hemminger
2010-06-09cleanup: remove pppoe_xmit() declaration.Rami Rosen
2010-06-05fix return value of __pppoe_xmit() method.Rami Rosen
2010-05-23pppoe: uninitialized variable in pppoe_flush_dev()Dan Carpenter
2010-05-17cleanup: remove pppoe_ioctl() declaration.Rami Rosen
2010-05-17drivers/net: remove useless semicolonsJoe Perches
2010-05-05pppoe: remove unnecessary checks in pppoe_flush_devJiri Pirko
2010-04-26pppoe: use pppoe_pernet instead of directly net_genericJiri Pirko
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-01net: Simplify pppoe pernet operations.Eric W. Biederman
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-01pppoe: RCU locking in get_item_by_addr()Eric Dumazet
2009-10-26PPPoE: Fix flush/close races.Michal Ostrowski
2009-08-12net,pppoe: fixup module init/exit subsequent callsCyrill Gorcunov
2009-07-30pppoe: fix /proc/net/pppoeEric Dumazet
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder
2009-02-09ppp: section fixes re netnsAlexey Dobriyan
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-26net: pppoe - stop using proc internalsCyrill Gorcunov
2009-01-22net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov
2009-01-21net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov
2009-01-21net: pppoe - introduce net-namespace functionalityCyrill Gorcunov
2009-01-21net: pppoe - code cleanup and helpersCyrill Gorcunov
2009-01-21net: constify VFTsJan Engelhardt
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-30pppoe: Fix socket leak.David S. Miller
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-06-20pppoe: warning fixStephen Hemminger
2008-06-10pppoe: Unshare skb before anything elseHerbert Xu
2008-06-10net pppoe: Check packet length on all receive pathsHerbert Xu
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10pppoe: endiannessAl Viro
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-09-20[PPP] pppoe: Fix double-free on skb after transmit failureHerbert Xu
2007-09-16[NET] skbuff: Add skb_cow_headHerbert Xu
2007-09-16[PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu
2007-09-16[PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu