summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 ...Hao Chen2021-11-223-2/+60
* bnx2x: constify static inline stub for dev_addrJakub Kicinski2021-11-201-1/+1
* 82596: use eth_hw_addr_set()Jakub Kicinski2021-11-201-1/+2
* net: phy: add support for TI DP83561-SP phyHari Nagalla2021-11-201-20/+22
* ethernet: renesas: Use div64_ul instead of do_divYang Li2021-11-201-4/+2
* nfp: flower: correction of error handlingYu Xiao2021-11-191-20/+0
* sky2: use PCI VPD API in eeprom ethtool opsHeiner Kallweit2021-11-191-72/+12
* net: ipa: Use 'for_each_clear_bit' when possibleChristophe JAILLET2021-11-191-3/+1
* bnx2x: Use struct_group() for memcpy() regionKees Cook2021-11-192-7/+14
* cxgb4: Use struct_group() for memcpy() regionKees Cook2021-11-193-12/+13
* cxgb3: Use struct_group() for memcpy() regionKees Cook2021-11-191-3/+6
* net: phylink: add 1000base-KX to phylink_caps_to_linkmodes()Russell King (Oracle)2021-11-191-0/+1
* s390/lcs: add braces around empty function bodyHeiko Carstens2021-11-191-5/+6
* s390/ctcm: add __printf format attribute to ctcm_dbf_longtextHeiko Carstens2021-11-191-0/+1
* s390/ctcm: fix format stringHeiko Carstens2021-11-191-1/+1
* s390/qeth: allocate RX queue at probe timeJulian Wiedmann2021-11-191-18/+17
* natsemi: macsonic: use eth_hw_addr_set()Jakub Kicinski2021-11-191-10/+17
* cirrus: mac89x0: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+5
* apple: macmace: use eth_hw_addr_set()Jakub Kicinski2021-11-191-5/+9
* lasi_82594: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+4
* smc9194: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+4
* 8390: wd: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* 8390: mac8390: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* 8390: hydra: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* 8390: smc-ultra: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* amd: mvme147: use eth_hw_addr_set()Jakub Kicinski2021-11-191-6/+8
* amd: atarilance: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+5
* amd: hplance: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* amd: a2065/ariadne: use eth_hw_addr_set()Jakub Kicinski2021-11-192-17/+21
* amd: ni65: use eth_hw_addr_set()Jakub Kicinski2021-11-191-3/+5
* amd: lance: use eth_hw_addr_set()Jakub Kicinski2021-11-191-1/+3
* ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski2021-11-191-1/+1
* wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski2021-11-191-3/+3
* mlxsw: constify address in mlxsw_sp_port_dev_addr_setJakub Kicinski2021-11-191-1/+1
* net: ax88796c: don't write to netdev->dev_addr directlyJakub Kicinski2021-11-191-8/+10
* Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2021-11-191-0/+1
|\
| * regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith2021-11-151-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-1887-417/+702
|\ \
| * \ Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-1846-319/+488
| |\ \
| | * | ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-181-4/+5
| | * | net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi2021-11-181-0/+4
| | * | net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue2021-11-181-13/+17
| | * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller2021-11-183-136/+147
| | |\ \
| | | * | i40e: Fix display error code in dmesgGrzegorz Szczurek2021-11-181-3/+2
| | | * | i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski2021-11-181-40/+19
| | | * | i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek2021-11-181-32/+21
| | | * | i40e: Fix ping is lost after configuring ADq on VFEryk Rybak2021-11-173-8/+74
| | | * | i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak2021-11-171-12/+23
| | | * | i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2021-11-172-2/+4
| | | * | i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak2021-11-171-44/+9