summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ethtool: stats: Use struct_group() to clear all stats at onceKees Cook2021-11-191-8/+7
* net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook2021-11-192-5/+7
* ipv6: Use memset_after() to zero rt6_infoKees Cook2021-11-191-3/+1
* net: 802: Use memset_startat() to clear struct fieldsKees Cook2021-11-191-1/+1
* net: dccp: Use memset_startat() for TP zeroingKees Cook2021-11-191-3/+1
* 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
* Merge branch 's390-next'David S. Miller2021-11-196-105/+106
|\
| * 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
| * net/af_iucv: fix kernel doc commentsHeiko Carstens2021-11-191-19/+19
| * net/iucv: fix kernel doc commentsHeiko Carstens2021-11-191-62/+62
| * s390/qeth: allocate RX queue at probe timeJulian Wiedmann2021-11-191-18/+17
|/
* Merge branch 'hw_addr_set-arch'David S. Miller2021-11-1916-55/+96
|\
| * 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
|/
* Merge branch 'dev_addr-const-x86'David S. Miller2021-11-194-13/+15
|\
| * 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-192-0/+8
|\
| * regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith2021-11-152-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-18795-19847/+38236
|\ \
| * \ Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-18102-507/+1314
| |\ \
| | * | 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