summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-0820-110/+72
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-0820-50/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-0826-175/+274
|\
| * Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-01-0812-65/+120
| |\
| | * net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu2021-01-071-0/+1
| | * net/mlx5e: Fix two double free casesDinghao Liu2021-01-071-0/+2
| | * net/mlx5: Release devlink object if adev failsLeon Romanovsky2021-01-071-2/+5
| | * net/mlx5e: ethtool, Fix restriction of autoneg with 56GAya Levin2021-01-071-6/+18
| | * net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman2021-01-071-0/+5
| | * net/mlx5: E-Switch, fix changing vf VLANIDAlaa Hleihel2021-01-071-14/+13
| | * net/mlx5e: Fix SWP offsets when vlan inserted by driverMoshe Shemesh2021-01-073-7/+19
| | * net/mlx5e: CT: Use per flow counter when CT flow accounting is enabledOz Shlomo2021-01-071-28/+49
| | * net/mlx5: Use port_num 1 instead of 0 when delete a RoCE addressMark Zhang2021-01-071-1/+1
| | * net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-071-1/+2
| | * net/mlx5: Check if lag is supported before creating oneMark Zhang2021-01-071-6/+5
| * | octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King2021-01-081-3/+11
| * | chtls: Fix chtls resources release sequenceAyush Sawal2021-01-081-4/+4
| * | chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal2021-01-081-0/+5
| * | chtls: Replace skb_dequeue with skb_peekAyush Sawal2021-01-081-1/+1
| * | chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal2021-01-081-3/+1
| * | chtls: Fix panic when route to peer not configuredAyush Sawal2021-01-081-2/+12
| * | chtls: Remove invalid set_tcb callAyush Sawal2021-01-081-3/+0
| * | chtls: Fix hardware tid leakAyush Sawal2021-01-081-36/+3
| |/
| * net: mvneta: fix error message when MTU too large for XDPMarek BehĂșn2021-01-071-1/+1
| * net: ethernet: fs_enet: Add missing MODULE_LICENSEMichael Ellerman2021-01-062-0/+2
| * net: hns3: fix incorrect handling of sctp6 rss tupleJian Shen2021-01-064-5/+14
| * net: hns3: fix the number of queues actually used by ARQYufeng Mo2021-01-061-2/+2
| * net: hns3: fix a phy loopback fail issueYonglong Liu2021-01-061-1/+2
| * net: stmmac: dwmac-sun8i: Balance syscon (de)initializationSamuel Holland2021-01-061-25/+25
| * net: stmmac: dwmac-sun8i: Balance internal PHY powerSamuel Holland2021-01-061-8/+23
| * net: stmmac: dwmac-sun8i: Balance internal PHY resource referencesSamuel Holland2021-01-061-6/+21
| * net: stmmac: dwmac-sun8i: Fix probe error handlingSamuel Holland2021-01-061-10/+15
| * net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2021-01-062-4/+15
| * qed: select CONFIG_CRC32Arnd Bergmann2021-01-061-0/+1
* | net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12AMartin Blumenstingl2021-01-081-13/+48
* | net: stmmac: dwmac-meson8b: move RGMII delays into a separate functionMartin Blumenstingl2021-01-081-1/+12
* | net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delayMartin Blumenstingl2021-01-081-8/+13
* | net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clockMartin Blumenstingl2021-01-081-1/+1
* | net: systemport: use standard netdevice notifier to detect DSA presenceVladimir Oltean2021-01-082-46/+37
* | net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-081-0/+1
* | r8169: improve RTL8168g PHY suspend quirkHeiner Kallweit2021-01-071-26/+26
* | r8169: move ERI access functions to avoid forward declarationHeiner Kallweit2021-01-071-64/+64
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-0719-46/+0
* | net: broadcom: Drop OF dependency from BGMAC_PLATFORMFlorian Fainelli2021-01-071-1/+0
* | bcm63xx_enet: improve rx loopSieng Piaw Liew2021-01-071-2/+2
* | bcm63xx_enet: convert to build_skbSieng Piaw Liew2021-01-072-54/+71
* | bcm63xx_enet: consolidate rx SKB ring cleanup codeSieng Piaw Liew2021-01-071-50/+22
* | bcm63xx_enet: alloc rx skb with NET_IP_ALIGNSieng Piaw Liew2021-01-071-1/+4
* | bcm63xx_enet: add xmit_more supportSieng Piaw Liew2021-01-071-1/+2
* | bcm63xx_enet: add BQL supportSieng Piaw Liew2021-01-071-0/+9