Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
330f28f691e9b349e34adcaf82b273cf061bb491
/
drivers
/
net
/
pppoe.c
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
09640e6
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
· 16 years ago
bc6cffd1
pppoe: Unshare skb before anything else
by Herbert Xu
· 16 years ago
392fdb0
net pppoe: Check packet length on all receive paths
by Herbert Xu
· 16 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
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
797659f
[PPPOE]: Introduce pppoe_hdr()
by Arnaldo Carvalho de Melo
· 18 years ago
6f30e18
[PPPOE]: Use ifindex instead of device pointer in key lookups.
by Florian Zumbiehl
· 18 years ago
90719db
[PPPOE]: Key connections properly on local device.
by Florian Zumbiehl
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
58a5a7b
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
by Arnaldo Carvalho de Melo
· 18 years ago
c9aa689
[PPPOE]: Advertise PPPoE MTU
by Michal Ostrowski
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
9bc1809
[PPPOE]: Missing result check in __pppoe_xmit().
by Florin Malita
· 18 years ago
cbb042f
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
by Herbert Xu
· 19 years ago
17ba15f
[PPPOX]: Fix assignment into const proto_ops.
by David S. Miller
· 19 years ago
25995ff
[SOCK]: Introduce sk_receive_skb
by Arnaldo Carvalho de Melo
· 19 years ago
6660022
[PATCH] proc_mkdir() should be used to create procfs directories
by Al Viro
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago