summaryrefslogtreecommitdiffstats
path: root/drivers/net
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-101-6/+8
| * i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter2020-11-101-1/+1
| * i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba2020-11-101-2/+24
* | vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi2020-11-121-23/+69
* | cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-111-0/+1
* | ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-111-3/+15
* | ch_ktls: tcb update fails sometimesRohit Maheshwari2020-11-111-4/+8
* | ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-114-1/+119
* | ch_ktls: don't free skb before sending FINRohit Maheshwari2020-11-111-2/+10
* | ch_ktls: packet handling prior to start markerRohit Maheshwari2020-11-111-5/+33
* | ch_ktls: Correction in middle record handlingRohit Maheshwari2020-11-111-19/+31
* | ch_ktls: missing handling of header aloneRohit Maheshwari2020-11-111-14/+11
* | ch_ktls: Correction in trimmed_len calculationRohit Maheshwari2020-11-111-4/+7
* | cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari2020-11-113-169/+226
* | ch_ktls: Update cheksum informationRohit Maheshwari2020-11-111-4/+11
* | ch_ktls: Correction in finding correct lengthRohit Maheshwari2020-11-111-7/+8
* | cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari2020-11-114-5/+8
* | lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2020-11-102-12/+3
* | net: dsa: mv88e6xxx: Fix memleak in mv88e6xxx_region_atu_snapshotzhangxiaoxu2020-11-101-1/+3
* | net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit2020-11-101-0/+2
* | lan743x: correctly handle chips with internal PHYSven Van Asbroeck2020-11-101-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-0627-113/+250
|\ \
| * | ionic: check port ptr before useShannon Nelson2020-11-051-0/+5
| * | r8169: work around short packet hw bug on RTL8125Heiner Kallweit2020-11-041-3/+11
| * | Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-0410-55/+139
| |\ \
| | * | can: flexcan: flexcan_remove(): disable wakeup completelyJoakim Zhang2020-11-031-0/+2
| | * | can: flexcan: add ECC initialization for VF610Joakim Zhang2020-11-031-1/+1
| | * | can: flexcan: add ECC initialization for LX2160AJoakim Zhang2020-11-031-2/+3
| | * | can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021AJoakim Zhang2020-11-031-2/+1
| | * | can: mcp251xfd: remove unneeded breakTom Rix2020-11-031-11/+11
| | * | can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warningskernel test robot2020-11-031-1/+1
| | * | can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read er...Marc Kleine-Budde2020-11-031-8/+8
| | * | can: peak_canfd: pucan_handle_can_rx(): fix echo management when loopback is onStephane Grosjean2020-11-031-3/+8
| | * | can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrappingStephane Grosjean2020-11-031-5/+46
| | * | can: peak_usb: add range checking in decode operationsDan Carpenter2020-11-031-11/+37
| | * | can: xilinx_can: handle failure cases of pm_runtime_get_syncNavid Emamdoost2020-11-031-3/+3
| | * | can: ti_hecc: ti_hecc_probe(): add missed clk_disable_unprepare() in error pathZhang Changzhong2020-11-031-3/+5