summaryrefslogtreecommitdiffstats
path: root/drivers/net/ntb_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* ntb_netdev: Simplify remove with client device drvdataAaron Sierra2018-11-011-25/+3Star
* ntb_netdev: fix sleep time mismatchJon Mason2018-10-311-1/+1
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* drivers/net: ntb_netdev: Convert timers to use timer_setup()Kees Cook2017-11-011-4/+4
* ntb_netdev: set the net_device's parentLogan Gunthorpe2017-07-061-0/+2
* net: net_netdev: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-131-12/+13
* net: use core MTU range checking in core net infraJarod Wilson2016-10-201-0/+3
* NTB: Add flow control to the ntb_netdevDave Jiang2015-09-071-0/+77
* NTB: ntb_netdev not covering all receive errorsDave Jiang2015-08-091-1/+1
* NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe2015-08-091-0/+7
* NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-041-24/+30
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-021-3/+3
* net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko2014-06-071-1/+0Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* NTB: Code Style Clean-upJon Mason2014-04-071-1/+1
* NTB: client event cleanupJon Mason2014-04-071-4/+12
* ntb_netdev: Fix skb free issue in openJon Mason2014-04-071-1/+3
* ntb_netdev: Fix list_for_each_entry exit issueJon Mason2014-04-071-2/+5
* ntb_netdev: remove from list on exitJon Mason2013-05-151-0/+2
* ntb_netdev: Update VersionJon Mason2013-01-211-1/+1
* ntb_netdev: improve loggingJon Mason2013-01-211-3/+2Star
* ntb_netdev: remove tx timeoutJon Mason2013-01-211-11/+0Star
* ntb_netdev: correct skb leakJon Mason2013-01-211-0/+1
* ntb_netdev: remove init/exit from probe/removeJon Mason2013-01-211-1/+1
* ntb: remove __dev* markingsGreg Kroah-Hartman2013-01-181-1/+1
* net: Add support for NTB virtual ethernet deviceJon Mason2013-01-181-0/+419