summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds18-47/+76
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin1-2/+2
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-08-11mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak1-7/+0
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2-2/+14
2022-08-09mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+2
2022-08-09net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-08-09net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle1-1/+1
2022-08-08tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder1-4/+4
2022-08-08tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder1-1/+1
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2-2/+2
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-5/+4
2022-08-05net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2022-08-05eth: fix the help in Wangxun's KconfigJakub Kicinski1-3/+3
2022-08-05octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2-5/+15
2022-08-05octeontx2-af: Fix key checking for source macSubbaraya Sundeep1-1/+2
2022-08-05octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2-0/+12
2022-08-05octeontx2-af: suppress external profile loading warningHarman Kalra1-1/+1
2022-08-05octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach1-3/+4
2022-08-05bnxt_en: Remove duplicated include bnxt_devlink.cYang Li1-1/+0
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-15/+31
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds46-618/+55
2022-08-03nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt1-1/+0
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni15-38/+122
2022-08-02net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy1-0/+14
2022-08-01net: marvell: prestera: remove reduntant codeSebin Sebastian1-1/+1
2022-08-01octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep1-1/+1
2022-08-01net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET1-0/+1
2022-08-01net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-08-01net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen1-1/+1
2022-08-01nfp: flower: add support for tunnel offload without key IDBaowen Zheng1-7/+8
2022-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski7-88/+75
2022-08-01net/funeth: Tx handling of XDP with fragments.Dimitris Michailidis1-10/+20
2022-08-01net/funeth: Unify skb/XDP packet mapping.Dimitris Michailidis1-15/+17
2022-08-01net/funeth: Unify skb/XDP gather list writing.Dimitris Michailidis1-15/+31
2022-08-01net/funeth: Unify skb/XDP Tx packet unmapping.Dimitris Michailidis1-21/+12
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko3-12/+0
2022-08-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-2/+50
2022-07-29Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski30-511/+1265
2022-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-202/+269
2022-07-29sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree1-0/+27
2022-07-29sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree7-3/+158
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree5-36/+33
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree13-6/+606
2022-07-29sfc: receive packets from EF100 VFs into representorsEdward Cree3-0/+42
2022-07-29sfc: check ef100 RX packets are from the wireEdward Cree3-6/+26
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree4-0/+50
2022-07-29sfc: ef100 representor RX top halfEdward Cree2-0/+56