aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driverHao Chen3-2/+60
2021-11-20bnx2x: constify static inline stub for dev_addrJakub Kicinski1-1/+1
2021-11-2082596: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-11-19net: phy: add support for TI DP83561-SP phyHari Nagalla1-20/+22
2021-11-19ethernet: renesas: Use div64_ul instead of do_divYang Li1-4/+2
2021-11-19nfp: flower: correction of error handlingYu Xiao1-20/+0
2021-11-19sky2: use PCI VPD API in eeprom ethtool opsHeiner Kallweit1-72/+12
2021-11-19net: ipa: Use 'for_each_clear_bit' when possibleChristophe JAILLET1-3/+1
2021-11-19bnx2x: Use struct_group() for memcpy() regionKees Cook2-7/+14
2021-11-19cxgb4: Use struct_group() for memcpy() regionKees Cook3-12/+13
2021-11-19cxgb3: Use struct_group() for memcpy() regionKees Cook1-3/+6
2021-11-19net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)1-0/+1
2021-11-19natsemi: macsonic: use eth_hw_addr_set()Jakub Kicinski1-10/+17
2021-11-19cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski1-2/+5
2021-11-19apple: macmace: use eth_hw_addr_set()Jakub Kicinski1-5/+9
2021-11-19lasi_82594: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-11-19smc9194: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-11-198390: wd: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-198390: mac8390: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-198390: hydra: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-198390: smc-ultra: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-19amd: mvme147: use eth_hw_addr_set()Jakub Kicinski1-6/+8
2021-11-19amd: atarilance: use eth_hw_addr_set()Jakub Kicinski1-2/+5
2021-11-19amd: hplance: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-19amd: a2065/ariadne: use eth_hw_addr_set()Jakub Kicinski2-17/+21
2021-11-19amd: ni65: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-11-19amd: lance: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski1-1/+1
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski1-3/+3
2021-11-19mlxsw: constify address in mlxsw_sp_port_dev_addr_setJakub Kicinski1-1/+1
2021-11-19net: ax88796c: don't write to netdev->dev_addr directlyJakub Kicinski1-8/+10
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-311/+482
2021-11-18lan78xx: Introduce NAPI polling supportJohn Efstathiades1-68/+114
2021-11-18lan78xx: Remove hardware-specific header updateJohn Efstathiades1-35/+16
2021-11-18lan78xx: Re-order rx_submit() to remove forward declarationJohn Efstathiades1-54/+52
2021-11-18lan78xx: Introduce Rx URB processing improvementsJohn Efstathiades1-116/+166
2021-11-18lan78xx: Introduce Tx URB processing improvementsJohn Efstathiades1-213/+461
2021-11-18lan78xx: Fix memory allocation bugJohn Efstathiades1-17/+21
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang2-31/+161
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang1-1/+31
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang7-37/+110
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang1-4/+213
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang1-10/+433
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang2-2/+53
2021-11-18net: mscc: ocelot: set vcap IS2 chain to goto PSFP chainXiaoliang Yang1-3/+14
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang2-19/+75
2021-11-18net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()Teng Qi1-0/+4
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of boundzhangyue1-13/+17
2021-11-18Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller8-113/+327
2021-11-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller3-136/+147