| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dummy: add more features | Eric Dumazet | 2015-10-22 | 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-10 | 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-16 | 1 | -1/+1 |
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 2014-03-15 | 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-29 | 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-17 | 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-18 | 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-06 | 1 | -1/+1 |
* | dummy: convert to net_device_ops | Stephen Hemminger | 2008-11-21 | 1 | -5/+10 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | [RTNETLINK]: rtnl_link: allow specifying initial device address | Patrick McHardy | 2007-07-12 | 1 | -0/+12 |
* | [RTNETLINK]: rtnl_link API simplification | Patrick McHardy | 2007-07-12 | 1 | -54/+3 |
* | [DUMMY]: Use rtnl_link API | Patrick McHardy | 2007-07-11 | 1 | -20/+62 |
* | [DUMMY]: Keep dummy devices on list | Patrick McHardy | 2007-07-11 | 1 | -18/+29 |
* | [DUMMY]: Use dev->stats | Patrick McHardy | 2007-07-11 | 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-22 | 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-17 | 1 | -0/+152 |