aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/brocade/bna/bnad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-4/+2
2022-04-30eth: remove remaining copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+1
2022-01-09bna: Simplify DMA settingChristophe JAILLET1-24/+10
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-2/+2
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-5/+2
2020-03-03net/brocade: Delete driver versionLeon Romanovsky1-4/+0
2020-02-19bna: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-6/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner1-9/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-10-18bna: Convert timers to use timer_setup()Kees Cook1-24/+19
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-11-09bna: Add synchronization for tx ring.Benjamin Poirier1-2/+2
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-08-08bna: remove global bnad_list_mutexIvan Vecera1-20/+0
2016-08-08bna: change type of bna_id to atomic_tIvan Vecera1-2/+2
2016-08-08bna: remove useless linked listIvan Vecera1-3/+0
2016-01-15bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera1-13/+24
2015-09-20bna: check for dma mapping errorsIvan Vecera1-1/+28
2015-08-10bna: fix interrupts storm caused by erroneous packetsIvan Vecera1-1/+1
2015-06-21bna: remove superfluous parenthesesIvan Vecera1-6/+6
2015-06-21bna: make pointers to read-only inputs constIvan Vecera1-3/+3
2015-06-11bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera1-30/+16
2015-06-11bna: fix timeout API argument typeIvan Vecera1-4/+4
2015-06-11bna: remove useless pointer assignmentIvan Vecera1-1/+0
2015-06-11bna: remove unused cbfn parameterIvan Vecera1-10/+8
2015-06-11bna: get rid of mac_tIvan Vecera1-5/+5
2015-06-11bna: use ether_addr_copy instead of memcpyIvan Vecera1-12/+10
2015-05-30bna: remove unreasonable iocpf timer startIvan Vecera1-4/+0
2015-02-21bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody1-5/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-10-17bna: fix skb->truesize underestimationEric Dumazet1-1/+1
2014-10-07bna: allow transmit tagged framesIvan Vecera1-1/+1
2014-08-25bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich1-3/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-30bna: fix performance regressionIvan Vecera1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-29bna: remove open-coded skb_cow_head.françois romieu1-6/+4
2014-03-24bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-8/+8
2014-03-12brocade: Convert uses of __constant_<foo> to <foo>Joe Perches1-10/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+30
2014-02-28bna: fix vlan tag stripping and implement its togglingIvan Vecera1-10/+30