Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29net: 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-10bna: 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-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-03-04net/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-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 292Thomas Gleixner
2018-06-13treewide: 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-09net: 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-09bna: remove global bnad_list_mutexIvan Vecera
2016-08-09bna: change type of bna_id to atomic_tIvan Vecera
2016-08-09bna: remove useless linked listIvan Vecera
2016-01-16bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096Ivan Vecera
2015-09-21bna: 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-12bna: use netdev_* and dev_* instead of printk and pr_*Ivan Vecera
2015-06-12bna: fix timeout API argument typeIvan Vecera
2015-06-12bna: remove useless pointer assignmentIvan Vecera
2015-06-12bna: remove unused cbfn parameterIvan Vecera
2015-06-12bna: get rid of mac_tIvan Vecera
2015-06-12bna: use ether_addr_copy instead of memcpyIvan Vecera
2015-05-31bna: remove unreasonable iocpf timer startIvan Vecera
2015-02-22bna: QLogic BR-series Adapters Driver RebrandingRasesh Mody
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet
2014-10-18bna: fix skb->truesize underestimationEric Dumazet
2014-10-07bna: allow transmit tagged framesIvan Vecera
2014-08-26bna: Support TSO and partial checksum with non-accelerated vlans.Vlad Yasevich
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-31bna: fix performance regressionIvan Vecera
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-03-30bna: remove open-coded skb_cow_head.françois romieu
2014-03-25bnad: 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
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-01bna: fix vlan tag stripping and implement its togglingIvan Vecera