summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-071-1/+3
* ionic: Add missing err handling for queue reconfigNitya Sunkad2023-08-061-7/+16
* drivers: vxlan: vnifilter: free percpu vni stats on error pathFedor Pchelkin2023-08-061-3/+8
* macsec: use DEV_STATS_INC()Eric Dumazet2023-08-061-14/+14
* net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean2023-08-041-0/+2
* net: phy: at803x: remove set/get wol callbacks for AR8032Li Yang2023-08-041-2/+0
* net: phy: at803x: fix the wol setting functionsLi Yang2023-08-041-20/+25
* Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-036-12/+10
|\
| * wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()Hans de Goede2023-08-021-1/+6
| * wifi: ray_cs: Replace 1-element array with flexible arrayKees Cook2023-08-011-1/+1
| * Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on ...Kalle Valo2023-07-261-5/+0
| * Revert "wifi: ath11k: Enable threaded NAPI"Kalle Valo2023-07-262-2/+0
| * wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser2023-07-241-3/+3
* | prestera: fix fallback to previous version on same major versionJonas Gorski2023-08-031-1/+2
* | net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky2023-08-021-2/+2
* | net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu2023-08-021-8/+72
* | net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu2023-08-021-15/+14
* | net: tap_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
* | net: tun_chr_open(): set sk_uid from current_fsuid()Laszlo Ersek2023-08-021-1/+1
* | bnxt_en: Fix max_mtu setting for multi-buf XDPMichael Chan2023-08-011-7/+10
* | bnxt_en: Fix page pool logic for page size >= 64KSomnath Kotur2023-08-012-19/+29
* | net: netsec: Ignore 'phy-mode' on SynQuacer in DT modeMark Brown2023-08-011-0/+11
* | net: korina: handle clk prepare error in korina_probe()Yuanjun Gong2023-08-011-2/+1
* | USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard2023-08-012-0/+42
* | net: ll_temac: fix error checking of irq_of_parse_and_map()Dan Carpenter2023-08-011-4/+8
* | octeon_ep: initialize mbox mutexesMichal Schmidt2023-07-311-0/+3
* | bnxt: don't handle XDP in netpollJakub Kicinski2023-07-314-14/+24
* | ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski2023-07-311-0/+18
* | sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-313-30/+39
* | net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn2023-07-311-0/+1
* | net: usb: lan78xx: reorder cleanup operations to avoid UAF bugsDuoming Zhou2023-07-311-5/+2
* | qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-299-26/+128
* | net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundariesLukasz Majewski2023-07-291-20/+15
* | net: stmmac: tegra: Properly allocate clock bulk dataThierry Reding2023-07-291-1/+2
* | Merge tag 'mlx5-fixes-2023-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-2726-73/+137
|\ \
| * | net/mlx5: Unregister devlink params in case interface is downShay Drory2023-07-261-0/+1
| * | net/mlx5: DR, Fix peer domain namespace settingShay Drory2023-07-2612-29/+38
| * | net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not supportedChris Mi2023-07-262-2/+1
| * | net/mlx5e: kTLS, Fix protection domain in use syndrome when devlink reloadJianbo Liu2023-07-262-11/+26
| * | net/mlx5: Bridge, set debugfs access right to root-onlyVlad Buslov2023-07-261-1/+1
| * | net/mlx5e: xsk: Fix crash on regular rq reactivationDragos Tatulea2023-07-261-8/+21
| * | net/mlx5e: xsk: Fix invalid buffer access for legacy rqDragos Tatulea2023-07-261-1/+4
| * | net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu2023-07-261-10/+7
| * | net/mlx5e: Fix crash moving to switchdev mode when ntuple offload is setAmir Tzin2023-07-261-0/+10
| * | net/mlx5e: Don't hold encap tbl lock if there is no encap actionChris Mi2023-07-262-6/+18
| * | net/mlx5: Honor user input for migratable port fn attrShay Drory2023-07-261-1/+1
| * | net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong2023-07-261-1/+3
| * | net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao2023-07-261-1/+2
| * | net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctxZhengchao Shao2023-07-261-2/+3
| * | net/mlx5e: fix double free in macsec_fs_tx_create_crypto_table_groupsZhengchao Shao2023-07-261-0/+1