| Commit message (Expand) | Author | Age | Files | Lines |
* | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 2024-05-08 | 1 | -2/+2 |
* | ntb_netdev: Fix module_init problem | Geoff Levand | 2023-07-08 | 1 | -1/+1 |
* | ntb_netdev: Use dev_kfree_skb_any() in interrupt context | Eric Pilmore | 2022-12-12 | 1 | -2/+2 |
* | net: net_netdev: Fix error handling in ntb_netdev_init_module() | Yuan Can | 2022-11-28 | 1 | -1/+8 |
* | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-31 | 1 | -3/+3 |
* | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 2022-02-14 | 1 | -1/+1 |
* | net: use dev_addr_set() | Jakub Kicinski | 2021-10-09 | 1 | -1/+1 |
* | ntb_netdev: Simplify remove with client device drvdata | Aaron Sierra | 2018-11-01 | 1 | -25/+3 |
* | ntb_netdev: fix sleep time mismatch | Jon Mason | 2018-10-31 | 1 | -1/+1 |
* | net: drivers/net: Convert random_ether_addr to eth_random_addr | Joe Perches | 2018-06-23 | 1 | -1/+1 |
* | drivers/net: ntb_netdev: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 1 | -4/+4 |
* | ntb_netdev: set the net_device's parent | Logan Gunthorpe | 2017-07-06 | 1 | -0/+2 |
* | net: net_netdev: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-13 | 1 | -12/+13 |
* | net: use core MTU range checking in core net infra | Jarod Wilson | 2016-10-20 | 1 | -0/+3 |
* | NTB: Add flow control to the ntb_netdev | Dave Jiang | 2015-09-07 | 1 | -0/+77 |
* | NTB: ntb_netdev not covering all receive errors | Dave Jiang | 2015-08-09 | 1 | -1/+1 |
* | NTB: Fix ntb_transport out-of-order RX update | Allen Hubbe | 2015-08-09 | 1 | -0/+7 |
* | NTB: Split ntb_hw_intel and ntb_transport drivers | Allen Hubbe | 2015-07-04 | 1 | -24/+30 |
* | NTB: Move files in preparation for NTB abstraction | Allen Hubbe | 2015-07-02 | 1 | -3/+3 |
* | net: use ethtool_cmd_speed_set helper to set ethtool speed value | Jiri Pirko | 2014-06-07 | 1 | -1/+0 |
* | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
* | NTB: Code Style Clean-up | Jon Mason | 2014-04-07 | 1 | -1/+1 |
* | NTB: client event cleanup | Jon Mason | 2014-04-07 | 1 | -4/+12 |
* | ntb_netdev: Fix skb free issue in open | Jon Mason | 2014-04-07 | 1 | -1/+3 |
* | ntb_netdev: Fix list_for_each_entry exit issue | Jon Mason | 2014-04-07 | 1 | -2/+5 |
* | ntb_netdev: remove from list on exit | Jon Mason | 2013-05-15 | 1 | -0/+2 |
* | ntb_netdev: Update Version | Jon Mason | 2013-01-21 | 1 | -1/+1 |
* | ntb_netdev: improve logging | Jon Mason | 2013-01-21 | 1 | -3/+2 |
* | ntb_netdev: remove tx timeout | Jon Mason | 2013-01-21 | 1 | -11/+0 |
* | ntb_netdev: correct skb leak | Jon Mason | 2013-01-21 | 1 | -0/+1 |
* | ntb_netdev: remove init/exit from probe/remove | Jon Mason | 2013-01-21 | 1 | -1/+1 |
* | ntb: remove __dev* markings | Greg Kroah-Hartman | 2013-01-18 | 1 | -1/+1 |
* | net: Add support for NTB virtual ethernet device | Jon Mason | 2013-01-18 | 1 | -0/+419 |