summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2022-11-29net: pcs: altera-tse: remove unnecessary register definitionsMaxime Chevallier-9/+0
2022-11-29net: pcs: altera-tse: don't set the speed for 1000BaseXMaxime Chevallier-1/+0
2022-11-29net: pcs: altera-tse: use read_poll_timeout to wait for resetMaxime Chevallier-8/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1439/+2613
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-197/+331
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda-0/+1
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi-2/+4
2022-11-29Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"Saeed Mahameed-0/+16
2022-11-29nfp: ethtool: support reporting link modesYu Xiao-0/+173
2022-11-29net: microchip: vcap: Implement w32beHoratiu Vultur-4/+112
2022-11-29net: lan966x: Add port keyset config and callback interfaceHoratiu Vultur-0/+366
2022-11-29net: lan966x: add tc matchall goto actionHoratiu Vultur-1/+70
2022-11-29net: lan966x: add tc flower support for VCAP APIHoratiu Vultur-1/+421
2022-11-29net: lan966x: add vcap registersHoratiu Vultur-0/+199
2022-11-29net: lan966x: Add is2 vcap model to vcap API.Horatiu Vultur-1/+1624
2022-11-29net: lan966x: Add initial VCAPHoratiu Vultur-1/+47
2022-11-29net: microchip: vcap: Extend vcap with lan966xHoratiu Vultur-56/+146
2022-11-29net: microchip: vcap: Merge the vcap_ag_api_kunit.h into vcap_ag_api.hHoratiu Vultur-720/+393
2022-11-29net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functionsShang XiaoJing-3/+3
2022-11-29net: tun: Fix use-after-free in tun_detach()Shigeru Yoshida-1/+3
2022-11-29net: ethernet: mtk_wed: add reset to tx_ring_setup callbackLorenzo Bianconi-9/+12
2022-11-29net: ethernet: mtk_wed: add mtk_wed_rx_reset routineLorenzo Bianconi-37/+162
2022-11-29net: ethernet: mtk_wed: update mtk_wed_stopLorenzo Bianconi-9/+23
2022-11-29net: ethernet: mtk_wed: move MTK_WDMA_RESET_IDX_TX configuration in mtk_wdma_...Lorenzo Bianconi-11/+4
2022-11-29net: ethernet: mtk_wed: return status value in mtk_wdma_rx_resetLorenzo Bianconi-13/+12
2022-11-29net: mvpp2: Consider NVMEM cells as possible MAC address sourceMiquel Raynal-0/+7
2022-11-29net: marvell: prestera: Avoid unnecessary DT lookupsMiquel Raynal-11/+4
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang-1/+2
2022-11-28dsa: lan9303: Correct stat nameJerry Ray-1/+1
2022-11-28Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-14/+46
2022-11-28Revert "net: stmmac: use sysfs_streq() instead of strncmp()"Vladimir Oltean-9/+9
2022-11-28net: usb: cdc_ether: add u-blox 0x1343 compositionDavide Tronchin-0/+6
2022-11-28Merge tag 'devicetree-fixes-for-6.1-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+3
2022-11-28net: wwan: iosm: fix incorrect skb lengthM Chetan Kumar-7/+11
2022-11-28net: wwan: iosm: fix crash in peek throughput testM Chetan Kumar-3/+2
2022-11-28net: wwan: iosm: fix dma_alloc_coherent incompatible pointer typeM Chetan Kumar-1/+1
2022-11-28net: wwan: iosm: fix kernel test robot reported errorM Chetan Kumar-2/+1
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)-6/+16
2022-11-28net: ethernet: nixge: fix NULL dereferenceYuri Karpov-14/+15
2022-11-28net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can-1/+8
2022-11-28octeontx2-pf: Add support to filter packet based on IP fragmentSuman Ghosh-4/+71
2022-11-28net: ethernet: mtk_wed: add wcid overwritten support for wed v1Sujuan Chen-5/+10
2022-11-28net: ethernet: ti: am65-cpsw: fix error handling in am65_cpsw_nuss_probe()Zhang Changzhong-1/+1
2022-11-28Merge tag 'mlx5-fixes-2022-11-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-94/+105
2022-11-28Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller-8/+37
2022-11-27Merge tag 'usb-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-81/+46
2022-11-27Merge tag 'char-misc-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-25/+37
2022-11-27Merge tag 'timers_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+5
2022-11-27Merge tag 'x86_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+70
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang-0/+1