summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/brocade/bna/bnad.c
AgeCommit message (Expand)Author
2024-02-14bnad: fix work_queue type mismatchArnd Bergmann
2023-07-18net: bna: Remove unnecessary (void*) conversionsWu Yunchuan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-01-09bna: Simplify DMA settingChristophe JAILLET
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-03-03net/brocade: Delete driver versionLeon Romanovsky
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-10-18bna: Convert timers to use timer_setup()Kees Cook
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-08-08bna: remove global bnad_list_mutexIvan Vecera
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera
2016-08-08bna: remove useless linked listIvan Vecera
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera
2015-09-20bna: check for dma mapping errorsIvan Vecera
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera
2015-06-21bna: remove superfluous parenthesesIvan Vecera
2015-06-21bna: make pointers to read-only inputs constIvan Vecera
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera
2015-06-11bna: fix timeout API argument typeIvan Vecera
2015-06-11bna: remove useless pointer assignmentIvan Vecera
2015-06-11bna: remove unused cbfn parameterIvan Vecera
2015-06-11bna: get rid of mac_tIvan Vecera
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera
2015-05-30bna: remove unreasonable iocpf timer startIvan Vecera
2015-02-21bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet
2014-10-17bna: fix skb->truesize underestimationEric Dumazet
2014-10-07bna: allow transmit tagged framesIvan Vecera
2014-08-25bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-30bna: fix performance regressionIvan Vecera
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-29bna: remove open-coded skb_cow_head.françois romieu
2014-03-24bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches