aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-4/+1
* rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma2023-08-081-3/+0
* benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong2023-07-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-2/+2
|\
| * be2net: Extend xmit workaround to BE3 chipRoss Lagerwall2023-06-201-2/+2
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-15/+17
|/
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* be2net: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-8/+0
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-8/+8
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* 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-291-1/+1
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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
|/
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* 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
* Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros2021-06-251-0/+2
* 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
* be2net: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-160/+38
* benet: use generic power managementVaibhav Gupta2020-07-011-15/+7
* net/emulex: Delete driver versionLeon Romanovsky2020-03-031-4/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* be2net: eliminate enable field from be_aic_objIvan Vecera2019-08-181-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-2/+0
|\
| * be2net: disable bh with spin_lock in be_process_mccDenis Kirjanov2019-08-061-2/+0
* | 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner2019-06-051-5/+1
* 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-081-9/+9
* 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/git/helgaas/pciLinus Torvalds2018-10-251-1/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
* | Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera2018-10-231-4/+2
* | be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti2018-10-051-4/+1
|/
* be2net: Use Kconfig flag to support for enabling/disabling adaptersPetr Oros2018-08-091-1/+9
* be2net: fix spelling mistake "seqence" -> "sequence"Colin Ian King2018-08-021-1/+1
* be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeoutSuresh Reddy2018-08-011-1/+79