summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit6-14/+19
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook2-11/+7
2021-11-19mac80211_hwsim: Fix spelling mistake "Droping" -> "Dropping"Colin Ian King1-1/+1
2021-11-19Merge tag 'regmap-no-bus-update-bits' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-0/+1
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski87-417/+702
2021-11-18Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-319/+488
2021-11-18Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+6
2021-11-18ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
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_infob...Teng Qi1-0/+4
2021-11-18net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-11-18Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David 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
2021-11-18net: mdio: Replaced BUG_ON() with WARN()Florian Fainelli1-6/+10
2021-11-18e100: fix device suspend/resumeJesse Brandeburg1-5/+13
2021-11-18net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)1-48/+5
2021-11-18net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)1-35/+0
2021-11-18net: dpaa2-mac: populate supported_interfaces memberRussell King1-0/+21
2021-11-18net: ag71xx: use phylink_generic_validate()Russell King (Oracle)1-28/+3
2021-11-18net: ag71xx: remove interface checks in ag71xx_mac_validate()Russell King (Oracle)1-40/+1
2021-11-18net: ag71xx: populate supported_interfaces memberRussell King1-0/+26
2021-11-18net: stmmac: dwmac-qcom-ethqos: add platform level clocks managementBhupesh Sharma1-3/+23
2021-11-18ethernet: hisilicon: hns: hns_dsaf_misc: fix a possible array overflow in hns...Teng Qi1-0/+4
2021-11-18octeontx2-af: debugfs: don't corrupt user memoryDan Carpenter1-7/+10
2021-11-18i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-18i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-18i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2021-11-17stmmac: fix build due to brainos in trans_start changesAlexander Lobakin1-2/+2
2021-11-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl4-2/+23
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl6-84/+265
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl3-9/+9
2021-11-17ixgbevf: Improve error handling in mailboxRadoslaw Tyl3-5/+13
2021-11-17ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl3-23/+27
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak3-8/+74
2021-11-17i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-17i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2-2/+4
2021-11-17i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak1-44/+9