summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2021-06-14Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman-397/+645
2021-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+10
2021-06-08Merge tag 'for-linus-5.13b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+6
2021-06-07xen-netback: take a reference to the RX task threadRoger Pau Monne-0/+6
2021-06-04cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy-7/+14
2021-06-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller-52/+26
2021-06-04wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld-131/+137
2021-06-04wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld-8/+38
2021-06-04wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld-84/+57
2021-06-04wireguard: allowedips: initialize list head in selftestJason A. Donenfeld-1/+2
2021-06-04wireguard: peer: allocate in kmem_cacheJason A. Donenfeld-4/+27
2021-06-04wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld-4/+4
2021-06-04wireguard: do not use -O3Jason A. Donenfeld-2/+1
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman-1/+4
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt-45/+6
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang-1/+6
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley-5/+8
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley-0/+2
2021-06-03virtio-net: fix for skb_over_panic inside big modeXuan Zhuo-1/+1
2021-06-03Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller-2/+2
2021-06-03Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux...David S. Miller-30/+138
2021-06-03cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy-9/+5
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory-0/+10
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski-3/+18
2021-06-03igc: add correct exception tracing for XDPMagnus Karlsson-6/+5
2021-06-03ixgbevf: add correct exception tracing for XDPMagnus Karlsson-0/+3
2021-06-03igb: add correct exception tracing for XDPMagnus Karlsson-4/+6
2021-06-03ixgbe: add correct exception tracing for XDPMagnus Karlsson-14/+16
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson-5/+15
2021-06-03i40e: add correct exception tracing for XDPMagnus Karlsson-3/+12
2021-06-03igb: Fix XDP with PTP enabledKurt Kanzenbach-33/+37
2021-06-03net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()Andy Shevchenko-2/+2
2021-06-02net: stmmac: fix issue where clk is being unprepared twiceWong Vee Khee-1/+0
2021-06-01net/mlx5: DR, Create multi-destination flow table with level less than 64Yevgeny Kliteynik-1/+2
2021-06-01net/mlx5e: Fix conflict with HW TS and CQE compressionAya Levin-0/+7
2021-06-01net/mlx5e: Fix HW TS with CQE compression according to profileAya Levin-15/+52
2021-06-01net/mlx5e: Fix adding encap rules to slow pathRoi Dayan-2/+8
2021-06-01net/mlx5e: Check for needed capability for cvlan matchingRoi Dayan-0/+9
2021-06-01net/mlx5: Check firmware sync reset requested is set before trying to abort itMoshe Shemesh-0/+3
2021-06-01net/mlx5e: Disable TLS offload for uplink representorRoi Dayan-0/+10
2021-06-01net/mlx5e: Fix incompatible castingAya Levin-2/+3
2021-06-01ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong-0/+1
2021-06-01virtio_net: get build_skb() buf by data ptrXuan Zhuo-11/+6
2021-06-01virtio-net: fix for unable to handle page fault for addressXuan Zhuo-1/+2
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman-523/+1270
2021-05-30net: stmmac: fix kernel panic due to NULL pointer dereference of mdio_bus_dataSriranjani P-2/+3
2021-05-30mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau-2/+1
2021-05-30mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi-11/+12
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-395/+1147
2021-05-25net: mvpp2: add buffer header handling in RXStefan Chulski-9/+67