summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pasemi
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-2/+3
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2023-03-21net: pasemi: Fix return type of pasemi_mac_start_tx()Nathan Chancellor-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-1/+3
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-08-30net: pasemi: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-16/+16
2020-12-02net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong-2/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2019-07-08net: pasemi: fix an use-after-free in pasemi_mac_phy_init()Wen Yang-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-36/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-04net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing-2/+1
2019-03-19net: pasemi: Make pasemi_mac_init_module staticYueHaibing-1/+1
2019-02-18net: pasemi: set a 64-bit DMA mask on the DMA deviceChristoph Hellwig-0/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+6
2017-12-20net: pasemi: Replace mac address parsingAndy Shevchenko-3/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson-5/+7
2016-07-15net: ethernet: pasemi_mac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes-26/+2
2016-07-15net: ethernet: pasemi_mac: use phydev from struct net_devicePhilippe Reynes-20/+15
2016-02-17pasemi_mac: Replace LRO with GROBen Hutchings-57/+3
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker-3/+1
2015-03-01net: pasemi: Use setup_timer and mod_timerVaishali Thakkar-5/+3
2014-12-05net-PA Semi: Deletion of unnecessary checks before the function call "pci_dev...Markus Elfring-4/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher-6/+3
2013-10-22net: pasemi: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-15net: pasemi: remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches-4/+3
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches-7/+8
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches-3/+2
2013-02-24net/pasemi: Fix missing coding styleSyam Sidhardhan-3/+6
2012-12-03net/pasemi: remove __dev* attributesBill Pemberton-3/+3
2012-09-27netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun-2/+2
2012-05-02net/pasemi: fix compiler warningStephen Rothwell-1/+1
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka-1/+1
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches-2/+0
2011-12-06pasemi_mac: Fix building as moduleBen Hutchings-1/+2
2011-10-19net: add skb frag size accessorsEric Dumazet-4/+4