summaryrefslogtreecommitdiffstats
path: root/drivers/net/dummy.c
Commit message (Expand)AuthorAgeFilesLines
* net: dummy: Introduce dummy virtual functionsPhil Sutter2017-01-241-2/+215
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* dummy: expend mtu range for dummy deviceZhang Shengju2016-12-071-0/+3
* net: dummy: add more featuresEric Dumazet2015-10-211-1/+5
* net: dummy: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* dummy: use MODULE_VERSIONFlavio Leitner2014-12-091-0/+1
* dummy: add support for ethtool get_drvinfoFlavio Leitner2014-12-091-2/+17
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-7/+1
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+6
* dummy: fix oops when loading the dummy faileddingtianhong2013-07-111-0/+4
* dummy: implement carrier changeJiri Pirko2012-12-281-0/+10
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-221-2/+2
* dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-301-13/+2
* dummy: fix rcu_sched self-detected stallsEric Dumazet2012-06-111-1/+3
* dummy: Add ndo_uninit().Hiroaki SHIMODA2012-04-161-3/+3
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-151-1/+2
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
* dummy: percpu stats and lockless xmitEric Dumazet2010-09-291-3/+55
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-12/+10
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* dummy: convert to net_device_opsStephen Hemminger2008-11-201-5/+10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-111-0/+12
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-111-54/+3
* [DUMMY]: Use rtnl_link APIPatrick McHardy2007-07-101-20/+62
* [DUMMY]: Keep dummy devices on listPatrick McHardy2007-07-101-18/+29
* [DUMMY]: Use dev->statsPatrick McHardy2007-07-101-13/+3
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-14/+14
* [DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel2006-07-211-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+152