Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0340376ecc89568825f6c5628c0c23f8daadbc61
/
drivers
/
net
/
ppp
/
pppoe.c
a11e1d4
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
by Linus Torvalds
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
db5051e
net: convert datagram_poll users tp ->poll_mask
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
a49e2f5
pppoe: check sockaddr length in pppoe_connect()
by Guillaume Nault
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
d61e403
drivers/net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
c80afa0
net: Convert /proc creating and destroying pernet_operations
by Kirill Tkhai
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
02612bb
pppoe: take ->needed_headroom of lower device into account on xmit
by Guillaume Nault
· 7 years ago
4df864c
networking: make skb_put & friends return void pointers
by Johannes Berg
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
29e7326
pppoe: fix reference counting in PPPoE proxy
by Guillaume Nault
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fe53985
pppoe: fix memory corruption in padt work structure
by Guillaume Nault
· 9 years ago
681b4d8
pppox: use standard module auto-loading feature
by Guillaume Nault
· 9 years ago
a8acce6
ppp: remove PPPOX_ZOMBIE socket state
by Guillaume Nault
· 9 years ago
8734e48
ppp: don't set sk_state to PPPOX_ZOMBIE in pppoe_disc_rcv()
by Guillaume Nault
· 9 years ago
1acea4f
ppp: fix pppoe_dev deletion condition in pppoe_release()
by Guillaume Nault
· 9 years ago
e674016
ppp: don't override sk->sk_state in pppoe_flush_dev()
by Guillaume Nault
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
665a6cd
pppoe: drop pppoe device in pppoe_unbind_sock_work
by Felix Fietkau
· 10 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
a068833
pppoe: Lacks DST MAC address check
by Joakim Tjernlund
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
287f3a9
pppoe: Use workqueue to die properly when a PADT is received
by Simon Farnsworth
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
a8a3e41
net: pppoe: use correct channel MTU when using Multilink PPP
by Christoph Schulz
· 10 years ago
7ed8ca5
ppp: slight optimization of addr compare
by dingtianhong
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
2b018d5
pppoe: drop PPPOX_ZOMBIEs in pppoe_release
by Xiaodong Xu
· 12 years ago
968d701
ppp: avoid false drop_monitor false positives
by Eric Dumazet
· 13 years ago
3b12bb6
pppoe: remove unused return value from two methods.
by Rami Rosen
· 13 years ago
4b32da2b
ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>
by Paul Mackerras
· 13 years ago
224cf5a
ppp: Move the PPP drivers
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/pppoe.c]
680ba7c
pppoe: Must flush connections when MAC address changes too.
by David S. Miller
· 13 years ago
c44eaf4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
ae07b0b
pppoe: drop PPPOX_ZOMBIEs in pppoe_flush_dev
by Ulrich Weber
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
2a27a03
pppoe.c: Fix kernel panic caused by __pppoe_xmit
by Andrej Ota
· 14 years ago
756e64a
net: constify some ppp/pptp structs
by Eric Dumazet
· 14 years ago
d7100da
ppp: make channel_ops const
by stephen hemminger
· 14 years ago
9785916
cleanup: remove pppoe_xmit() declaration.
by Rami Rosen
· 15 years ago
55c95e7
fix return value of __pppoe_xmit() method.
by Rami Rosen
· 15 years ago
a5e9315
pppoe: uninitialized variable in pppoe_flush_dev()
by Dan Carpenter
· 15 years ago
00c60a8
cleanup: remove pppoe_ioctl() declaration.
by Rami Rosen
· 15 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 15 years ago
8753d29
pppoe: remove unnecessary checks in pppoe_flush_dev
by Jiri Pirko
· 15 years ago
be9e969
pppoe: use pppoe_pernet instead of directly net_generic
by Jiri Pirko
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
c879a6f
net: Simplify pppoe pernet operations.
by Eric W. Biederman
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
1178f66
pppoe: RCU locking in get_item_by_addr()
by Eric Dumazet
· 15 years ago
fb64bb5
PPPoE: Fix flush/close races.
by Michal Ostrowski
· 15 years ago
07f6642
net,pppoe: fixup module init/exit subsequent calls
by Cyrill Gorcunov
· 15 years ago
72fc939
pppoe: fix /proc/net/pppoe
by Eric Dumazet
· 15 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
d6781f2
drivers/net/ppp*.c: fix sparse warnings: fix signedness
by Hannes Eder
· 16 years ago
0012985
ppp: section fixes re netns
by Alexey Dobriyan
· 16 years ago
09640e63
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
3617aa4
net: pppoe - stop using proc internals
by Cyrill Gorcunov
· 16 years ago
e35fac8
net: pppoe - get rid of DECLARE_MAC_BUF
by Cyrill Gorcunov
· 16 years ago
f5882c3
net: pppoe,pppol2tp - register channels with explicit net
by Cyrill Gorcunov
· 16 years ago
a6bcf1c
net: pppoe - introduce net-namespace functionality
by Cyrill Gorcunov
· 16 years ago
6aba915
net: pppoe - code cleanup and helpers
by Cyrill Gorcunov
· 16 years ago
4101dec
net: constify VFTs
by Jan Engelhardt
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
263e69c
pppoe: Fix socket leak.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
2645a3c
pppoe: warning fix
by Stephen Hemminger
· 17 years ago
bc6cffd1
pppoe: Unshare skb before anything else
by Herbert Xu
· 17 years ago
392fdb0
net pppoe: Check packet length on all receive paths
by Herbert Xu
· 17 years ago
a95609c
netdev: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3c582b3
[PPP]: Sparse warning fixes.
by Stephen Hemminger
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
b963dc1
pppoe: endianness
by Al Viro
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
21d0c83
[PPP] pppoe: Fix double-free on skb after transmit failure
by Herbert Xu
· 17 years ago
d9cc204
[NET] skbuff: Add skb_cow_head
by Herbert Xu
· 17 years ago
9355ec2
[PPP] pppoe: Fill in header directly in __pppoe_xmit
by Herbert Xu
· 17 years ago
db7bf6d
[PPP] pppoe: Fix data clobbering in __pppoe_xmit and return value
by Herbert Xu
· 17 years ago
31bac44
[PPP] pppoe: Fix skb_unshare_check call position
by Herbert Xu
· 17 years ago
f1543f8
[PPPOE]: Improve hashing function in hash_item().
by Florian Zumbiehl
· 17 years ago
8aeca8f
[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location
by Florian Zumbiehl
· 17 years ago
86c1dcf
[PPPoX/E]: return ENOTTY on unknown ioctl requests
by Florian Zumbiehl
· 17 years ago
42dc9cd
[PPPOE]: Fix device tear-down notification.
by Michal Ostrowski
· 18 years ago
74b885c
[PPPOE]: race between interface going down and connect()
by Florian Zumbiehl
· 18 years ago
bfafb26
[PPPoE]: miscellaneous smaller cleanups
by Florian Zumbiehl
· 18 years ago
Next »