summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-26r8152: fix writing USB_BP2_ENHayes Wang1-1/+1
2021-08-26net: mdio-mux: Handle -EPROBE_DEFER correctlySaravana Kannan1-2/+6
2021-08-26net: mdio-mux: Don't ignore memory allocation errorsSaravana Kannan1-10/+18
2021-08-26ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai1-1/+4
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu1-1/+3
2021-08-26virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang1-7/+7
2021-08-26virtio-net: support XDP when not more queuesXuan Zhuo1-13/+49
2021-08-26vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger1-0/+4
2021-08-26bnxt_en: Add missing DMA memory barriersMichael Chan1-0/+12
2021-08-26bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan1-0/+3
2021-08-26net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin1-0/+6
2021-08-26bnxt: count Tx dropsJakub Kicinski1-0/+2
2021-08-26bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski2-13/+27
2021-08-26bnxt: disable napi before canceling DIMJakub Kicinski1-2/+1
2021-08-26bnxt: don't lock the tx queue from napi pollJakub Kicinski1-22/+32
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-08-26net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov1-33/+75
2021-08-26qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-08-26ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2021-08-26ath: Modify ath_key_delete() to not need full key entryJouni Malinen5-23/+22
2021-08-26ath: Export ath_hw_keysetmac()Jouni Malinen2-2/+3
2021-08-26ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2021-08-26ath: Use safer key clearing with key cache entriesJouni Malinen1-1/+10
2021-08-18net: dsa: microchip: ksz8795: Use software untagging on CPU portBen Hutchings1-1/+8
2021-08-18net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on deletionBen Hutchings1-3/+0
2021-08-18net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings2-2/+54
2021-08-18net: dsa: microchip: ksz8795: Fix PVID tag insertionBen Hutchings1-5/+10
2021-08-18net: dsa: microchip: Fix probing KSZ87xx switch with DT node for host portBen Hutchings1-1/+1
2021-08-18net: dsa: sja1105: fix broken backpressure in .port_fdb_dumpVladimir Oltean1-1/+3
2021-08-18net: dsa: lantiq: fix broken backpressure in .port_fdb_dumpVladimir Oltean1-4/+10
2021-08-18net: dsa: lan9303: fix broken backpressure in .port_fdb_dumpVladimir Oltean1-15/+19
2021-08-18net: dsa: microchip: ksz8795: Fix VLAN filteringBen Hutchings1-0/+11
2021-08-18net: dsa: microchip: Fix ksz_read64()Ben Hutchings1-6/+2
2021-08-18net/mlx5: Fix return value from tracer initializationAya Levin1-2/+9
2021-08-18net/mlx5: Synchronize correct IRQ when destroying CQShay Drory6-21/+23
2021-08-18bareudp: Fix invalid read beyond skb's linear dataGuillaume Nault1-5/+11
2021-08-18iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
2021-08-18ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-18ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-08-18ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár1-1/+1
2021-08-18net: phy: micrel: Fix link detection on ksz87xx switch"Ben Hutchings1-2/+0
2021-08-18net: mvvp2: fix short frame size on s390John Hubbard1-1/+1
2021-08-18net: dsa: mt7530: add the missing RxUnicast MIB counterDENG Qingfang1-0/+1
2021-08-18ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu1-1/+1
2021-08-18ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu1-2/+2
2021-08-18net: ethernet: ti: cpsw: fix min eth packet size for non-switch use-casesGrygorii Strashko2-3/+8
2021-08-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
2021-08-15ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár1-4/+15
2021-08-12net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren1-3/+3
2021-08-12net: qede: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2