Age | Commit message (Expand) | Author | Files | Lines |
2011-07-18 | pppoe: Must flush connections when MAC address changes too. | David S. Miller | 1 | -1/+2 |
2011-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2011-04-06 | pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_dev | Ulrich Weber | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-12-12 | pppoe.c: Fix kernel panic caused by __pppoe_xmit | Andrej Ota | 1 | -1/+1 |
2010-09-21 | net: constify some ppp/pptp structs | Eric Dumazet | 1 | -1/+1 |
2010-08-04 | ppp: make channel_ops const | stephen hemminger | 1 | -2/+2 |
2010-06-09 | cleanup: remove pppoe_xmit() declaration. | Rami Rosen | 1 | -1/+0 |
2010-06-05 | fix return value of __pppoe_xmit() method. | Rami Rosen | 1 | -1/+1 |
2010-05-23 | pppoe: uninitialized variable in pppoe_flush_dev() | Dan Carpenter | 1 | -0/+1 |
2010-05-17 | cleanup: remove pppoe_ioctl() declaration. | Rami Rosen | 1 | -1/+0 |
2010-05-17 | drivers/net: remove useless semicolons | Joe Perches | 1 | -1/+1 |
2010-05-05 | pppoe: remove unnecessary checks in pppoe_flush_dev | Jiri Pirko | 1 | -6/+0 |
2010-04-26 | pppoe: use pppoe_pernet instead of directly net_generic | Jiri Pirko | 1 | -1/+1 |
2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -2/+2 |
2009-12-01 | net: Simplify pppoe pernet operations. | Eric W. Biederman | 1 | -30/+8 |
2009-11-18 | netns: net_identifiers should be read_mostly | Eric Dumazet | 1 | -1/+1 |
2009-11-01 | pppoe: RCU locking in get_item_by_addr() | Eric Dumazet | 1 | -10/+9 |
2009-10-26 | PPPoE: Fix flush/close races. | Michal Ostrowski | 1 | -61/+68 |
2009-08-12 | net,pppoe: fixup module init/exit subsequent calls | Cyrill Gorcunov | 1 | -11/+11 |
2009-07-30 | pppoe: fix /proc/net/pppoe | Eric Dumazet | 1 | -0/+1 |
2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -3/+3 |
2009-02-17 | drivers/net/ppp*.c: fix sparse warnings: fix signedness | Hannes Eder | 1 | -1/+1 |
2009-02-09 | ppp: section fixes re netns | Alexey Dobriyan | 1 | -1/+1 |
2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -4/+4 |
2009-01-26 | net: pppoe - stop using proc internals | Cyrill Gorcunov | 1 | -28/+6 |
2009-01-22 | net: pppoe - get rid of DECLARE_MAC_BUF | Cyrill Gorcunov | 1 | -1/+0 |
2009-01-21 | net: pppoe,pppol2tp - register channels with explicit net | Cyrill Gorcunov | 1 | -1/+1 |
2009-01-21 | net: pppoe - introduce net-namespace functionality | Cyrill Gorcunov | 1 | -133/+244 |
2009-01-21 | net: pppoe - code cleanup and helpers | Cyrill Gorcunov | 1 | -81/+86 |
2009-01-21 | net: constify VFTs | Jan Engelhardt | 1 | -1/+1 |
2008-10-31 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+3 |
2008-10-30 | pppoe: Fix socket leak. | David S. Miller | 1 | -3/+3 |
2008-10-27 | net: convert print_mac to %pM | Johannes Berg | 1 | -3/+2 |
2008-06-20 | pppoe: warning fix | Stephen Hemminger | 1 | -1/+1 |
2008-06-10 | pppoe: Unshare skb before anything else | Herbert Xu | 1 | -3/+3 |
2008-06-10 | net pppoe: Check packet length on all receive paths | Herbert Xu | 1 | -14/+17 |
2008-04-29 | netdev: use non-racy method for proc entries creation | Denis V. Lunev | 1 | -3/+1 |
2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -3/+3 |
2008-01-28 | [PPP]: Sparse warning fixes. | Stephen Hemminger | 1 | -0/+2 |
2007-11-01 | [NET]: Forget the zero_it argument of sk_alloc() | Pavel Emelyanov | 1 | -1/+1 |
2007-10-10 | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 1 | -4/+4 |
2007-10-10 | pppoe: endianness | Al Viro | 1 | -9/+9 |
2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 1 | -5/+3 |
2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -2/+2 |
2007-10-10 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 1 | -0/+3 |
2007-10-10 | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 1 | -0/+6 |
2007-10-10 | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 1 | -2/+2 |
2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -2/+3 |
2007-09-20 | [PPP] pppoe: Fix double-free on skb after transmit failure | Herbert Xu | 1 | -2/+1 |