Age | Commit message (Expand) | Author |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski |
2021-10-10 | ethernet: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo |
2021-06-25 | Revert "be2net: disable bh with spin_lock in be_process_mcc" | Petr Oros |
2021-06-17 | be2net: Fix an error handling path in 'be_probe()' | Christophe JAILLET |
2021-01-07 | net: remove ndo_udp_tunnel_* callbacks | Jakub Kicinski |
2020-12-09 | net: emulex: benet: simplify the return expression of be_if_create() | Zheng Yongjun |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-14 | be2net: convert to new udp_tunnel_nic infra | Jakub Kicinski |
2020-07-01 | benet: use generic power management | Vaibhav Gupta |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-03-12 | net: be2net: reject unsupported coalescing params | Jakub Kicinski |
2020-03-03 | net/emulex: Delete driver version | Leon Romanovsky |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-11-30 | net: emulex: benet: indent a Kconfig depends continuation line | Randy Dunlap |
2019-09-26 | drivers: net: Fix Kconfig indentation | Krzysztof Kozlowski |
2019-09-07 | be2net: make two arrays static const, makes object smaller | Colin Ian King |
2019-08-18 | be2net: eliminate enable field from be_aic_obj | Ivan Vecera |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-06 | be2net: disable bh with spin_lock in be_process_mcc | Denis Kirjanov |
2019-07-30 | net: Use skb_frag_off accessors | Jonathan Lemon |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) |
2019-07-21 | be2net: Synchronize be_update_queues with dev_watchdog | Benjamin Poirier |
2019-07-16 | be2net: Signal that the device cannot transmit during reconfiguration | Benjamin Poirier |
2019-06-22 | be2net: fix link failure after ethtool offline test | Petr Oros |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-06-16 | be2net: Fix number of Rx queues used for flow hashing | Ivan Vecera |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-01 | net: move skb->xmit_more hint to softnet data | Florian Westphal |
2019-01-28 | benet: remove broken and unused macro | Lubomir Rintel |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain |
2018-12-12 | net: ndo_bridge_setlink: Add extack | Petr Machata |
2018-11-21 | benet: use skb_vlan_tag_get_prio() | Michał Mirosław |
2018-11-08 | benet: use __vlan_hwaccel helpers | Michał Mirosław |
2018-10-25 | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-10-23 | Revert "be2net: remove desc field from be_eq_obj" | Ivan Vecera |
2018-10-05 | be2net: don't flip hw_features when VXLANs are added/deleted | Davide Caratti |
2018-10-02 | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep |
2018-09-05 | be2net: Fix memory leak in be_cmd_get_profile_config() | Petr Oros |
2018-08-09 | be2net: Use Kconfig flag to support for enabling/disabling adapters | Petr Oros |
2018-08-07 | be2net: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-02 | be2net: fix spelling mistake "seqence" -> "sequence" | Colin Ian King |
2018-08-01 | be2net: Update the driver version to 12.0.0.0 | Suresh Reddy |
2018-08-01 | be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeout | Suresh Reddy |