aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter1-4/+5
2022-07-28net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis3-15/+16
2022-07-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski5-48/+16
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-27virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-07-26ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2-40/+2
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-07-26octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep1-12/+18
2022-07-26octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham1-21/+55
2022-07-25i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-25net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_txsa()Jianglei Nie1-2/+2
2022-07-25macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-07-25macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-07-25macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2
2022-07-25macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca1-1/+2
2022-07-25net: ipa: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-25nfp: bpf: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-21net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He1-0/+1
2022-07-21net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean1-1/+1
2022-07-20Merge tag 'linux-can-fixes-for-5.19-20220720' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller2-5/+14
2022-07-20mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel1-1/+1
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima1-1/+1
2022-07-20ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima1-1/+1
2022-07-20can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He1-0/+1
2022-07-20can: mcp251xfd: fix detection of mcp251863Marc Kleine-Budde1-5/+13
2022-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski5-26/+81
2022-07-19net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get_wdma_infoLorenzo Bianconi1-0/+3
2022-07-19r8152: fix a WOL issueHayes Wang1-2/+14
2022-07-19amt: do not use amt->nr_tunnels outside of lockTaehee Yoo1-3/+6
2022-07-19amt: drop unexpected multicast dataTaehee Yoo1-0/+3
2022-07-19amt: drop unexpected query messageTaehee Yoo1-1/+13
2022-07-19amt: drop unexpected advertisement messageTaehee Yoo1-0/+5
2022-07-19amt: add missing regeneration nonce logic in request logicTaehee Yoo1-0/+4
2022-07-19amt: use READ_ONCE() in amt moduleTaehee Yoo1-7/+8
2022-07-19amt: remove unnecessary locksTaehee Yoo1-27/+5
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo1-15/+144
2022-07-19net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel1-0/+10
2022-07-19net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel1-0/+16
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-18net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee1-8/+0
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-18i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-18net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZETom Rix1-1/+1
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur1-11/+23
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur1-7/+12
2022-07-18net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur1-4/+20