index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dummy.c
Age
Commit message (
Expand
)
Author
2017-03-21
Enable tx timestamping on loopback and dummy
Ezequiel Lara Gomez
2017-01-24
net: dummy: Introduce dummy virtual functions
Phil Sutter
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-12-07
dummy: expend mtu range for dummy device
Zhang Shengju
2015-10-21
net: dummy: add more features
Eric Dumazet
2015-08-18
net: dummy: convert to using IFF_NO_QUEUE
Phil Sutter
2014-12-09
dummy: use MODULE_VERSION
Flavio Leitner
2014-12-09
dummy: add support for ethtool get_drvinfo
Flavio Leitner
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-02-14
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-07-11
dummy: fix oops when loading the dummy failed
dingtianhong
2012-12-28
dummy: implement carrier change
Jiri Pirko
2012-07-22
net: fix race condition in several drivers when reading stats
Kevin Groeneveld
2012-06-30
dummy: use IFF_LIVE_ADDR_CHANGE priv_flag
Jiri Pirko
2012-06-11
dummy: fix rcu_sched self-detected stalls
Eric Dumazet
2012-04-16
dummy: Add ndo_uninit().
Hiroaki SHIMODA
2012-02-15
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2011-11-16
net: remove NETIF_F_NO_CSUM feature bit
Michał Mirosław
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-05-05
net: call dev_alloc_name from register_netdevice
Jiri Pirko
2010-09-29
dummy: percpu stats and lockless xmit
Eric Dumazet
2009-09-01
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2008-11-20
dummy: convert to net_device_ops
Stephen Hemminger
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-07-11
[RTNETLINK]: rtnl_link: allow specifying initial device address
Patrick McHardy
2007-07-11
[RTNETLINK]: rtnl_link API simplification
Patrick McHardy
2007-07-10
[DUMMY]: Use rtnl_link API
Patrick McHardy
2007-07-10
[DUMMY]: Keep dummy devices on list
Patrick McHardy
2007-07-10
[DUMMY]: Use dev->stats
Patrick McHardy
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
2006-07-21
[DUMMY]: Avoid an oops when dummy_init_one() failed
Nicolas Dichtel
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds