Commit Graph

164 Commits (120c0b6d57257b2a3508d96bdaf54781935439f6)

Author SHA1 Message Date
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
Jeff Garzik 14e3e07979 [NET]: split dev_ifsioc() according to locking 18 years ago
Stephen Hemminger cfcabdcc2d [NET]: sparse warning fixes 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Eric W. Biederman 8b41d1887d [NET]: Fix running without sysfs 18 years ago
Pavel Emelyanov 056925ab31 [NET]: Cleanup calling netdev notifiers. 18 years ago
Pavel Emelyanov 30d97d3585 [NETNS]: Consolidate hashes creation in netdev_init() 18 years ago
Eric W. Biederman ad7379d494 [NET]: Fix the prototype of call_netdevice_notifiers. 18 years ago
Jamal Hadi Salim 22dd749501 [NET]: migrate HARD_TX_LOCK to header file 18 years ago
Eric W. Biederman 077130c0cf [NET]: Fix race when opening a proc file while a network namespace is exiting. 18 years ago
David S. Miller 9d5010db7e [NET]: Add a might_sleep() to dev_close(). 18 years ago
Eric W. Biederman ce286d3273 [NET]: Implement network device movement between namespaces 18 years ago
Eric W. Biederman b267b17964 [NET]: Factor out __dev_alloc_name from dev_alloc_name 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman 6d34b1c27a [NET]: Initialize the network namespace of network devices. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Stephen Hemminger bea3348eef [NET]: Make NAPI polling independent of struct net_device objects. 18 years ago
Herbert Xu 7f353bf29e [NET]: Share correct feature code between bridging and bonding 18 years ago
Herbert Xu fcc5a03ac4 [NET]: Allow netdev REGISTER/CHANGENAME events to fail 18 years ago
Herbert Xu 7f988eab57 [NET]: Take dev_base_lock when moving device name hash list entry 18 years ago
Herbert Xu 7ce1b0edcb [NET]: Call uninit if necessary in register_netdevice 18 years ago
Randy Dunlap 0ed72ec4af [NET]: kernel-doc fixes 18 years ago
Patrick McHardy 31ce72a6b1 [NET]: Fix loopback crashes when multiqueue is enabled. 18 years ago
YOSHIFUJI Hideaki 40b77c9434 [NET] CORE: Fix whitespace errors. 18 years ago
Denis Cheng 12972621c8 [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability 18 years ago
Denis Cheng 26cc2522cb [NET]: merge dev_unicast_discard and dev_mc_discard into one 18 years ago
Denis Cheng 456ad75c89 [NET]: move dev_mc_discard from dev_mcast.c to dev.c 18 years ago
Patrick McHardy b863ceb7dd [NET]: Add macvlan driver 18 years ago
Patrick McHardy 24023451c8 [NET]: Add net_device change_rx_mode callback 18 years ago
Dan Williams d379b01e90 dmaengine: make clients responsible for managing channels 18 years ago
Patrick McHardy 61cbc2fca6 [NET]: Fix secondary unicast/multicast address count maintenance 18 years ago
Peter P Waskiewicz Jr f25f4e4480 [CORE] Stack changes to add multiqueue hardware support API 18 years ago
Herbert Xu a298830cd0 [NET]: Fix TX checksum feature check 18 years ago
Patrick McHardy 4417da668c [NET]: dev: secondary unicast address support 18 years ago
Patrick McHardy bf742482d7 [NET]: dev: introduce generic net_device address lists 18 years ago
Stephen Hemminger d212f87b06 [NET]: IPV6 checksum offloading in network devices 18 years ago
Shannon Nelson 515e06c455 [NET]: Re-enable irqs before pushing pending DMA requests 18 years ago
Thomas Graf 7c355f532d [NET]: Avoid duplicate netlink notification when changing link state 18 years ago
Stephen Hemminger 9093bbb2d9 [NET]: Fix race condition about network device name allocation. 18 years ago
Jarek Poplawski 723e98b79c [NET]: lockdep classes in register_netdevice 18 years ago
Rafael J. Wysocki 8bb7844286 Add suspend-related notifications for CPU hotplug 18 years ago
Josef 'Jeff' Sipek 2396a22e09 [NET] net/core: Fix error handling 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Patrick McHardy 4e9cac2ba4 [NET]: Add __dev_getfirstbyhwtype 18 years ago
Rusty Russell 5a1b5898ee [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. 18 years ago
Johannes Berg 295f4a1fa3 [WEXT]: Clean up how wext is called. 18 years ago