summaryrefslogtreecommitdiffstats
path: root/drivers/net/ntb_netdev.c
AgeCommit message (Expand)AuthorLines
2017-07-06ntb_netdev: set the net_device's parentLogan Gunthorpe-0/+2
2017-03-13net: net_netdev: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-12/+13
2016-10-20net: use core MTU range checking in core net infraJarod Wilson-0/+3
2015-09-07NTB: Add flow control to the ntb_netdevDave Jiang-0/+77
2015-08-09NTB: ntb_netdev not covering all receive errorsDave Jiang-1/+1
2015-08-09NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe-0/+7
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe-24/+30
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe-3/+3
2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko-1/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-04-07NTB: Code Style Clean-upJon Mason-1/+1
2014-04-07NTB: client event cleanupJon Mason-4/+12
2014-04-07ntb_netdev: Fix skb free issue in openJon Mason-1/+3
2014-04-07ntb_netdev: Fix list_for_each_entry exit issueJon Mason-2/+5
2013-05-15ntb_netdev: remove from list on exitJon Mason-0/+2
2013-01-20ntb_netdev: Update VersionJon Mason-1/+1
2013-01-20ntb_netdev: improve loggingJon Mason-3/+2
2013-01-20ntb_netdev: remove tx timeoutJon Mason-11/+0
2013-01-20ntb_netdev: correct skb leakJon Mason-0/+1
2013-01-20ntb_netdev: remove init/exit from probe/removeJon Mason-1/+1
2013-01-17ntb: remove __dev* markingsGreg Kroah-Hartman-1/+1
2013-01-17net: Add support for NTB virtual ethernet deviceJon Mason-0/+419