summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: hns3: fix pause config problem after autoneg disabled"Guangbin Huang2021-10-285-57/+10
* octeontx2-af: Fix possible null pointer dereference.Rakesh Babu Saladi2021-10-282-1/+4
* octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Rakesh Babu2021-10-281-32/+106
* octeontx2-af: Check whether ipolicers existsSubbaraya Sundeep2021-10-281-0/+8
* net: ethernet: microchip: lan743x: Fix skb allocation failureYuiko Oshino2021-10-281-4/+9
* nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetYu Xiao2021-10-283-9/+26
* vmxnet3: do not stop tx queues after netif_device_detach()Dongli Zhang2021-10-281-1/+0
* r8169: Add device 10ec:8162 to driver r8169Janghyub Seo2021-10-281-0/+1
* usbnet: fix error return code in usbnet_probe()Wang Hai2021-10-271-0/+1
* net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGuangbin Huang2021-10-271-3/+3
* net: hns3: expand buffer len for some debugfs commandGuangbin Huang2021-10-271-3/+3
* net: hns3: add more string spaces for dumping packets number of queue info in...Jie Wang2021-10-271-2/+2
* net: hns3: fix data endian problem of some functions of debugfsJie Wang2021-10-271-16/+14
* net: hns3: ignore reset event before initialization process is doneGuangbin Huang2021-10-273-0/+5
* net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeYufeng Mo2021-10-273-31/+6
* net: hns3: fix pause config problem after autoneg disabledGuangbin Huang2021-10-275-10/+57
* net: lan78xx: fix division by zero in send pathJohan Hovold2021-10-261-0/+6
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-10-262-14/+7
|\
| * ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu2021-10-251-0/+3
| * ice: Respond to a NETDEV_UNREGISTER event for LAGDave Ertman2021-10-251-14/+4
* | mlxsw: pci: Recycle received packet upon allocation failureIdo Schimmel2021-10-261-13/+12
|/
* xen/netfront: stop tx queues during live migrationDongli Zhang2021-10-251-0/+8
* net: nxp: lpc_eth.c: avoid hang when bringing interface downTrevor Woerner2021-10-251-3/+2
* phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn2021-10-251-1/+3
* phy: phy_start_aneg: Add an unlocked versionAndrew Lunn2021-10-251-6/+24
* phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn2021-10-251-53/+53
* phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn2021-10-251-0/+2
* net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Yuiko Oshino2021-10-241-0/+20
* net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsYuiko Oshino2021-10-241-0/+2
* usbnet: sanity check for maxpacketOliver Neukum2021-10-211-0/+4
* net: enetc: make sure all traffic classes can send large framesVladimir Oltean2021-10-211-1/+4
* net: enetc: fix ethtool counter name for PM0_TERRVladimir Oltean2021-10-211-1/+1
* sfc: Don't use netif_info before net_device setupErik Ekman2021-10-212-3/+3
* sfc: Export fibre-specific supported link modesErik Ekman2021-10-211-11/+26
* Merge tag 'mlx5-fixes-2021-10-20' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-10-2111-54/+85
|\
| * net/mlx5e: IPsec: Fix work queue entry ethernet segment checksum flagsEmeel Hakim2021-10-201-9/+11
| * net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsEmeel Hakim2021-10-201-24/+27
| * net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh2021-10-203-12/+26
| * net/mlx5: E-switch, Return correct error code on group creation failureDmytro Linkin2021-10-201-4/+3
| * net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman2021-10-205-5/+18
* | ice: Add missing E810 device idsTony Nguyen2021-10-203-0/+8
* | igc: Update I226_K device IDSasha Neftin2021-10-201-1/+1
* | e1000e: Fix packet loss on Tiger Lake and laterSasha Neftin2021-10-202-1/+13
* | e1000e: Separate TGP board type from SPTSasha Neftin2021-10-203-23/+46
|/
* net: stmmac: Fix E2E delay mechanismKurt Kanzenbach2021-10-201-1/+1
* net: hns3: disable sriov before unload hclge layerPeng Li2021-10-203-0/+23
* net: hns3: fix vf reset workqueue cannot exitYufeng Mo2021-10-201-3/+3
* net: hns3: schedule the polling again when allocation failsYunsheng Lin2021-10-201-10/+12
* net: hns3: fix for miscalculation of rx unused descYunsheng Lin2021-10-202-0/+9
* net: hns3: fix the max tx size according to user manualYunsheng Lin2021-10-202-9/+4