index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pppoe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2011-04-07
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-13
pppoe.c: Fix kernel panic caused by __pppoe_xmit
Andrej Ota
1
-1
/
+1
2010-09-22
net: constify some ppp/pptp structs
Eric Dumazet
1
-1
/
+1
2010-08-05
ppp: make channel_ops const
stephen hemminger
1
-2
/
+2
2010-06-10
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-24
pppoe: uninitialized variable in pppoe_flush_dev()
Dan Carpenter
1
-0
/
+1
2010-05-18
cleanup: remove pppoe_ioctl() declaration.
Rami Rosen
1
-1
/
+0
2010-05-18
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-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-2
/
+2
2009-12-02
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-02
pppoe: RCU locking in get_item_by_addr()
Eric Dumazet
1
-10
/
+9
2009-10-27
PPPoE: Fix flush/close races.
Michal Ostrowski
1
-61
/
+68
2009-08-13
net,pppoe: fixup module init/exit subsequent calls
Cyrill Gorcunov
1
-11
/
+11
2009-07-31
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-18
drivers/net/ppp*.c: fix sparse warnings: fix signedness
Hannes Eder
1
-1
/
+1
2009-02-10
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-27
net: pppoe - stop using proc internals
Cyrill Gorcunov
1
-28
/
+6
2009-01-23
net: pppoe - get rid of DECLARE_MAC_BUF
Cyrill Gorcunov
1
-1
/
+0
2009-01-22
net: pppoe,pppol2tp - register channels with explicit net
Cyrill Gorcunov
1
-1
/
+1
2009-01-22
net: pppoe - introduce net-namespace functionality
Cyrill Gorcunov
1
-133
/
+244
2009-01-22
net: pppoe - code cleanup and helpers
Cyrill Gorcunov
1
-81
/
+86
2009-01-22
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-31
pppoe: Fix socket leak.
David S. Miller
1
-3
/
+3
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-06-21
pppoe: warning fix
Stephen Hemminger
1
-1
/
+1
2008-06-11
pppoe: Unshare skb before anything else
Herbert Xu
1
-3
/
+3
2008-06-11
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-25
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-3
/
+3
2008-01-29
[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-11
[NET]: Wrap netdevice hardware header creation.
Stephen Hemminger
1
-4
/
+4
2007-10-11
pppoe: endianness
Al Viro
1
-9
/
+9
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-5
/
+3
2007-10-11
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
1
-2
/
+2
2007-10-11
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+3
2007-10-11
[NET]: Make packet reception network namespace safe
Eric W. Biederman
1
-0
/
+6
2007-10-11
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-2
/
+2
2007-10-11
[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
2007-09-17
[NET] skbuff: Add skb_cow_head
Herbert Xu
1
-1
/
+1
[next]