index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pppoe.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-09-16
[NET] skbuff: Add skb_cow_head
Herbert Xu
1
-1
/
+1
2007-09-16
[PPP] pppoe: Fill in header directly in __pppoe_xmit
Herbert Xu
1
-11
/
+9
2007-09-16
[PPP] pppoe: Fix data clobbering in __pppoe_xmit and return value
Herbert Xu
1
-37
/
+13
2007-09-16
[PPP] pppoe: Fix skb_unshare_check call position
Herbert Xu
1
-3
/
+3
2007-07-31
[PPPOE]: Improve hashing function in hash_item().
Florian Zumbiehl
1
-10
/
+15
2007-07-31
[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location
Florian Zumbiehl
1
-2
/
+1
[next]