Age | Commit message (Expand) | Author | Files | Lines |
2020-11-03 | net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWARE | Alexander Lobakin | 1 | -1/+1 |
2020-02-24 | net/dummy: Ditch driver and module versions | Leon Romanovsky | 1 | -3/+0 |
2019-11-07 | net: dummy: use standard dev_lstats_add() and dev_lstats_read() | Eric Dumazet | 1 | -31/+5 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-12 | net: dummy: use generic helper to report timestamping info | Julian Wiedmann | 1 | -13/+2 |
2018-03-31 | net: Do not take net_rwsem in __rtnl_link_unregister() | Kirill Tkhai | 1 | -0/+2 |
2017-12-03 | net: dummy: remove fake SR-IOV functionality | Jakub Kicinski | 1 | -214/+1 |
2017-09-25 | net: remove MTU limits for dummy and ifb device | Zhang Shengju | 1 | -1/+1 |
2017-09-18 | dummy: declare dummy devices as enumerated devices | Zhang Shengju | 1 | -1/+1 |
2017-07-17 | dummy: Remove references to NETIF_F_UFO. | David S. Miller | 1 | -1/+1 |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
2017-03-21 | Enable tx timestamping on loopback and dummy | Ezequiel Lara Gomez | 1 | -0/+15 |
2017-01-24 | net: dummy: Introduce dummy virtual functions | Phil Sutter | 1 | -2/+215 |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -3/+2 |
2016-12-07 | dummy: expend mtu range for dummy device | Zhang Shengju | 1 | -0/+3 |
2015-10-21 | net: dummy: add more features | Eric Dumazet | 1 | -1/+5 |
2015-08-18 | net: dummy: convert to using IFF_NO_QUEUE | Phil Sutter | 1 | -2/+1 |
2014-12-09 | dummy: use MODULE_VERSION | Flavio Leitner | 1 | -0/+1 |
2014-12-09 | dummy: add support for ethtool get_drvinfo | Flavio Leitner | 1 | -2/+17 |
2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+1 |
2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -7/+1 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+6 |
2013-07-11 | dummy: fix oops when loading the dummy failed | dingtianhong | 1 | -0/+4 |
2012-12-28 | dummy: implement carrier change | Jiri Pirko | 1 | -0/+10 |
2012-07-22 | net: fix race condition in several drivers when reading stats | Kevin Groeneveld | 1 | -2/+2 |
2012-06-30 | dummy: use IFF_LIVE_ADDR_CHANGE priv_flag | Jiri Pirko | 1 | -13/+2 |
2012-06-11 | dummy: fix rcu_sched self-detected stalls | Eric Dumazet | 1 | -1/+3 |
2012-04-16 | dummy: Add ndo_uninit(). | Hiroaki SHIMODA | 1 | -3/+3 |
2012-02-15 | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 1 | -1/+2 |
2011-11-16 | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 1 | -1/+1 |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-05-05 | net: call dev_alloc_name from register_netdevice | Jiri Pirko | 1 | -4/+0 |
2010-09-29 | dummy: percpu stats and lockless xmit | Eric Dumazet | 1 | -3/+55 |
2009-09-01 | netdev: convert pseudo drivers to netdev_tx_t | Stephen Hemminger | 1 | -12/+10 |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
2008-11-20 | dummy: convert to net_device_ops | Stephen Hemminger | 1 | -5/+10 |
2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -1/+0 |
2007-07-11 | [RTNETLINK]: rtnl_link: allow specifying initial device address | Patrick McHardy | 1 | -0/+12 |
2007-07-11 | [RTNETLINK]: rtnl_link API simplification | Patrick McHardy | 1 | -54/+3 |
2007-07-10 | [DUMMY]: Use rtnl_link API | Patrick McHardy | 1 | -20/+62 |
2007-07-10 | [DUMMY]: Keep dummy devices on list | Patrick McHardy | 1 | -18/+29 |
2007-07-10 | [DUMMY]: Use dev->stats | Patrick McHardy | 1 | -13/+3 |
2006-09-13 | drivers/net: Trim trailing whitespace | Jeff Garzik | 1 | -14/+14 |
2006-07-21 | [DUMMY]: Avoid an oops when dummy_init_one() failed | Nicolas Dichtel | 1 | -0/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+152 |