summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* bnad: fix work_queue type mismatchArnd Bergmann2024-02-141-7/+5
* net: bna: Remove unnecessary (void*) conversionsWu Yunchuan2023-07-181-7/+6
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+2
* eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-301-2/+1
* bna: Simplify DMA settingChristophe JAILLET2022-01-091-24/+10
* 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-2/+2
* Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau2021-05-051-1/+1
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-251-5/+2
* net/brocade: Delete driver versionLeon Romanovsky2020-03-031-4/+0
* bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-6/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner2019-06-051-9/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* bna: Convert timers to use timer_setup()Kees Cook2017-10-181-24/+19
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\
| * bna: Add synchronization for tx ring.Benjamin Poirier2016-11-091-2/+2
* | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
|/
* bna: remove global bnad_list_mutexIvan Vecera2016-08-081-20/+0
* bna: change type of bna_id to atomic_tIvan Vecera2016-08-081-2/+2
* bna: remove useless linked listIvan Vecera2016-08-081-3/+0
* bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera2016-01-151-13/+24
* bna: check for dma mapping errorsIvan Vecera2015-09-201-1/+28
* bna: fix interrupts storm caused by erroneous packetsIvan Vecera2015-08-101-1/+1
* bna: remove superfluous parenthesesIvan Vecera2015-06-211-6/+6
* bna: make pointers to read-only inputs constIvan Vecera2015-06-211-3/+3
* bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera2015-06-111-30/+16
* bna: fix timeout API argument typeIvan Vecera2015-06-111-4/+4
* bna: remove useless pointer assignmentIvan Vecera2015-06-111-1/+0
* bna: remove unused cbfn parameterIvan Vecera2015-06-111-10/+8
* bna: get rid of mac_tIvan Vecera2015-06-111-5/+5
* bna: use ether_addr_copy instead of memcpyIvan Vecera2015-06-111-12/+10
* bna: remove unreasonable iocpf timer startIvan Vecera2015-05-301-4/+0
* bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody2015-02-211-5/+6
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* bna: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* bna: fix skb->truesize underestimationEric Dumazet2014-10-171-1/+1
* bna: allow transmit tagged framesIvan Vecera2014-10-071-1/+1
* bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich2014-08-251-3/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* bna: fix performance regressionIvan Vecera2014-07-301-1/+1
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* bna: remove open-coded skb_cow_head.françois romieu2014-03-291-6/+4
* bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-8/+8