summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Cleanup calling netdev notifiers.Pavel Emelyanov2007-10-101-19/+13
* [NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov2007-10-101-17/+24
* [NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman2007-10-101-2/+2
* [NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim2007-10-101-12/+0
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-101-1/+5
* [NET]: Add a might_sleep() to dev_close().David S. Miller2007-10-101-0/+2
* [NET]: Implement network device movement between namespacesEric W. Biederman2007-10-101-10/+179
* [NET]: Factor out __dev_alloc_name from dev_alloc_nameEric W. Biederman2007-10-101-13/+35
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-93/+178
* [NET]: Initialize the network namespace of network devices.Eric W. Biederman2007-10-101-0/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-9/+10
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-74/+106
* [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-131-0/+39
* [NET]: Allow netdev REGISTER/CHANGENAME events to failHerbert Xu2007-07-311-10/+52
* [NET]: Take dev_base_lock when moving device name hash list entryHerbert Xu2007-07-311-0/+4
* [NET]: Call uninit if necessary in register_netdeviceHerbert Xu2007-07-311-3/+8
* [NET]: kernel-doc fixesRandy Dunlap2007-07-311-5/+11
* [NET]: Fix loopback crashes when multiqueue is enabled.Patrick McHardy2007-07-201-2/+2
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-1/+1
* [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readabilityDenis Cheng2007-07-181-14/+14
* [NET]: merge dev_unicast_discard and dev_mc_discard into oneDenis Cheng2007-07-181-12/+4
* [NET]: move dev_mc_discard from dev_mcast.c to dev.cDenis Cheng2007-07-181-1/+13
* [NET]: Add macvlan driverPatrick McHardy2007-07-141-0/+26
* [NET]: Add net_device change_rx_mode callbackPatrick McHardy2007-07-141-1/+16
* Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli...Linus Torvalds2007-07-131-34/+78
|\
| * dmaengine: make clients responsible for managing channelsDan Williams2007-07-131-34/+78
* | [NET]: Fix secondary unicast/multicast address count maintenancePatrick McHardy2007-07-101-11/+10
* | [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-10/+26
* | [NET]: Fix TX checksum feature checkHerbert Xu2007-07-101-5/+5
* | [NET]: dev: secondary unicast address supportPatrick McHardy2007-07-101-17/+127
* | [NET]: dev: introduce generic net_device address listsPatrick McHardy2007-07-101-0/+69
* | [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-101-3/+21
|/
* [NET]: Re-enable irqs before pushing pending DMA requestsShannon Nelson2007-06-231-1/+1
* [NET]: Avoid duplicate netlink notification when changing link stateThomas Graf2007-06-071-3/+5
* [NET]: Fix race condition about network device name allocation.Stephen Hemminger2007-05-191-4/+6
* [NET]: lockdep classes in register_netdeviceJarek Poplawski2007-05-171-0/+69
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-091-1/+1
* [NET] net/core: Fix error handlingJosef 'Jeff' Sipek2007-05-071-2/+2
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-46/+38
* [NET]: Add __dev_getfirstbyhwtypePatrick McHardy2007-05-031-5/+16
* [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-281-25/+20
* [WEXT]: Clean up how wext is called.Johannes Berg2007-04-261-30/+4
* [WEXT]: Move to net/wirelessJohannes Berg2007-04-261-1/+1
* [NET]: Warn about GSO/checksum abuseHerbert Xu2007-04-251-1/+1
* [NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton2007-04-251-2/+0
* [NET]: Fix comments for register_netdev().Borislav Petkov2007-04-251-1/+1
* [NET]: Get rid of netdev_nitStephen Hemminger2007-04-251-13/+5
* [NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy2007-04-251-2/+2
* bridge: eliminate call by referenceStephen Hemminger2007-04-251-12/+19
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-251-10/+15
OpenPOWER on IntegriCloud