summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-213-18/+25
|\
| * be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-193-18/+25
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+3
* | ethernet/emulex:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
|/
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* eth: benet: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+2
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-2/+2
|\
| * be2net: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-2/+2
* | be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-9/+5
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
|/
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-143-3/+3
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros2021-06-252-2/+6
* be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET2021-06-171-0/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* net: emulex: benet: simplify the return expression of be_if_create()Zheng Yongjun2020-12-091-7/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* be2net: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-142-165/+38
* benet: use generic power managementVaibhav Gupta2020-07-011-15/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* net: be2net: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+3
* net/emulex: Delete driver versionLeon Romanovsky2020-03-033-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: emulex: benet: indent a Kconfig depends continuation lineRandy Dunlap2019-11-301-1/+1
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-1/+1
* be2net: make two arrays static const, makes object smallerColin Ian King2019-09-071-2/+2
* be2net: eliminate enable field from be_aic_objIvan Vecera2019-08-183-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-6/+2
|\
| * be2net: disable bh with spin_lock in be_process_mccDenis Kirjanov2019-08-062-6/+2
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-6/+6
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier2019-07-211-0/+5
* be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier2019-07-161-1/+5
* be2net: fix link failure after ethtool offline testPetr Oros2019-06-221-6/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-1/+1
|\
| * be2net: Fix number of Rx queues used for flow hashingIvan Vecera2019-06-161-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner2019-06-058-40/+8
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* benet: remove broken and unused macroLubomir Rintel2019-01-281-4/+0
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-083-52/+52
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+1
* benet: use skb_vlan_tag_get_prio()Michał Mirosław2018-11-211-1/+1
* benet: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-4/+9
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0
|\