summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \
| | | * | | net/mlx5e: Add capability check for vnic countersLama Kayal2023-08-071-49/+67
| | | * | | net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh2023-08-071-1/+1
| | | * | | net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh2023-08-071-0/+5
| | | * | | net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory2023-08-071-1/+1
| | | * | | net/mlx5e: Unoffload post act rule when handling FIB eventsChris Mi2023-08-071-2/+4
| | | * | | net/mlx5: Fix devlink controller number for ECVFDaniel Jurgens2023-08-071-1/+1
| | | * | | net/mlx5: Allow 0 for total host VFsDaniel Jurgens2023-08-071-2/+1
| | | * | | net/mlx5: Return correct EC_VF function IDDaniel Jurgens2023-08-071-1/+1
| | | * | | net/mlx5: DR, Fix wrong allocation of modify hdr patternYevgeny Kliteynik2023-08-071-1/+1
| | | * | | net/mlx5e: TC, Fix internal port memory leakJianbo Liu2023-08-071-8/+13
| | | * | | net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()Gal Pressman2023-08-071-0/+11
| | * | | | net: hns3: fix deadlock issue when externel_lb and reset are executed togetherYonglong Liu2023-08-081-1/+13
| | * | | | net: hns3: add wait until mac link downJie Wang2023-08-081-1/+9
| | * | | | net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang2023-08-081-5/+9
| | * | | | net: hns3: restore user pause configure when disable autonegJian Shen2023-08-083-2/+6
| | * | | | net: marvell: prestera: fix handling IPv4 routes with nhidJonas Gorski2023-08-071-7/+7
| | * | | | drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner2023-08-071-1/+1