Commit Graph

212 Commits (26af65cbeb2467a486ae4fc7242c94e470c67c50)

Author SHA1 Message Date
David Woodhouse 0e91796eb4 net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags() 17 years ago
Stephen Hemminger dcc997738e net: handle errors from device_rename 17 years ago
Ben Hutchings e46b66bc42 net: Added ASSERT_RTNL() to dev_open() and dev_close(). 17 years ago
Pavel Emelyanov aca51397d0 netns: Fix arbitrary net_device-s corruptions on net_ns stop. 17 years ago
Daniel Lezcano aaf8cdc34d netns: Fix device renaming for sysfs 17 years ago
Mike Travis 0c0b0aca66 net: remove NR_CPUS arrays in net/core/dev.c 17 years ago
Hirofumi Nakagawa 801678c5a3 Remove duplicated unlikely() in IS_ERR() 17 years ago
Alexey Dobriyan d1643d24c6 [NET]: Fix and allocate less memory for ->priv'less netdevices 17 years ago
Pavel Emelyanov d0498d9ae1 [NET]: Do not allocate unneeded memory for dev->priv alignment. 17 years ago
Denis V. Lunev f3005d7f4a [NETNS]: Add netns refcnt debug for network devices. 17 years ago
Patrick McHardy 61ee6bd487 [NET]: Fix multicast device ioctl checks 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Pavel Emelyanov 2feb27dbe0 [NETNS]: Minor information leak via /proc/net/ptype file. 17 years ago
Peter P Waskiewicz Jr 82cc1a7a56 [NET]: Add per-connection option to set max TSO frame size 17 years ago
Jorge Boncompte [DTI2] 12aa343add [NET]: Messed multicast lists after dev_mc_sync/unsync 17 years ago
Randy Dunlap bc2cda1ebd docbook: make a networking book and fix a few errors 17 years ago
Harvey Harrison b5606c2d44 remove final fastcall users 17 years ago
Matti Linnanvuori d8b2a4d21e [NET]: Fix race in dev_close(). (Bug 9750) 17 years ago
Klaus Heinrich Kiwi 7759db8277 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message 17 years ago
Eric Paris 4746ec5b01 [AUDIT] add session id to audit messages 17 years ago
Al Viro 0c11b9428f [PATCH] switch audit_get_loginuid() to task_struct * 17 years ago
Chris Leech e83a2ea850 [VLAN]: set_rx_mode support for unicast address list 17 years ago
Stephen Hemminger 72348a424f [PKT_SCHED] net: add sparse annotation to ptype_seq_start/stop 17 years ago
Eric Dumazet 9a429c4983 [NET]: Add some acquires/releases sparse annotations. 17 years ago
Herbert Xu a66207121f [NET]: Check RTNL status in unregister_netdevice 17 years ago
Denis V. Lunev 81103a52f2 [NETNS]: network namespace was passed into dev_getbyhwaddr but not used 17 years ago
Denis Cheng 3b5b34fd2b [NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Pavel Emelyanov 82d8a867ff [NET]: Make macro to specify the ptype_base size 17 years ago
Denis V. Lunev e372c41401 [NET]: Consolidate net namespace related proc files creation. 17 years ago
David S. Miller fed17f3094 [NET]: Stop polling when napi_disable() is pending. 17 years ago
Joe Perches 53ccaae1ef [NET] net/core/: Spelling fixes 17 years ago
Wang Chen d59b54b150 [NET]: Fix wrong comments for unregister_net* 17 years ago
Pavel Emelyanov c67625a1ec [NET]: Remove notifier block from chain when register_netdevice_notifier fails 17 years ago
Denis V. Lunev 022cbae611 [NET]: Move unneeded data to initdata section. 17 years ago
Alexey Dobriyan 33d36bb83c [NETNS]: init dev_base_lock only once 18 years ago
Stephen Hemminger 3b582cc14c [NET]: docbook fixes for netif_ functions 18 years ago
Daniel Lezcano 93ee31f14f [NET]: Fix free_netdev on register_netdev failure. 18 years ago
David S. Miller 0a7606c121 [NET]: Fix race between poll_napi() and net_rx_action() 18 years ago
Eric W. Biederman 2b008b0a8e [NET]: Marking struct pernet_operations __net_initdata was inappropriate 18 years ago
Stephen Hemminger c8d90dca32 [NET] dev_change_name: ignore changes to same name 18 years ago
Pavel Emelyanov 342709efc7 [NET]: Remove in-code externs for some functions from net/core/dev.c 18 years ago
Jeff Garzik bada339ba2 [NET]: Validate device addr prior to interface-up 18 years ago
Pavel Emelyanov 668f895a85 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped 18 years ago
Pavel Emelyanov dfa4091129 [NET]: Use the skb_set_queue_mapping where appropriate 18 years ago
Herbert Xu a030847e9f [NET]: Avoid copying TCP packets unnecessarily 18 years ago
Herbert Xu f697c3e8b3 [NET]: Avoid unnecessary cloning for ingress filtering 18 years ago
Randy Dunlap c4ea43c552 net core: fix kernel-doc for new function parameters 18 years ago
Pavel Emelyanov 9b77265235 [NET]: Remove double dev->flags checking when calling dev_close() 18 years ago
Pavel Emelyanov 4665079cbb [NETNS]: Move some code into __init section when CONFIG_NET_NS=n 18 years ago