summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-044-7/+14
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-045-52/+26
|\
| * ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-041-1/+4
| * ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-041-45/+6
| * ice: handle the VF VSI rebuild failureHaiyue Wang2021-06-041-1/+6
| * ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2021-06-042-5/+8
| * ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-041-0/+2
* | wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2021-06-043-131/+137
* | wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2021-06-043-8/+38
* | wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2021-06-042-84/+57
* | wireguard: allowedips: initialize list head in selftestJason A. Donenfeld2021-06-041-1/+2
* | wireguard: peer: allocate in kmem_cacheJason A. Donenfeld2021-06-043-4/+27
* | wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2021-06-042-4/+4
* | wireguard: do not use -O3Jason A. Donenfeld2021-06-041-2/+1
|/
* virtio-net: fix for skb_over_panic inside big modeXuan Zhuo2021-06-031-1/+1
* Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-031-2/+2
|\
| * net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()Andy Shevchenko2021-06-031-2/+2
* | Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-0311-30/+138
|\ \
| * | mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau2021-05-301-2/+1
| * | mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi2021-05-303-11/+12
| * | mt76: validate rx A-MSDU subframesFelix Fietkau2021-05-151-0/+26
| * | mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi2021-05-151-4/+77
| * | mt76: mt7921: fix max aggregation subframes settingFelix Fietkau2021-05-151-2/+2
| * | mt76: connac: fix HT A-MPDU setting field in STA_REC_PHYFelix Fietkau2021-05-151-0/+4
| * | mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi2021-05-152-4/+6
| * | mt76: mt7921: fix possible AOOB issue in mt7921_mcu_tx_rate_reportLorenzo Bianconi2021-05-151-7/+10
* | | cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy2021-06-031-9/+5
* | | ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski2021-06-033-3/+18
* | | igc: add correct exception tracing for XDPMagnus Karlsson2021-06-031-6/+5
* | | ixgbevf: add correct exception tracing for XDPMagnus Karlsson2021-06-031-0/+3
* | | igb: add correct exception tracing for XDPMagnus Karlsson2021-06-031-4/+6
* | | ixgbe: add correct exception tracing for XDPMagnus Karlsson2021-06-032-14/+16
* | | ice: add correct exception tracing for XDPMagnus Karlsson2021-06-032-5/+15
* | | i40e: add correct exception tracing for XDPMagnus Karlsson2021-06-032-3/+12
* | | igb: Fix XDP with PTP enabledKurt Kanzenbach2021-06-033-33/+37
* | | net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee2021-06-021-1/+0
* | | net/mlx5: DR, Create multi-destination flow table with level less than 64Yevgeny Kliteynik2021-06-011-1/+2
* | | net/mlx5e: Fix conflict with HW TS and CQE compressionAya Levin2021-06-011-0/+7
* | | net/mlx5e: Fix HW TS with CQE compression according to profileAya Levin2021-06-011-15/+52
* | | net/mlx5e: Fix adding encap rules to slow pathRoi Dayan2021-06-013-2/+8
* | | net/mlx5e: Check for needed capability for cvlan matchingRoi Dayan2021-06-011-0/+9
* | | net/mlx5: Check firmware sync reset requested is set before trying to abort itMoshe Shemesh2021-06-011-0/+3
* | | net/mlx5e: Disable TLS offload for uplink representorRoi Dayan2021-06-011-0/+10
* | | net/mlx5e: Fix incompatible castingAya Levin2021-06-011-2/+3
* | | ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong2021-06-011-0/+1
* | | virtio_net: get build_skb() buf by data ptrXuan Zhuo2021-06-011-11/+6
* | | virtio-net: fix for unable to handle page fault for addressXuan Zhuo2021-06-011-1/+2
* | | net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P2021-05-301-2/+3
* | | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2672-395/+1147
|\ \ \
| * | | net: mvpp2: add buffer header handling in RXStefan Chulski2021-05-252-9/+67