summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-04-07net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-04-07net: ipa: fix register write command validationAlex Elder1-8/+24
2021-04-07net: ipa: use a separate pointer for adjusted GSI memoryAlex Elder3-26/+28
2021-04-07net: ipa: remove two unused register definitionsAlex Elder1-10/+0
2021-04-07net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2021-04-07ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan1-2/+5
2021-04-07iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg3-22/+16
2021-04-07netdevsim: dev: Initialize FIB module after debugfsIdo Schimmel1-19/+21
2021-04-07rtw88: coex: 8821c: correct antenna switch functionGuo-Feng Fan1-8/+8
2021-04-07ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointerWen Gong1-2/+5
2021-04-07brcmfmac: clear EAP/association status bits on linkdown eventsLuca Pesce1-2/+5
2021-04-07can: tcan4x5x: fix max register valueSasha Levin1-1/+1
2021-04-07net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-04-07net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel4-4/+12
2021-04-07can: dev: move driver related infrastructure into separate subdirMarc Kleine-Budde4-6/+8
2021-04-07net: mvpp2: fix interrupt mask/unmask skip conditionSasha Levin1-2/+2
2021-03-30can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde1-2/+0
2021-03-30net: dsa: b53: VLAN filtering is global to all usersFlorian Fainelli1-7/+7
2021-03-30r8169: fix DMA being used after buffer free if WoL is enabledHeiner Kallweit1-2/+4
2021-03-30can: dev: Move device back to init netns on owning netns deleteMartin Willi1-0/+1
2021-03-30ch_ktls: fix enum-conversion warningArnd Bergmann1-1/+1
2021-03-30net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610MFlorian Fainelli1-0/+4
2021-03-30net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616SRobert Hancock1-12/+72
2021-03-30net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()Florian Fainelli1-38/+36
2021-03-30net: phy: introduce phydev->portMichael Walle9-4/+34
2021-03-30net: axienet: Fix probe error cleanupRobert Hancock1-11/+24
2021-03-30igb: avoid premature Rx buffer reuseLi RongQing1-7/+15
2021-03-30octeontx2-af: Fix memory leak of object bufColin Ian King1-1/+3
2021-03-30net/mlx5e: Fix error path for ethtool set-priv-flagAya Levin1-1/+5
2021-03-30net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak2-12/+35
2021-03-30net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel1-0/+10
2021-03-30net/mlx5: Add back multicast stats for uplink representorHuy Nguyen1-0/+7
2021-03-30net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizesCorentin Labbe1-0/+2
2021-03-30r8152: limit the RX buffer size of RTL8153A for USB 2.0Hayes Wang1-1/+4
2021-03-30igb: check timestamp validityJesse Brandeburg3-14/+32
2021-03-30net: cdc-phonet: fix data-interface release on probe failureJohan Hovold1-0/+2
2021-03-30octeontx2-af: fix infinite loop in unmapping NPC counterHariprasad Kelam1-1/+1
2021-03-30octeontx2-pf: Clear RSS enable flag on interace downGeetha sowjanya1-0/+5
2021-03-30octeontx2-af: Fix irq free in rvu teardownGeetha sowjanya1-2/+4
2021-03-30octeontx2-af: Remove TOS field from MKEX TXSubbaraya Sundeep1-2/+0
2021-03-30octeontx2-af: Formatting debugfs entry rsrc_alloc.Rakesh Babu1-17/+29
2021-03-30ionic: linearize tso skb with too many fragsShannon Nelson1-6/+7
2021-03-30nfp: flower: fix pre_tun mask id allocationLouis Peens1-7/+17
2021-03-30nfp: flower: add ipv6 bit to pre_tunnel control messageLouis Peens1-2/+13
2021-03-30nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2021-03-30can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun1-1/+1
2021-03-30can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun1-3/+0
2021-03-30can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2-24/+6
2021-03-30can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang1-1/+2