summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-25bnx2: Use kmalloc_size_roundup() to match ksize() usageKees Cook1-2/+3
2022-10-25net: ipa: check table memory regions earlierAlex Elder3-6/+14
2022-10-25net: ipa: kill ipa_table_valid()Alex Elder3-62/+0
2022-10-25net: ipa: introduce ipa_cmd_init()Alex Elder3-20/+25
2022-10-25net: ipa: verify table sizes fit in commands earlyAlex Elder3-8/+9
2022-10-25net: ipa: validate IPA table memory earlierAlex Elder1-4/+94
2022-10-25net: ipa: remove two memory region checksAlex Elder1-19/+0
2022-10-25net: ipa: kill two constant symbolsAlex Elder1-11/+4
2022-10-25ice: Enable RX queue selection using skbedit actionAmritha Nambiar4-109/+299
2022-10-25net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)1-23/+6
2022-10-25net: sfp: add sfp_modify_u8() helperRussell King (Oracle)1-9/+22
2022-10-25net: sfp: provide a definition for the power level select bitRussell King (Oracle)1-3/+3
2022-10-25net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)1-1/+3
2022-10-25net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)1-1/+2
2022-10-25net: sfp: check firmware provided max powerRussell King (Oracle)1-7/+11
2022-10-25bnxt_en: check and resize NVRAM UPDATE entry before flashingVikas Gupta1-0/+32
2022-10-25bnxt_en: add .get_module_eeprom_by_page() supportVikas Gupta2-7/+71
2022-10-25bnxt_en: Update firmware interface to 1.10.2.118Michael Chan1-65/+169
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski242-4238/+3680
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds20-99/+197
2022-10-24Merge tag 'pinctrl-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-15/+36
2022-10-24ptp: ocp: remove flash image header check fallbackVadim Fedorenko1-5/+2
2022-10-24ptp: ocp: expose config and temperature for ART cardVadim Fedorenko1-0/+136
2022-10-24ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko1-0/+20
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko1-0/+290
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko1-43/+67
2022-10-24net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong1-1/+0
2022-10-24ibmveth: Always stop tx queues during closeNick Child2-18/+1
2022-10-24net: fec: Add support for periodic output signal of PPSWei Fang2-2/+164
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen1-0/+9
2022-10-24mlxsw: Add support for 800Gbps link modesAmit Cohen2-0/+22
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen1-1/+10
2022-10-24net: microchip: sparx5: Adding KUNIT test for the VCAP APISteen Hegelund5-0/+1596
2022-10-24net: microchip: sparx5: Adding KUNIT test VCAP modelSteen Hegelund3-0/+5581
2022-10-24net: microchip: sparx5: Writing rules to the IS2 VCAPSteen Hegelund1-1/+425
2022-10-24net: microchip: sparx5: Adding basic rule management in VCAP APISteen Hegelund3-8/+316
2022-10-24net: microchip: sparx5: Adding port keyset config and callback interfaceSteen Hegelund3-0/+431
2022-10-24net: microchip: sparx5: Adding initial tc flower support for VCAP APISteen Hegelund10-4/+1011
2022-10-24net: microchip: sparx5: Adding IS2 VCAP register interfaceSteen Hegelund1-2/+458
2022-10-24net: microchip: sparx5: Adding IS2 VCAP model to VCAP APISteen Hegelund4-1/+1374
2022-10-24net: microchip: sparx5: Adding initial VCAP API supportSteen Hegelund9-2/+698
2022-10-24nfp: flower: tunnel neigh support bond offloadYanguo Li4-21/+114
2022-10-24net/mlx5e: Cleanup MACsec uninitialization routineLeon Romanovsky1-10/+1
2022-10-24atlantic: fix deadlock at aq_nic_stopÍñigo Huguet2-24/+74
2022-10-24net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa3-51/+101
2022-10-24net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa3-10/+183
2022-10-24net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa4-45/+451
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa2-37/+59
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa2-8/+22