summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-1742-644/+210
|\
| * bonding: force carrier update when releasing slaveZhang Changzhong2022-02-171-3/+2
| * nfp: flower: netdev offload check for ip6gretapDanie du Toit2022-02-171-0/+2
| * ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-2/+2
| * net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2022-02-172-2/+10
| * Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski2022-02-171-7/+16
| * net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas2022-02-171-0/+5
| * net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov2022-02-161-1/+1
| * CDC-NCM: avoid overflow in sanity checkingOliver Neukum2022-02-151-4/+4
| * net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean2022-02-151-1/+5
| * bonding: fix data-races around agg_select_timerEric Dumazet2022-02-151-5/+25
| * dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie2022-02-151-1/+1
| * dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix2022-02-151-1/+3
| * Merge tag 'ieee802154-for-net-2022-02-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2022-02-151-2/+2
| |\
| | * net: ieee802154: ca8210: Fix lifs/sifs periodsMiquel Raynal2022-02-021-2/+2
| * | net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang2022-02-151-3/+0
| * | USB: zaurus: support another broken ZaurusOliver Neukum2022-02-142-0/+24
| * | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-0/+7
| * | ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg2022-02-141-0/+6
| * | atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
| * | mctp: serial: Cancel pending work from ndo_uninit handlerJeremy Kerr2022-02-111-1/+8
| * | net: dsa: lan9303: fix reset on probeMans Rullgard2022-02-111-1/+1
| * | Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-02-1121-609/+85
| |\ \
| | * | iwlwifi: fix use-after-freeJohannes Berg2022-02-101-0/+2
| | * | iwlwifi: mvm: don't send SAR GEO command for 3160 devicesLuca Coelho2022-02-033-7/+9
| | * | iwlwifi: remove deprecated broadcast filtering featureLuca Coelho2022-02-038-565/+0
| | * | iwlwifi: mei: report RFKILL upon register when neededEmmanuel Grumbach2022-02-031-2/+8
| | * | iwlwifi: mvm: don't feed the hardware RFKILL into iwlmeiEmmanuel Grumbach2022-02-031-1/+1
| | * | iwlwifi: mei: retry mapping the shared areaEmmanuel Grumbach2022-02-031-9/+26
| | * | iwlwifi: mei: fix the pskb_may_pull check in ipv4Emmanuel Grumbach2022-02-031-2/+1
| | * | iwlwifi: pcie: gen2: fix locking when "HW not ready"Johannes Berg2022-02-031-2/+1
| | * | iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg2022-02-031-2/+1
| | * | iwlwifi: fix iwl_legacy_rate_to_fw_idxMiri Korenblit2022-02-032-16/+18
| | * | iwlwifi: mvm: fix condition which checks the version of rate_n_flagsMiri Korenblit2022-02-031-1/+1
| | * | mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_workJaeMan Park2022-01-311-0/+9
| | * | mac80211_hwsim: report NOACK frames in tx_statusBenjamin Beichler2022-01-311-0/+4
| | * | brcmfmac: firmware: Fix crash in brcm_alt_fw_pathPhil Elwell2022-01-281-2/+4
* | | | Merge tag 'usb-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-02-121-29/+39
|\ \ \ \ | |/ / / |/| | |
| * | | net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn2022-02-111-29/+39
* | | | net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregisterVladimir Oltean2022-02-101-2/+2
* | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-02-105-16/+53
|\ \ \ \
| * | | | ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2022-02-102-1/+5
| * | | | ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman2022-02-101-6/+28
| * | | | ice: fix IPIP and SIT TSO offloadJesse Brandeburg2022-02-102-8/+18
| * | | | ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter2022-02-101-1/+2
* | | | | net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster2022-02-101-4/+7
|/ / / /
* | | | dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa2022-02-101-2/+2
* | | | net: macb: Align the dma and coherent dma masksMarc St-Amand2022-02-101-1/+1
* | | | net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao2022-02-091-0/+2
* | | | net: amd-xgbe: disable interrupts during pci removalRaju Rangoju2022-02-091-0/+3