summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ethernet: atarilance: mark init function staticArnd Bergmann2023-08-111-1/+1
* ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann2023-08-111-2/+1
* net: dsa: rzn1-a5psw: add vlan supportClément Léger2023-08-112-3/+171
* net: dsa: rzn1-a5psw: add support for .port_bridge_flagsClément Léger2023-08-111-2/+58
* net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolutionClément Léger2023-08-111-6/+8
* octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam2023-08-112-18/+12
* bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao2023-08-111-2/+1
* bonding: use bond_set_slave_arr to simplify codeZhengchao Shao2023-08-111-25/+2
* bonding: remove redundant NULL check in debugfs functionZhengchao Shao2023-08-111-9/+0
* bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao2023-08-111-1/+1
* bonding: add modifier to initialization function and exit functionZhengchao Shao2023-08-113-5/+5
* net/marvell: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-111-1/+1
* net/xgene: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-111-1/+1
* net: mana: Add gdma stats to ethtool output for manaShradha Gupta2023-08-112-0/+55
* octeon_ep: Add control plane host and firmware versions.Sathesh Edara2023-08-115-3/+64
* octeontx2-af: Harden rule validation.Ratheesh Kannoth2023-08-111-1/+3
* net: ftmac100: add multicast filtering possibilitySergei Antonov2023-08-111-5/+45
* tun: avoid high-order page allocation for packet headerTahsin Erdogan2023-08-101-1/+4
* net: ethernet: 8390: ne2k-pci: use module_pci_driver() macroYang Yingliang2023-08-101-15/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-75/+20
|\
| * Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipJakub Kicinski2023-08-101-75/+20
| |\
| | * driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)2023-08-101-8/+2
| | * driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)2023-08-101-68/+19
* | | net: stmmac: xgmac: RX queue routing configurationFurong Xu2023-08-102-2/+44
* | | leds: trig-netdev: Disable offload on deactivation of triggerAndrew Lunn2023-08-101-0/+2
* | | net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn2023-08-101-0/+281
* | | net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn2023-08-101-0/+68
* | | led: trig: netdev: Fix requesting offload deviceAndrew Lunn2023-08-101-3/+5
* | | net: mhi: Remove redundant initialization owner in mhi_net_driverLi Zetao2023-08-101-1/+0
* | | net: stmmac: dwmac-imx: pause the TXC clock in fixed-linkShenwei Wang2023-08-101-0/+43
* | | net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang2023-08-1013-17/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-1093-613/+1098
|\| |
| * | Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1042-219/+501
| |\ \
| | * | net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-102-4/+4
| | * | ibmvnic: Ensure login failure recovery is safe from other resetsNick Child2023-08-101-21/+47
| | * | ibmvnic: Do partial reset on login failureNick Child2023-08-101-6/+40
| | * | ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child2023-08-101-5/+10
| | * | ibmvnic: Unmap DMA login rsp buffer on send login failNick Child2023-08-101-1/+4
| | * | ibmvnic: Enforce stronger sanity checks on login responseNick Child2023-08-101-0/+18
| | * | net: mana: Fix MANA VF unload when hardware is unresponsiveSouradeep Chakrabarti2023-08-101-4/+33
| | * | Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-093-3/+7
| | |\ \
| | | * | wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong2023-08-091-2/+1
| | | * | wifi: rtw89: fix 8852AE disconnection caused by RX full flagsPing-Ke Shih2023-08-081-1/+1
| | | * | wifi: brcm80211: handle params_v1 allocation failurePetr Tesarik2023-08-081-0/+5
| | * | | net: enetc: remove of_device_is_available() handlingVladimir Oltean2023-08-091-12/+0
| | * | | net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean2023-08-091-30/+73
| | * | | PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2023-08-092-6/+3
| | * | | iavf: fix potential races for FDIR filtersPiotr Gardocki2023-08-082-4/+12
| | * | | igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2023-08-082-2/+36
| | * | | Merge tag 'mlx5-fixes-2023-08-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-08-0811-66/+106
| | |\ \ \