| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: net: remove NETDEV_TX_LOCKED | Florian Westphal | 2016-04-26 | 1 | -5/+1 |
* | rapidio/rionet: add mport removal handling | Alexandre Bounine | 2016-03-22 | 1 | -26/+44 |
* | rapidio/rionet: add locking into add/remove device | Alexandre Bounine | 2016-03-22 | 1 | -50/+102 |
* | rapidio/rionet: add shutdown event handling | Alexandre Bounine | 2016-03-22 | 1 | -0/+38 |
* | rapidio/rionet: add capability to change MTU | Aurelien Jacquiot | 2016-03-22 | 1 | -2/+15 |
* | rapidio/rionet: fix deadlock on SMP | Aurelien Jacquiot | 2016-03-22 | 1 | -2/+2 |
* | bus: subsys: update return type of ->remove_dev() to void | Viresh Kumar | 2015-08-05 | 1 | -3/+1 |
* | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
* | rapidio: rework device hierarchy and introduce mport class of devices | Alexandre Bounine | 2014-04-07 | 1 | -0/+1 |
* | rapidio/rionet: rework driver initialization and removal | Alexandre Bounine | 2013-07-03 | 1 | -25/+78 |
* | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-06 | 1 | -4/+4 |
* | rapidio/rionet: rework to support multiple RIO master ports | Alexandre Bounine | 2012-10-06 | 1 | -63/+70 |
* | rapidio/rionet: fix multicast packet transmit logic | Alexandre Bounine | 2012-10-06 | 1 | -3/+17 |
* | rionet: fix page allocation order of rionet_active | Akinobu Mita | 2012-04-01 | 1 | -5/+6 |
* | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 1 | -2/+0 |
* | drivers/net/rionet.c: fix ethernet address macros for LE platforms | Alexandre Bounine | 2011-11-02 | 1 | -2/+2 |
* | rapidio: fix use of non-compatible registers | Alexandre Bounine | 2011-08-25 | 1 | -15/+8 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-05 | 1 | -13/+15 |
|\ |
|
| * | rionet: fix NULL pointer dereference in rionet_remove | Yinglin Luan | 2011-06-29 | 1 | -13/+15 |
* | | net: rionet: Use is_multicast_ether_addr | Tobias Klauser | 2011-07-04 | 1 | -1/+1 |
|/ |
|
* | rionet: Remove pointless printk of skb pointer. | David S. Miller | 2011-05-22 | 1 | -2/+2 |
* | rapidio: modify subsystem and driver initialization sequence | Alexandre Bounine | 2011-03-23 | 1 | -1/+1 |
* | rapidio: modify configuration to support PCI-SRIO controller | Alexandre Bounine | 2011-03-23 | 1 | -2/+2 |
* | rionet: use free_netdev(netdev) instead of kfree() | Kulikov Vasiliy | 2010-09-26 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | trivial: fix typo "for for" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -1/+1 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | net: remove NET_RX_BAD and NET_RX_CN* defines | Florian Westphal | 2009-07-05 | 1 | -5/+0 |
* | rionet: convert to net_device_ops | Alexander Beregalov | 2009-04-16 | 1 | -4/+10 |
* | drivers/net/rionet.c: remove some pointless conditionals before kfree_skb() | Wei Yongjun | 2009-02-26 | 1 | -2/+1 |
* | netdevice: safe convert to netdev_priv() #part-2 | Wang Chen | 2008-11-12 | 1 | -13/+13 |
* | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 1 | -3/+2 |
* | [RAPIDIO] Auto-probe the RapidIO system size | Zhang Wei | 2008-04-29 | 1 | -2/+14 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -3/+3 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-10 | 1 | -14/+6 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -2/+0 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+0 |
* | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
* | [PATCH] Add rapidio net driver | Matt Porter | 2005-09-14 | 1 | -0/+574 |