summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net/mlx5: Add IFC bits to support IPsec enable/disableLeon Romanovsky2023-08-281-0/+3
| * net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky2023-08-283-93/+38
| * net/mlx5: Drop extra layer of locks in IPsecLeon Romanovsky2023-08-281-14/+4
| * devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2023-08-284-0/+97
| * devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak2023-08-284-0/+96
|/
* Merge branch 'iep-drver-timestamping-support'David S. Miller2023-08-2710-8/+1572
|\
| * net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex supportGrygorii Strashko2023-08-275-2/+62
| * net: ti: icssg-prueth: add packet timestamping and ptp supportRoger Quadros2023-08-275-6/+467
| * net: ti: icss-iep: Add IEP driverRoger Quadros2023-08-274-0/+989
| * dt-bindings: net: Add IEP property in ICSSGMD Danish Anwar2023-08-271-0/+9
| * dt-bindings: net: Add ICSS IEPMD Danish Anwar2023-08-271-0/+45
|/
* Merge branch 'sfc-pedit-offloads'David S. Miller2023-08-274-13/+614
|\
| * sfc: extend pedit add action to handle decrement ipv6 hop limitPieter Jansen van Vuuren2023-08-271-0/+25
| * sfc: introduce pedit add actions on the ipv4 ttl fieldPieter Jansen van Vuuren2023-08-271-0/+46
| * sfc: add decrement ipv6 hop limit by offloading set hop limit actionsPieter Jansen van Vuuren2023-08-271-0/+59
| * sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren2023-08-273-4/+79
| * sfc: add mac source and destination pedit action offloadPieter Jansen van Vuuren2023-08-271-2/+207
| * sfc: introduce ethernet pedit set action infrastructurePieter Jansen van Vuuren2023-08-274-11/+202
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-08-2611-64/+210
|\
| * e1000e: Add support for the next LOM generationSasha Neftin2023-08-245-0/+17
| * igc: Decrease PTM short interval from 10 us to 1 usSasha Neftin2023-08-241-1/+1
| * igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes2023-08-246-63/+192
* | doc/netlink: Add delete operation to ovs_vport specDonald Hunter2023-08-261-1/+12
* | tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski2023-08-261-10/+20
* | Merge branch 'stmmac-cleanups'Jakub Kicinski2023-08-269-39/+70
|\ \
| * | net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)2023-08-261-6/+7
| * | net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)2023-08-261-1/+1
| * | net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)2023-08-262-10/+10
| * | net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)2023-08-262-3/+9
| * | net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)2023-08-262-0/+7
| * | net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)2023-08-261-21/+14
| * | net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)2023-08-261-2/+4
| * | net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)2023-08-261-4/+5
| * | net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)2023-08-264-5/+6
| * | net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-262-0/+20
|/ /
* | veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen2023-08-261-3/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-26104-4212/+3719
|\ \
| * \ Merge branch 'bpf-refcount-followups-3-bpf_mem_free_rcu-refcounted-nodes'Alexei Starovoitov2023-08-257-14/+165
| |\ \
| | * | selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2023-08-252-0/+99
| | * | bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky2023-08-252-6/+5
| | * | bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky2023-08-252-2/+14
| | * | bpf: Reenable bpf_refcount_acquireDave Marchevsky2023-08-252-4/+27
| | * | bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesDave Marchevsky2023-08-251-1/+5
| | * | bpf: Consider non-owning refs trustedDave Marchevsky2023-08-251-1/+1
| | * | bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...Dave Marchevsky2023-08-251-0/+14
| |/ /
| * | Merge branch 'add-support-cpu-v4-insns-for-rv64'Alexei Starovoitov2023-08-248-28/+122
| |\ \
| | * | selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui2023-08-246-6/+12
| | * | riscv, bpf: Support unconditional bswap insnPu Lehui2023-08-241-0/+1
| | * | riscv, bpf: Support signed div/mod insnsPu Lehui2023-08-242-6/+40
| | * | riscv, bpf: Support 32-bit offset jmp insnPu Lehui2023-08-241-1/+5