summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-09-051-23/+0
|\
| * RDMA/mlx5: Move function mlx5_core_query_ib_ppcnt() to mlx5_ibChris Mi2022-09-051-23/+0
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-39/+286
|\ \
| * | net: virtio_net: notifications coalescing supportAlvaro Karsz2022-08-111-15/+96
| * | virtio_net: support set_ringparamXuan Zhuo2022-08-111-0/+48
| * | virtio_net: support tx queue resizeXuan Zhuo2022-08-111-0/+50
| * | virtio_net: support rx queue resizeXuan Zhuo2022-08-111-0/+25
| * | virtio_net: split free_unused_bufs()Xuan Zhuo2022-08-111-16/+25
| * | virtio_net: get ringparam by virtqueue_get_vring_max_size()Xuan Zhuo2022-08-111-4/+4
| * | virtio_net: set the default max ring size by find_vqs()Xuan Zhuo2022-08-111-4/+38
* | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1138-134/+263
|\ \ \
| * | | dpaa2-eth: trace the allocated address instead of page structChen Lin2022-08-111-2/+2
| * | | nfp: fix use-after-free in area_cache_get()Jialiang Wang2022-08-111-1/+2
| * | | mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak2022-08-111-7/+0
| * | | bonding: fix reference count leak in balance-alb modeJay Vosburgh2022-08-111-1/+4
| * | | net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao2022-08-111-0/+2
| * | | net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-113-4/+22
| * | | net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin2022-08-101-0/+7
| * | | macsec: Fix traffic counters/statisticsClayton Yager2022-08-101-9/+49
| * | | Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso2022-08-101-13/+13
| * | | Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-102-4/+16
| |\ \ \
| | * | | can: mcp251x: Fix race condition on receive interruptSebastian Würl2022-08-091-3/+15
| | * | | can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde2022-08-091-1/+1
| * | | | mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-101-2/+2
| * | | | vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-101-1/+1
| * | | | geneve: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-101-2/+1
| * | | | geneve: fix TOS inheriting for ipv4Matthias May2022-08-101-4/+8
| * | | | net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)2022-08-101-13/+8
| * | | | plip: avoid rcu debug splatFlorian Westphal2022-08-091-1/+1
| * | | | net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle2022-08-091-1/+1
| * | | | net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
| * | | | Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-08-092-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2022-08-082-2/+3
| * | | | net: phy: dp83867: fix get nvmem cell failNikita Shubin2022-08-091-1/+1
| * | | | net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel2022-08-091-18/+16
| * | | | net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-091-1/+14
| * | | | tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder2022-08-091-4/+4
| * | | | tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder2022-08-091-1/+1
| * | | | virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo2022-08-081-1/+4
| |/ / /
| * | | net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli2022-08-061-0/+3
| * | | eth: fix the help in Wangxun's KconfigJakub Kicinski2022-08-061-3/+3
| * | | octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2022-08-062-5/+15
| * | | octeontx2-af: Fix key checking for source macSubbaraya Sundeep2022-08-061-1/+2
| * | | octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2022-08-062-0/+12
| * | | octeontx2-af: suppress external profile loading warningHarman Kalra2022-08-061-1/+1
| * | | octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach2022-08-061-3/+4
| * | | bnxt_en: Remove duplicated include bnxt_devlink.cYang Li2022-08-061-1/+0
| * | | net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru2022-08-051-9/+11
| * | | nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao2022-08-041-0/+2
| * | | net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-041-0/+6