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-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-08net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun
2020-12-09net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun
2020-09-30net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-25net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-03-26atl2: remove unused variable 'atl2_driver_string'YueHaibing
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-24net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24net: set static variable an initial value in atl2_probe()Mao Wenan
2019-02-03atheros: atl2: fix an indentaion issue on a return statementColin Ian King
2019-01-27atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-05-22net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov
2016-11-14net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-31atheros: atlx: Use setup_timerJulia Lawall
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-21atlx: remove unnecessary break after returnFabian Frederick
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-01-09remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/atheros: remove __dev* attributesBill Pemberton
2012-10-05sections: fix section conflicts in drivers/netAndi Kleen
2012-07-17ethernet: Use eth_random_addrJoe Perches
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-03-20atlx: Use ETH_ALENJoe Perches
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-12atl*: Move the Atheros driversJeff Kirsher