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