index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
networking
/
xdp-rx-metadata.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-08
net: phy: Add support for PHY timing-role configuration via device tree
Oleksij Rempel
3
-0
/
+37
2024-10-08
dt-bindings: net: ethernet-phy: Add timing-role role property for ethernet PHYs
Oleksij Rempel
1
-0
/
+21
2024-10-08
net: qcom/emac: Find sgmii_ops by device_for_each_child()
Zijun Hu
1
-5
/
+17
2024-10-08
net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10
Daniel Golle
1
-0
/
+1
2024-10-08
vmxnet3: support higher link speeds from vmxnet3 v9
Ronak Doshi
1
-0
/
+8
2024-10-08
dt-bindings: net: realtek: Use proper node names
Linus Walleij
1
-23
/
+23
2024-10-08
ipv4: remove fib_info_devhash[]
Eric Dumazet
3
-20
/
+19
2024-10-08
ipv4: remove fib_info_lock
Eric Dumazet
1
-12
/
+6
2024-10-08
ipv4: use rcu in ip_fib_check_default()
Eric Dumazet
1
-9
/
+4
2024-10-08
ipv4: remove fib_devindex_hashfn()
Eric Dumazet
1
-9
/
+4
2024-10-08
lib: packing: catch kunit_kzalloc() failure in the pack() test
Vladimir Oltean
1
-0
/
+1
2024-10-08
mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst
Christophe JAILLET
3
-37
/
+37
2024-10-08
net: dsa: remove obsolete phylink dsa_switch operations
Russell King (Oracle)
3
-56
/
+1
2024-10-08
net: tcp: refresh tcp_mstamp for compressed ack in timer
Menglong Dong
1
-0
/
+1
2024-10-06
hv_netvsc: Link queues to NAPIs
Joe Damato
2
-3
/
+19
2024-10-06
sfc: add per-queue RX bytes stats
Edward Cree
5
-0
/
+11
2024-10-06
sfc: implement per-queue TSO (hw_gso) stats
Edward Cree
3
-0
/
+22
2024-10-06
sfc: implement per-queue rx drop and overrun stats
Edward Cree
4
-2
/
+31
2024-10-06
sfc: account XDP TXes in netdev base stats
Edward Cree
5
-8
/
+39
2024-10-06
sfc: add n_rx_overlength to ethtool stats
Edward Cree
1
-0
/
+1
2024-10-06
sfc: implement basic per-queue stats
Edward Cree
7
-4
/
+108
2024-10-06
sfc: remove obsolete counters from struct efx_channel
Edward Cree
2
-6
/
+0
2024-10-05
net: Switch back to struct platform_driver::remove()
Uwe Kleine-König
11
-11
/
+11
2024-10-05
net: mdio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
19
-19
/
+19
2024-10-05
net: dsa: Switch back to struct platform_driver::remove()
Uwe Kleine-König
14
-14
/
+14
2024-10-05
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
136
-139
/
+139
2024-10-05
net: dsa: bcm_sf2: fix crossbar port bitwidth logic
Sam Edwards
2
-3
/
+7
2024-10-05
net_sched: sch_fq: add the ability to offload pacing
Jeffrey Ji
2
-6
/
+29
2024-10-05
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
6
-0
/
+15
2024-10-05
selftest/ptp: update ptp selftest to exercise the gettimex options
Mahesh Bandewar
1
-5
/
+57
2024-10-05
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
5
-6
/
+18
2024-10-05
tcp: add a fast path in tcp_write_timer()
Eric Dumazet
1
-0
/
+5
2024-10-05
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
7
-20
/
+28
2024-10-05
selftests: net: add new ioam tests
Justin Iurman
4
-0
/
+2787
2024-10-05
selftests: net: remove ioam tests
Justin Iurman
4
-1448
/
+0
2024-10-05
net: dsa: mv88e6xxx: Support LED control
Linus Walleij
7
-2
/
+1031
2024-10-04
hv_netvsc: Don't assume cpu_possible_mask is dense
Michael Kelley
1
-1
/
+1
2024-10-04
ethtool: rss: fix rss key initialization warning
Daniel Zahka
1
-0
/
+1
2024-10-04
selftests: txtimestamp: add SCM_TS_OPT_ID test
Vadim Fedorenko
3
-15
/
+43
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
9
-21
/
+31
2024-10-04
net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
Vadim Fedorenko
11
-12
/
+75
2024-10-04
net/mlx5: hw counters: Remove mlx5_fc_create_ex
Cosmin Ratiu
3
-10
/
+2
2024-10-04
net/mlx5: hw counters: Don't maintain a counter count
Cosmin Ratiu
1
-22
/
+18
2024-10-04
net/mlx5: hw counters: Drop unneeded cacheline alignment
Cosmin Ratiu
1
-1
/
+1
2024-10-04
net/mlx5: hw counters: Replace IDR+lists with xarray
Cosmin Ratiu
1
-194
/
+82
2024-10-04
net/mlx5: hw counters: Use kvmalloc for bulk query buffer
Cosmin Ratiu
1
-37
/
+22
2024-10-04
net/mlx5: hw counters: Make fc_stats & fc_pool private
Cosmin Ratiu
2
-52
/
+60
2024-10-04
octeontx2-af: Change block parameter to const pointer in get_lf_str_list
Riyan Dhiman
1
-7
/
+7
2024-10-04
net: macb: Adding support for Jumbo Frames up to 10240 Bytes in SAMA5D2
Aleksander Jan Bajkowski
1
-1
/
+2
2024-10-04
net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()
Lorenzo Bianconi
1
-2
/
+4
[next]