summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* virtio_net: avoid data-races on dev->stats fieldsEric Dumazet2023-10-011-15/+15
* net: add DEV_STATS_READ() helperEric Dumazet2023-10-011-3/+3
* octeontx2-pf: Tc flower offload support for MPLSHariprasad Kelam2023-10-015-0/+187
* net: ethernet: xilinx: Drop kernel doc comment about return valueUwe Kleine-König2023-10-011-2/+0
* net: atl1c: switch to napi_consume_skb()Sieng-Piaw Liew2023-10-011-6/+7
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-09-309-251/+483
|\
| * ice: Remove the FW shared parametersMichal Michalik2023-09-203-86/+0
| * ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik2023-09-204-147/+34
| * ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik2023-09-201-3/+21
| * ice: Auxbus devices & driver for E822 TSMichal Michalik2023-09-205-17/+430
* | Merge tag 'mlx5-updates-2023-09-19' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2023-09-289-208/+201
|\ \
| * | net/mlx5: Enable 4 ports multiport E-switchShay Drory2023-09-201-9/+9
| * | net/mlx5: Add a health error syndrome for pci data poisonedMoshe Shemesh2023-09-201-0/+2
| * | net/mlx5: DR, Handle multi destination action in the right orderErez Shitrit2023-09-203-3/+29
| * | net/mlx5: DR, Add check for multi destination FTEErez Shitrit2023-09-201-0/+13
| * | net/mlx5: Bridge, Enable mcast in smfs steering modeErez Shitrit2023-09-201-9/+2
| * | net/mlx5e: Check police action rate for matchall filterJianbo Liu2023-09-201-0/+12
| * | net/mlx5e: Consider aggregated port speed during rate configurationJianbo Liu2023-09-201-12/+72
| * | net/mlx5: Remove redundant max_sfs check and field from struct mlx5_sf_dev_tableJiri Pirko2023-09-201-15/+0
| * | net/mlx5: Remove SF table reference countingJiri Pirko2023-09-201-97/+23
| * | net/mlx5: Push common deletion code into mlx5_sf_del()Jiri Pirko2023-09-201-8/+11
| * | net/mlx5: Rename mlx5_sf_deactivate_all() to mlx5_sf_del_all()Jiri Pirko2023-09-201-2/+2
| * | net/mlx5: Move state lock taking into mlx5_sf_dealloc()Jiri Pirko2023-09-201-3/+4
| * | net/mlx5: Convert SF port_indices xarray to function_ids xarrayJiri Pirko2023-09-201-18/+11
| * | net/mlx5: Use devlink port pointer to get the pointer of container SF structJiri Pirko2023-09-201-32/+12
| * | net/mlx5: Call mlx5_sf_id_erase() once in mlx5_sf_dealloc()Jiri Pirko2023-09-201-3/+2
* | | ethernet/intel: Use list_for_each_entry() helperJinjie Ruan2023-09-282-10/+4
* | | net: sfp: add quirk for Fiberstone GPON-ONU-34-20BIChristian Marangi2023-09-281-0/+5
* | | mlxsw: Edit IPv6 key blocks to use one less block for multicast forwardingAmit Cohen2023-09-224-3/+22
* | | mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' flex keyAmit Cohen2023-09-221-3/+3
* | | mlxsw: Add 'ipv4_5' flex keyAmit Cohen2023-09-224-19/+10
* | | hamradio: baycom: remove useless link in KconfigPeter Lafreniere2023-09-221-8/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-21169-766/+1179
|\ \ \
| * \ \ Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-2138-180/+349
| |\ \ \
| | * | | sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree2023-09-214-4/+30
| | * | | igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli2023-09-211-12/+19
| | * | | octeontx2-pf: Do xdp_do_flush() after redirects.Sebastian Andrzej Siewior2023-09-211-6/+13
| | * | | bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior2023-09-211-0/+5
| | * | | net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior2023-09-211-0/+3
| | * | | net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing2023-09-201-3/+0
| | * | | vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier2023-09-201-0/+4
| | * | | team: fix null-ptr-deref when team device type is changedZiyang Xuan2023-09-191-1/+9
| | * | | net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang2023-09-191-0/+5
| | * | | net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao2023-09-191-0/+6
| | * | | net: hns3: only enable unicast promisc when mac table fullJian Shen2023-09-191-1/+1
| | * | | net: hns3: fix GRE checksum offload issueJie Wang2023-09-191-0/+9
| | * | | net: hns3: add cmdq check for vf periodic service taskJie Wang2023-09-191-1/+2
| | * | | net: stmmac: fix incorrect rxq|txq_stats referenceJisheng Zhang2023-09-198-110/+120
| | * | | tsnep: Fix NAPI polling with budget 0Gerhard Engleder2023-09-181-0/+4