summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add support config dscp map to tcGuangbin Huang2022-09-077-1/+204
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-075-58/+175
|\
| * iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron2022-09-061-36/+141
| * i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2022-09-062-21/+27
| * i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-063-1/+7
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-075-119/+136
|\ \
| * | ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET2022-09-061-2/+2
| * | ice: switch: Simplify memory allocationChristophe JAILLET2022-09-061-4/+2
| * | ice: add helper function to check FW API versionPaul Greenwalt2022-09-061-28/+29
| * | ice: Check if reset in progress while waiting for offsetsMichal Michalik2022-09-061-0/+3
| * | ice: Allow operation with reduced device MSI-XTony Nguyen2022-09-061-85/+100
| |/
* | net: sysctl: remove unused variable long_maxLiu Shixin2022-09-071-1/+0
* | net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestampLorenzo Bianconi2022-09-071-11/+0
* | Merge branch 'macsec-offload-mlx5'David S. Miller2022-09-0728-53/+3180
|\ \
| * | net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson2022-09-071-46/+175
| * | net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson2022-09-078-2/+136
| * | net/mlx5e: Add MACsec offload SecY supportLior Nahmanson2022-09-071-0/+229
| * | net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-074-3/+68
| * | net/mlx5e: Add MACsec RX steering rulesLior Nahmanson2022-09-073-95/+823
| * | net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2022-09-073-2/+13
| * | net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson2022-09-071-6/+377
| * | net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-076-8/+119
| * | net/mlx5e: Add MACsec TX steering rulesLior Nahmanson2022-09-075-15/+770
| * | net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson2022-09-074-7/+19
| * | net/mlx5: Add MACsec offload Tx command supportLior Nahmanson2022-09-079-0/+440
| * | net/mlx5: Introduce MACsec Connect-X offload hardware bits and structuresLior Nahmanson2022-09-072-2/+101
| * | net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2022-09-074-11/+20
| * | net/mlx5: Removed esp_id from struct mlx5_flow_actLior Nahmanson2022-09-071-1/+0
| * | net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson2022-09-072-27/+27
| * | net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson2022-09-071-0/+6
| * | net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson2022-09-073-0/+29
|/ /
* | Merge branch 'netlink-be-policy'David S. Miller2022-09-073-7/+39
|\ \
| * | netfilter: nft_payload: reject out-of-range attributes via policyFlorian Westphal2022-09-071-3/+3
| * | netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal2022-09-072-4/+36
|/ /
* | Merge branch 'sfc-ptp'David S. Miller2022-09-072-39/+111
|\ \
| * | sfc: support PTP over EthernetÍñigo Huguet2022-09-071-2/+19
| * | sfc: support PTP over IPv6/UDPÍñigo Huguet2022-09-072-12/+71
| * | sfc: allow more flexible way of adding filters for PTPÍñigo Huguet2022-09-071-36/+32
|/ /
* | net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray2022-09-073-6/+12
* | net: dsa: LAN9303: Add early read to syncJerry Ray2022-09-071-4/+15
* | net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour2022-09-071-0/+215
* | net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...Romain Naour2022-09-071-1/+2
* | net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour2022-09-071-0/+4
* | net: dsa: microchip: add KSZ9896 switch supportRomain Naour2022-09-073-0/+39
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-06159-1358/+5225
|\ \ | |/ |/|
| * Merge branch 'bpf-allocator'Daniel Borkmann2022-09-0510-134/+820
| |\
| | * bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov2022-09-053-19/+69
| | * bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov2022-09-051-36/+14
| | * bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov2022-09-051-23/+0
| | * bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov2022-09-051-1/+14