summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-27/+25
* ice: Use the xsk batched rx allocation interfaceMagnus Karlsson2021-09-281-25/+19
* ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2021-09-282-39/+33
* net: phy: bcm7xxx: Add EPHY entry for 72165Florian Fainelli2021-09-171-0/+201
* ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()Nathan Chancellor2021-09-171-2/+2
* net: microchip: encx24j600: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-171-1/+0
* devlink: Delete not-used devlink APIsLeon Romanovsky2021-09-171-32/+0
* net: stmmac: dwmac-visconti: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-171-4/+3
* octeontx2-af: Remove redundant initialization of variable blkaddrColin Ian King2021-09-171-1/+1
* octeontx2-af: Fix uninitialized variable valColin Ian King2021-09-171-1/+2
* net: e1000e: solve insmod 'Unknown symbol mutex_lock' errorHao Chen2021-09-171-0/+1
* net: netsec: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-171-12/+9
* net: phy: broadcom: Enable 10BaseT DAC early wakeFlorian Fainelli2021-09-171-0/+47
* net: dsa: b53: Drop unused "cpu_port" fieldRafał Miłecki2021-09-172-29/+0
* net: dsa: b53: Improve flow control setup on BCM5301xRafał Miłecki2021-09-171-1/+1
* net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP portRafał Miłecki2021-09-171-6/+0
* net: dsa: b53: Include all ports in "enabled_ports"Rafał Miłecki2021-09-171-12/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-16458-6639/+19523
|\
| * Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1643-142/+366
| |\
| | * mlxbf_gige: clear valid_polarity upon openDavid Thompson2021-09-161-0/+7
| | * igc: fix tunnel offloadingPaolo Abeni2021-09-161-1/+3
| | * net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen2021-09-163-9/+0
| | * net: wan: wanxl: define CROSS_COMPILE_M68KAdam Borowski2021-09-161-0/+2
| | * Revert "net: phy: Uniform PHY driver access"Vladimir Oltean2021-09-161-1/+3
| | * ptp: dp83640: don't define PAGE0Randy Dunlap2021-09-151-1/+1
| | * bnx2x: Fix enabling network interfaces without VFsAdrian Bunk2021-09-151-1/+1
| | * net: hns3: fix the timing issue of VF clearing interrupt sourcesJiaran Zhang2021-09-131-3/+3
| | * net: hns3: fix the exception when query imp infoJiaran Zhang2021-09-131-0/+4
| | * net: hns3: disable mac in flr processYufeng Mo2021-09-131-2/+3
| | * net: hns3: change affinity_mask to numa node rangeYufeng Mo2021-09-131-6/+8
| | * net: hns3: pad the short tunnel frame before sending to hardwareYufeng Mo2021-09-131-2/+6
| | * net: hns3: add option to turn off page pool featureYunsheng Lin2021-09-131-1/+5
| | * net: dsa: lantiq_gswip: Add 200ms assert delayAleksander Jan Bajkowski2021-09-131-0/+6
| | * bnxt_en: Clean up completion ring page arrays completelyMichael Chan2021-09-131-0/+8
| | * bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()Edwin Peer2021-09-131-0/+13
| | * bnxt_en: Fix error recovery regressionMichael Chan2021-09-131-4/+8
| | * net: mana: Prefer struct_size over open coded arithmeticLen Baker2021-09-121-3/+1
| | * net: dsa: qca8k: fix kernel panic with legacy mdio mappingAnsuel Smith2021-09-121-8/+22
| | * net: stmmac: allow CSR clock of 300MHzJesper Nilsson2021-09-111-1/+1
| | * qlcnic: Remove redundant initialization of variable retColin Ian King2021-09-101-1/+1
| | * qed: Handle management FW errorShai Malin2021-09-101-1/+5
| | * r6040: Restore MDIO clock frequency after MAC resetFlorian Fainelli2021-09-101-1/+8
| | * ice: Correctly deal with PFs that do not support RDMADave Ertman2021-09-102-0/+8
| | * net: ni65: Avoid typecast of pointer to u32Guenter Roeck2021-09-091-1/+1
| | * sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet2021-09-093-40/+58
| | * sfc: fallback for lack of xdp tx queuesÍñigo Huguet2021-09-093-19/+64
| | * net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEPJoakim Zhang2021-09-091-2/+2
| | * net: macb: fix use after free on rmmodTong Zhang2021-09-091-1/+1
| | * ibmvnic: check failover_pending in login responseSukadev Bhattiprolu2021-09-091-0/+8
| | * vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-091-1/+10