summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* lan743x: fix use of uninitialized variableSven Van Asbroeck2020-11-121-1/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2020-11-123-9/+33
|\
| * igc: Fix returning wrong statisticsVinicius Costa Gomes2020-11-111-6/+8
| * i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter2020-11-111-1/+1
| * i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba2020-11-111-2/+24
* | ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-121-3/+15
* | ch_ktls: tcb update fails sometimesRohit Maheshwari2020-11-121-4/+8
* | ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-124-1/+119
* | ch_ktls: don't free skb before sending FINRohit Maheshwari2020-11-121-2/+10
* | ch_ktls: packet handling prior to start markerRohit Maheshwari2020-11-121-5/+33
* | ch_ktls: Correction in middle record handlingRohit Maheshwari2020-11-121-19/+31
* | ch_ktls: missing handling of header aloneRohit Maheshwari2020-11-121-14/+11
* | ch_ktls: Correction in trimmed_len calculationRohit Maheshwari2020-11-121-4/+7
* | cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari2020-11-123-169/+226
* | ch_ktls: Update cheksum informationRohit Maheshwari2020-11-121-4/+11
* | ch_ktls: Correction in finding correct lengthRohit Maheshwari2020-11-121-7/+8
* | cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari2020-11-124-5/+8
* | lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2020-11-112-12/+3
* | lan743x: correctly handle chips with internal PHYSven Van Asbroeck2020-11-111-4/+6
|/
* net: marvell: prestera: fix compilation with CONFIG_BRIDGE=mVadym Kochan2020-11-071-0/+1
* Merge tag 'mlx5-fixes-2020-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2020-11-0713-51/+90
|\
| * net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy2020-11-051-1/+1
| * net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin2020-11-053-6/+20
| * net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit2020-11-051-2/+0
| * net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb2020-11-051-3/+4
| * net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy2020-11-053-11/+11
| * net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov2020-11-053-28/+52
| * net/mlx5e: Fix modify header actions memory leakMaor Dickman2020-11-051-0/+2
* | r8169: disable hw csum for short packets on all chip versionsHeiner Kallweit2020-11-071-12/+3
* | r8169: fix potential skb double free in an error pathHeiner Kallweit2020-11-071-1/+2
* | Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-0614-55/+106
|\ \
| * | ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
| * | r8169: work around short packet hw bug on RTL8125Heiner Kallweit2020-11-051-3/+11
| * | chelsio/chtls: fix always leaking ctrl_skbVinay Kumar Yadav2020-11-031-1/+1
| * | chelsio/chtls: fix memory leaks caused by a raceVinay Kumar Yadav2020-11-031-0/+3
| |/
| * powerpc/vnic: Extend "failover pending" windowSukadev Bhattiprolu2020-11-031-4/+32
| * net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisementGrygorii Strashko2020-11-022-5/+1
| * dpaa_eth: fix the RX headroom size alignmentCamelia Groza2020-11-021-5/+9
| * dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza2020-11-021-6/+10
| * cadence: force nonlinear buffers to be clonedMark Deneen2020-11-011-1/+2
| * net: stmmac: Fix channel lock initializationMarek Szyprowski2020-10-301-0/+1
| * stmmac: intel: Fix kernel panic on pci probeWong Vee Khee2020-10-301-7/+7
| * gianfar: Account for Tx PTP timestamp in the skb headroomClaudiu Manoil2020-10-301-1/+1
| * gianfar: Replace skb_realloc_headroom with skb_cow_head for PTPClaudiu Manoil2020-10-301-10/+2
| * net: fec: fix MDIO probing for some FEC hardware blocksGreg Ungerer2020-10-302-13/+22
* | Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2020-10-313-5/+4
|\ \ | |/ |/|
| * gve: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-302-4/+3
| * enetc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
* | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2925-139/+181
|\ \
| * | r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit2020-10-291-2/+2