Commit Graph

70 Commits (d862b13bc8cbab9692fbe0ef44c40d0488b81af1)

Author SHA1 Message Date
stephen hemminger d7100da026 ppp: make channel_ops const 15 years ago
Rami Rosen 97859160c5 cleanup: remove pppoe_xmit() declaration. 15 years ago
Rami Rosen 55c95e738d fix return value of __pppoe_xmit() method. 15 years ago
Dan Carpenter a5e93151e4 pppoe: uninitialized variable in pppoe_flush_dev() 15 years ago
Rami Rosen 00c60a8312 cleanup: remove pppoe_ioctl() declaration. 15 years ago
Joe Perches ee289b6440 drivers/net: remove useless semicolons 15 years ago
Jiri Pirko 8753d29fd5 pppoe: remove unnecessary checks in pppoe_flush_dev 15 years ago
Jiri Pirko be9e969d79 pppoe: use pppoe_pernet instead of directly net_generic 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Eric W. Biederman c879a6fcd6 net: Simplify pppoe pernet operations. 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Eric Dumazet 1178f66eae pppoe: RCU locking in get_item_by_addr() 16 years ago
Michal Ostrowski fb64bb560e PPPoE: Fix flush/close races. 16 years ago
Cyrill Gorcunov 07f6642ee9 net,pppoe: fixup module init/exit subsequent calls 16 years ago
Eric Dumazet 72fc939789 pppoe: fix /proc/net/pppoe 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Hannes Eder d6781f2af8 drivers/net/ppp*.c: fix sparse warnings: fix signedness 16 years ago
Alexey Dobriyan 0012985d18 ppp: section fixes re netns 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Cyrill Gorcunov 3617aa485c net: pppoe - stop using proc internals 16 years ago
Cyrill Gorcunov e35fac80ed net: pppoe - get rid of DECLARE_MAC_BUF 16 years ago
Cyrill Gorcunov f5882c3050 net: pppoe,pppol2tp - register channels with explicit net 16 years ago
Cyrill Gorcunov a6bcf1c1d3 net: pppoe - introduce net-namespace functionality 16 years ago
Cyrill Gorcunov 6aba915881 net: pppoe - code cleanup and helpers 16 years ago
Jan Engelhardt 4101dec9ca net: constify VFTs 16 years ago
David S. Miller 263e69cbc9 pppoe: Fix socket leak. 17 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
Stephen Hemminger 2645a3c376 pppoe: warning fix 17 years ago
Herbert Xu bc6cffd177 pppoe: Unshare skb before anything else 17 years ago
Herbert Xu 392fdb0e35 net pppoe: Check packet length on all receive paths 17 years ago
Denis V. Lunev a95609cb02 netdev: use non-racy method for proc entries creation 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Stephen Hemminger 3c582b30bc [PPP]: Sparse warning fixes. 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Al Viro b963dc1df7 pppoe: endianness 18 years ago
Joe Perches 0795af5729 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Herbert Xu 21d0c83302 [PPP] pppoe: Fix double-free on skb after transmit failure 18 years ago
Herbert Xu d9cc20484e [NET] skbuff: Add skb_cow_head 18 years ago
Herbert Xu 9355ec2339 [PPP] pppoe: Fill in header directly in __pppoe_xmit 18 years ago
Herbert Xu db7bf6d97c [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return value 18 years ago
Herbert Xu 31bac44468 [PPP] pppoe: Fix skb_unshare_check call position 18 years ago
Florian Zumbiehl f1543f8b83 [PPPOE]: Improve hashing function in hash_item(). 18 years ago
Florian Zumbiehl 8aeca8fea5 [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location 18 years ago
Florian Zumbiehl 86c1dcfc96 [PPPoX/E]: return ENOTTY on unknown ioctl requests 18 years ago