aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+3
2022-06-30ethernet/emulex:fix repeated words in commentsJilin Yuan1-1/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-29eth: benet: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-01-09be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET1-9/+5
2021-12-10be2net: Use irq_update_affinity_hint()Nitesh Narayan Lal1-2/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-06-25Revert "be2net: disable bh with spin_lock in be_process_mcc"Petr Oros1-0/+2
2021-06-17be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET1-0/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-09net: emulex: benet: simplify the return expression of be_if_create()Zheng Yongjun1-7/+1
2020-07-14be2net: convert to new udp_tunnel_nic infraJakub Kicinski1-160/+38
2020-07-01benet: use generic power managementVaibhav Gupta1-15/+7
2020-03-03net/emulex: Delete driver versionLeon Romanovsky1-4/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-18be2net: eliminate enable field from be_aic_objIvan Vecera1-3/+4
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2019-08-06be2net: disable bh with spin_lock in be_process_mccDenis Kirjanov1-2/+0
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-6/+6
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-07-21be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier1-0/+5
2019-07-16be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier1-1/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner1-5/+1
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-01-28benet: remove broken and unused macroLubomir Rintel1-4/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-9/+9
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+1
2018-11-21benet: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-08benet: use __vlan_hwaccel helpersMichał Mirosław1-4/+9
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-23Revert "be2net: remove desc field from be_eq_obj"Ivan Vecera1-4/+2
2018-10-05be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti1-4/+1
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-08-09be2net: Use Kconfig flag to support for enabling/disabling adaptersPetr Oros1-1/+9
2018-08-02be2net: fix spelling mistake "seqence" -> "sequence"Colin Ian King1-1/+1
2018-08-01be2net: gather debug info and reset adapter (only for Lancer) on a tx-timeoutSuresh Reddy1-1/+79
2018-07-12be2net: remove desc field from be_eq_objIvan Vecera1-2/+4
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-02-06be2net: Handle transmit completion errors in LancerSuresh Reddy1-46/+62
2018-02-06be2net: Fix HW stall issue in LancerSuresh Reddy1-1/+4
2018-02-01be2net: remove redundant initialization of 'head' and pointer txqColin Ian King1-2/+1
2018-01-25be2net: networking block comments don't use an empty /* lineRohit Visavalia1-2/+1
2018-01-22be2net: restore properly promisc mode after queues reconfigurationIvan Vecera1-0/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1