summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: net_tstamp: Add unspec field to hwtstamp_source enumerationKory Maincent2024-07-151-0/+1
* net: Change the API of PHY default timestamp to MACKory Maincent2024-07-159-8/+43
* net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE maskKory Maincent2024-07-151-0/+8
* Merge branch 'net-stmmac-qcom-ethqos-enable-2-5g-ethernet-on-sa8775p-ride'Jakub Kicinski2024-07-091-0/+34
|\
| * net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-r...Bartosz Golaszewski2024-07-091-0/+23
| * net: stmmac: qcom-ethqos: add support for 2.5G BASEX modeBartosz Golaszewski2024-07-091-0/+11
|/
* net: page_pool: fix warning codeJohannes Berg2024-07-091-1/+1
* selftests: net: ksft: interrupt cleanly on KeyboardInterruptJakub Kicinski2024-07-081-1/+8
* net: dsa: microchip: lan9371/2: update MAC capabilities for port 4Oleksij Rempel2024-07-082-2/+10
* act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal2024-07-081-6/+25
* Merge branch 'net-pse-pd-add-new-pse-c33-features'Jakub Kicinski2024-07-069-30/+997
|\
| * net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacksKory Maincent (Dent Project)2024-07-061-2/+216
| * netlink: specs: Expand the PSE netlink command with C33 pw-limit attributesKory Maincent (Dent Project)2024-07-061-0/+22
| * net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)2024-07-064-25/+141
| * net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)2024-07-062-11/+204
| * net: pse-pd: pd692x0: Expand ethtool status messageKory Maincent (Dent Project)2024-07-061-0/+101
| * netlink: specs: Expand the PSE netlink command with C33 new featuresKory Maincent (Dent Project)2024-07-061-0/+36
| * net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)2024-07-066-1/+286
|/
* Merge branch 'net-openvswitch-add-sample-multicasting'Jakub Kicinski2024-07-0613-16/+566
|\
| * selftests: openvswitch: add psample testAdrian Moreno2024-07-062-6/+182
| * selftests: openvswitch: parse trunc actionAdrian Moreno2024-07-061-0/+13
| * selftests: openvswitch: add userspace parsingAdrian Moreno2024-07-061-2/+22
| * selftests: openvswitch: add psample actionAdrian Moreno2024-07-061-1/+161
| * net: openvswitch: store sampling probability in cb.Adrian Moreno2024-07-064-4/+23
| * net: openvswitch: add psample actionAdrian Moreno2024-07-065-1/+125
| * net: psample: allow using rate as probabilityAdrian Moreno2024-07-063-2/+14
| * net: psample: skip packet copy if no listenersAdrian Moreno2024-07-061-0/+4
| * net: sched: act_sample: add action cookie to sampleAdrian Moreno2024-07-061-0/+12
| * net: psample: add user cookieAdrian Moreno2024-07-063-1/+11
|/
* net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle2024-07-061-1/+17
* net: ethernet: mtk_ppe: Change PPE entries number to 16KShengyu Qu2024-07-061-1/+1
* Merge branch 'net-constify-struct-regmap_bus-regmap_config'Jakub Kicinski2024-07-064-7/+7
|\
| * net: dsa: ar9331: constify struct regmap_busJavier Carrasco2024-07-061-1/+1
| * net: encx24j600: constify struct regmap_bus/regmap_configJavier Carrasco2024-07-061-3/+3
| * net: ti: icss-iep: constify struct regmap_configJavier Carrasco2024-07-061-2/+2
| * net: dsa: qca8k: constify struct regmap_configJavier Carrasco2024-07-061-1/+1
|/
* tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior2024-07-062-0/+12
* net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle2024-07-061-1/+1
* openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal2024-07-051-10/+37
* Merge branch 'pcs-xpcs-mmap' into mainDavid S. Miller2024-07-0510-148/+910
|\
| * net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin2024-07-051-4/+9
| * net: stmmac: Create DW XPCS device with particular addressSerge Semin2024-07-053-15/+8
| * net: pcs: xpcs: Add fwnode-based descriptor creation methodSerge Semin2024-07-052-0/+53
| * net: pcs: xpcs: Add Synopsys DW xPCS platform device driverSerge Semin2024-07-056-9/+547
| * dt-bindings: net: Add Synopsys DW xPCS bindingsSerge Semin2024-07-051-0/+136
| * net: pcs: xpcs: Introduce DW XPCS info structureSerge Semin2024-07-052-65/+67
| * net: pcs: xpcs: Convert xpcs_compat to dw_xpcs_compatSerge Semin2024-07-051-19/+19
| * net: pcs: xpcs: Convert xpcs_id to dw_xpcs_descSerge Semin2024-07-052-18/+18
| * net: pcs: xpcs: Split up xpcs_create() body to sub-functionsSerge Semin2024-07-051-33/+69
| * net: pcs: xpcs: Move native device ID macro to linux/pcs/pcs-xpcs.hSerge Semin2024-07-053-7/+6
|/