summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld1-1/+2
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-39/+286
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds38-134/+263
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-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-11net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao1-0/+2
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz1-15/+96
2022-08-11virtio_net: support set_ringparamXuan Zhuo1-0/+48
2022-08-11virtio_net: support tx queue resizeXuan Zhuo1-0/+50
2022-08-11virtio_net: support rx queue resizeXuan Zhuo1-0/+25
2022-08-11virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2022-08-11virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo1-4/+4
2022-08-11virtio_net: set the default max ring size by find_vqs()Xuan Zhuo1-4/+38
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy3-4/+22
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-08-10macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2022-08-10Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-13/+13
2022-08-10Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller2-4/+16
2022-08-10mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+2
2022-08-10vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May1-1/+1
2022-08-10geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10geneve: fix TOS inheriting for ipv4Matthias May1-4/+8
2022-08-10net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-08-09can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-08-09plip: avoid rcu debug splatFlorian Westphal1-1/+1
2022-08-09net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle1-1/+1
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean1-0/+3
2022-08-09Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-2/+3
2022-08-09can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-09net: phy: dp83867: fix get nvmem cell failNikita Shubin1-1/+1
2022-08-09net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel1-18/+16
2022-08-09net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean1-1/+14
2022-08-09tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder1-4/+4
2022-08-09tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder1-1/+1
2022-08-08virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo1-1/+4
2022-08-08wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2-2/+3
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2-2/+2
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-6/+5
2022-08-06net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2022-08-06eth: fix the help in Wangxun's KconfigJakub Kicinski1-3/+3
2022-08-06octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2-5/+15
2022-08-06octeontx2-af: Fix key checking for source macSubbaraya Sundeep1-1/+2
2022-08-06octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2-0/+12
2022-08-06octeontx2-af: suppress external profile loading warningHarman Kalra1-1/+1
2022-08-06octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach1-3/+4
2022-08-06bnxt_en: Remove duplicated include bnxt_devlink.cYang Li1-1/+0
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds8-59/+26
2022-08-05net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru1-9/+11