aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestampLorenzo Bianconi1-11/+0
2022-09-07net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson1-46/+175
2022-09-07net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson8-2/+136
2022-09-07net/mlx5e: Add MACsec offload SecY supportLior Nahmanson1-0/+229
2022-09-07net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson4-3/+68
2022-09-07net/mlx5e: Add MACsec RX steering rulesLior Nahmanson3-95/+823
2022-09-07net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson3-2/+13
2022-09-07net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson1-6/+377
2022-09-07net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson6-8/+119
2022-09-07net/mlx5e: Add MACsec TX steering rulesLior Nahmanson5-15/+770
2022-09-07net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson4-7/+19
2022-09-07net/mlx5: Add MACsec offload Tx command supportLior Nahmanson9-0/+440
2022-09-07net/mlx5: Introduce MACsec Connect-X offload hardware bits and structuresLior Nahmanson2-2/+101
2022-09-07net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson4-11/+20
2022-09-07net/mlx5: Removed esp_id from struct mlx5_flow_actLior Nahmanson1-1/+0
2022-09-07net/macsec: Move some code for sharing with various drivers that implements offloadLior Nahmanson2-27/+27
2022-09-07net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson1-0/+6
2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson3-0/+29
2022-09-07netfilter: nft_payload: reject out-of-range attributes via policyFlorian Westphal1-3/+3
2022-09-07netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal2-4/+36
2022-09-07sfc: support PTP over EthernetÍñigo Huguet1-2/+19
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet2-12/+71
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet1-36/+32
2022-09-07net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray3-6/+12
2022-09-07net: dsa: LAN9303: Add early read to syncJerry Ray1-4/+15
2022-09-07net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour1-0/+215
2022-09-07net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_access_tablesRomain Naour1-1/+2
2022-09-07net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour1-0/+4
2022-09-07net: dsa: microchip: add KSZ9896 switch supportRomain Naour3-0/+39
2022-09-06net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov1-2/+2
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov1-6/+6
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2-0/+4
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit1-2/+1
2022-09-05netlink: Bounds-check struct nlmsgerr creationKees Cook2-6/+10
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov3-19/+69
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov1-36/+14
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov1-23/+0
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov1-1/+14
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov1-42/+0
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov1-26/+19
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov3-7/+41
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov2-4/+66
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov1-14/+36
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov3-14/+7
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov1-8/+62
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov1-9/+22
2022-09-05samples/bpf: Reduce syscall overhead in map_perf_test.Alexei Starovoitov2-17/+29
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov1-14/+24
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov1-5/+16
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov3-1/+507