aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Revert "net: hns3: fix pause config problem after autoneg disabled"Gravatar Guangbin Huang 5-57/+10
2021-10-28octeontx2-af: Fix possible null pointer dereference.Gravatar Rakesh Babu Saladi 2-1/+4
2021-10-28octeontx2-af: Display all enabled PF VF rsrc_alloc entries.Gravatar Rakesh Babu 1-32/+106
2021-10-28octeontx2-af: Check whether ipolicers existsGravatar Subbaraya Sundeep 1-0/+8
2021-10-28net: ethernet: microchip: lan743x: Fix skb allocation failureGravatar Yuiko Oshino 1-4/+9
2021-10-28nfp: bpf: relax prog rejection for mtu check through max_pkt_offsetGravatar Yu Xiao 3-9/+26
2021-10-28vmxnet3: do not stop tx queues after netif_device_detach()Gravatar Dongli Zhang 1-1/+0
2021-10-27r8169: Add device 10ec:8162 to driver r8169Gravatar Janghyub Seo 1-0/+1
2021-10-27usbnet: fix error return code in usbnet_probe()Gravatar Wang Hai 1-0/+1
2021-10-27net: hns3: adjust string spaces of some parameters of tx bd info in debugfsGravatar Guangbin Huang 1-3/+3
2021-10-27net: hns3: expand buffer len for some debugfs commandGravatar Guangbin Huang 1-3/+3
2021-10-27net: hns3: add more string spaces for dumping packets number of queue info in...Gravatar Jie Wang 1-2/+2
2021-10-27net: hns3: fix data endian problem of some functions of debugfsGravatar Jie Wang 1-16/+14
2021-10-27net: hns3: ignore reset event before initialization process is doneGravatar Guangbin Huang 3-0/+5
2021-10-27net: hns3: change hclge/hclgevf workqueue to WQ_UNBOUND modeGravatar Yufeng Mo 3-31/+6
2021-10-27net: hns3: fix pause config problem after autoneg disabledGravatar Guangbin Huang 5-10/+57
2021-10-26net: lan78xx: fix division by zero in send pathGravatar Johan Hovold 1-0/+6
2021-10-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar David S. Miller 2-14/+7
2021-10-25mlxsw: pci: Recycle received packet upon allocation failureGravatar Ido Schimmel 1-13/+12
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Gravatar Yongxin Liu 1-0/+3
2021-10-25ice: Respond to a NETDEV_UNREGISTER event for LAGGravatar Dave Ertman 1-14/+4
2021-10-25xen/netfront: stop tx queues during live migrationGravatar Dongli Zhang 1-0/+8
2021-10-25net: nxp: lpc_eth.c: avoid hang when bringing interface downGravatar Trevor Woerner 1-3/+2
2021-10-25phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsGravatar Andrew Lunn 1-1/+3
2021-10-25phy: phy_start_aneg: Add an unlocked versionGravatar Andrew Lunn 1-6/+24
2021-10-25phy: phy_ethtool_ksettings_set: Move after phy_start_anegGravatar Andrew Lunn 1-53/+53
2021-10-25phy: phy_ethtool_ksettings_get: Lock the phy for consistencyGravatar Andrew Lunn 1-0/+2
2021-10-24net: ethernet: microchip: lan743x: Fix dma allocation failure by using dma_se...Gravatar Yuiko Oshino 1-0/+20
2021-10-24net: ethernet: microchip: lan743x: Fix driver crash when lan743x_pm_resume failsGravatar Yuiko Oshino 1-0/+2
2021-10-21usbnet: sanity check for maxpacketGravatar Oliver Neukum 1-0/+4
2021-10-21net: enetc: make sure all traffic classes can send large framesGravatar Vladimir Oltean 1-1/+4
2021-10-21net: enetc: fix ethtool counter name for PM0_TERRGravatar Vladimir Oltean 1-1/+1
2021-10-21sfc: Don't use netif_info before net_device setupGravatar Erik Ekman 2-3/+3
2021-10-21sfc: Export fibre-specific supported link modesGravatar Erik Ekman 1-11/+26
2021-10-21Merge tag 'mlx5-fixes-2021-10-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 11-54/+85
2021-10-20net/mlx5e: IPsec: Fix work queue entry ethernet segment checksum flagsGravatar Emeel Hakim 1-9/+11
2021-10-20net/mlx5e: IPsec: Fix a misuse of the software parser's fieldsGravatar Emeel Hakim 1-24/+27
2021-10-20net/mlx5e: Fix vlan data lost during suspend flowGravatar Moshe Shemesh 3-12/+26
2021-10-20net/mlx5: E-switch, Return correct error code on group creation failureGravatar Dmytro Linkin 1-4/+3
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveGravatar Maor Dickman 5-5/+18
2021-10-20ice: Add missing E810 device idsGravatar Tony Nguyen 3-0/+8
2021-10-20igc: Update I226_K device IDGravatar Sasha Neftin 1-1/+1
2021-10-20e1000e: Fix packet loss on Tiger Lake and laterGravatar Sasha Neftin 2-1/+13
2021-10-20e1000e: Separate TGP board type from SPTGravatar Sasha Neftin 3-23/+46
2021-10-20net: stmmac: Fix E2E delay mechanismGravatar Kurt Kanzenbach 1-1/+1
2021-10-20net: hns3: disable sriov before unload hclge layerGravatar Peng Li 3-0/+23
2021-10-20net: hns3: fix vf reset workqueue cannot exitGravatar Yufeng Mo 1-3/+3
2021-10-20net: hns3: schedule the polling again when allocation failsGravatar Yunsheng Lin 1-10/+12
2021-10-20net: hns3: fix for miscalculation of rx unused descGravatar Yunsheng Lin 2-0/+9
2021-10-20net: hns3: fix the max tx size according to user manualGravatar Yunsheng Lin 2-9/+4