aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dummy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07net: dummy: use standard dev_lstats_add() and dev_lstats_read()Eric Dumazet1-31/+5
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-12net: dummy: use generic helper to report timestamping infoJulian Wiedmann1-13/+2
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai1-0/+2
2017-12-03net: dummy: remove fake SR-IOV functionalityJakub Kicinski1-214/+1
2017-09-25net: remove MTU limits for dummy and ifb deviceZhang Shengju1-1/+1
2017-09-18dummy: declare dummy devices as enumerated devicesZhang Shengju1-1/+1
2017-07-17dummy: Remove references to NETIF_F_UFO.David S. Miller1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-03-21Enable tx timestamping on loopback and dummyEzequiel Lara Gomez1-0/+15
2017-01-24net: dummy: Introduce dummy virtual functionsPhil Sutter1-2/+215
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-07dummy: expend mtu range for dummy deviceZhang Shengju1-0/+3
2015-10-21net: dummy: add more featuresEric Dumazet1-1/+5
2015-08-18net: dummy: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2014-12-09dummy: use MODULE_VERSIONFlavio Leitner1-0/+1
2014-12-09dummy: add support for ethtool get_drvinfoFlavio Leitner1-2/+17
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-7/+1
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+6
2013-07-11dummy: fix oops when loading the dummy faileddingtianhong1-0/+4
2012-12-28dummy: implement carrier changeJiri Pirko1-0/+10
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-2/+2
2012-06-30dummy: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-13/+2
2012-06-11dummy: fix rcu_sched self-detected stallsEric Dumazet1-1/+3
2012-04-16dummy: Add ndo_uninit().Hiroaki SHIMODA1-3/+3
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet1-3/+55
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-12/+10
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2008-11-20dummy: convert to net_device_opsStephen Hemminger1-5/+10
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy1-0/+12
2007-07-11[RTNETLINK]: rtnl_link API simplificationPatrick McHardy1-54/+3
2007-07-10[DUMMY]: Use rtnl_link APIPatrick McHardy1-20/+62
2007-07-10[DUMMY]: Keep dummy devices on listPatrick McHardy1-18/+29
2007-07-10[DUMMY]: Use dev->statsPatrick McHardy1-13/+3
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-14/+14
2006-07-21[DUMMY]: Avoid an oops when dummy_init_one() failedNicolas Dichtel1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+152