summaryrefslogtreecommitdiff
path: root/drivers/net/dummy.c
Commit message (Expand)AuthorAge
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-31
* net: dummy: remove fake SR-IOV functionalityJakub Kicinski2017-12-03
* net: remove MTU limits for dummy and ifb deviceZhang Shengju2017-09-25
* dummy: declare dummy devices as enumerated devicesZhang Shengju2017-09-18
* dummy: Remove references to NETIF_F_UFO.David S. Miller2017-07-17
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* Enable tx timestamping on loopback and dummyEzequiel Lara Gomez2017-03-21
* net: dummy: Introduce dummy virtual functionsPhil Sutter2017-01-24
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
* dummy: expend mtu range for dummy deviceZhang Shengju2016-12-07
* net: dummy: add more featuresEric Dumazet2015-10-21
* net: dummy: convert to using IFF_NO_QUEUEPhil Sutter2015-08-18
* dummy: use MODULE_VERSIONFlavio Leitner2014-12-09
* dummy: add support for ethtool get_drvinfoFlavio Leitner2014-12-09
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
* net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* dummy: fix oops when loading the dummy faileddingtianhong2013-07-11
* dummy: implement carrier changeJiri Pirko2012-12-28
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-22
* dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-30
* dummy: fix rcu_sched self-detected stallsEric Dumazet2012-06-11
* dummy: Add ndo_uninit().Hiroaki SHIMODA2012-04-16
* net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-15
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-16
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-05
* dummy: percpu stats and lockless xmitEric Dumazet2010-09-29
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-01
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* dummy: convert to net_device_opsStephen Hemminger2008-11-20
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-10
* [RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2007-07-11
* [RTNETLINK]: rtnl_link API simplificationPatrick McHardy2007-07-11
* [DUMMY]: Use rtnl_link APIPatrick McHardy2007-07-10
* [DUMMY]: Keep dummy devices on listPatrick McHardy2007-07-10
* [DUMMY]: Use dev->statsPatrick McHardy2007-07-10
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-13
* [DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel2006-07-21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* Linux-2.6.12-rc2Linus Torvalds2005-04-16