index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
stm32_rifsc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-13
nfp: Use static_assert() to check struct sizes
Gustavo A. R. Silva
1
-0
/
+2
2024-08-13
sched: act_ct: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-3
/
+1
2024-08-13
selftests: fib_nexthops: Test 16-bit next hop weights
Petr Machata
1
-1
/
+54
2024-08-13
selftests: router_mpath_nh_res: Test 16-bit next hop weights
Petr Machata
1
-8
/
+48
2024-08-13
selftests: router_mpath_nh: Test 16-bit next hop weights
Petr Machata
3
-8
/
+50
2024-08-13
selftests: router_mpath: Sleep after MZ
Petr Machata
3
-0
/
+6
2024-08-13
net: nexthop: Increase weight to u16
Petr Machata
3
-17
/
+31
2024-08-13
net: nexthop: Add flag to assert that NHGRP reserved fields are zero
Petr Machata
2
-3
/
+12
2024-08-13
ipv6: eliminate ndisc_ops_is_useropt()
Maciej Żenczykowski
3
-23
/
+2
2024-08-13
eth: fbnic: add support for basic qstats
Stanislav Fomichev
1
-0
/
+67
2024-08-13
eth: fbnic: add basic rtnl stats
Jakub Kicinski
4
-1
/
+132
2024-08-12
selftests: drv-net: rss_ctx: test dumping RSS contexts
Jakub Kicinski
2
-2
/
+80
2024-08-12
netlink: specs: decode indirection table as u32 array
Jakub Kicinski
1
-0
/
+1
2024-08-12
ethtool: rss: support skipping contexts during dump
Jakub Kicinski
5
-4
/
+27
2024-08-12
ethtool: rss: support dumping RSS contexts
Jakub Kicinski
4
-2
/
+146
2024-08-12
ethtool: rss: report info about additional contexts from XArray
Jakub Kicinski
1
-1
/
+36
2024-08-12
ethtool: rss: move the device op invocation out of rss_prepare_data()
Jakub Kicinski
1
-16
/
+27
2024-08-12
ethtool: rss: don't report key if device doesn't support it
Jakub Kicinski
8
-10
/
+45
2024-08-12
eth: remove .cap_rss_ctx_supported from updated drivers
Jakub Kicinski
4
-4
/
+0
2024-08-12
ethtool: make ethtool_ops::cap_rss_ctx_supported optional
Jakub Kicinski
3
-4
/
+8
2024-08-12
eth: mlx5: allow disabling queues when RSS contexts exist
Jakub Kicinski
1
-12
/
+0
2024-08-12
eth: mvpp2: implement new RSS context API
Jakub Kicinski
3
-33
/
+69
2024-08-12
selftests: drv-net: rss_ctx: add identifier to traffic comments
Jakub Kicinski
1
-2
/
+2
2024-08-12
net: vxlan: remove duplicated initialization in vxlan_xmit
Menglong Dong
1
-1
/
+1
2024-08-12
net: sunvnet: use ethtool_sprintf/puts
Rosen Penev
1
-24
/
+10
2024-08-11
net: dsa: microchip: ksz9477: split half-duplex monitoring function
Enguerrand de Ribaucourt
1
-37
/
+54
2024-08-11
net: phylib: do not disable autoneg for fixed speeds >= 1G
Russell King (Oracle)
1
-9
/
+25
2024-08-11
net: mii: constify advertising mask
Russell King (Oracle)
1
-3
/
+4
2024-08-11
net: mvpp2: use device_for_each_child_node() to access device child nodes
Javier Carrasco
1
-6
/
+2
2024-08-11
net: mvpp2: use port_count to remove ports
Javier Carrasco
1
-16
/
+7
2024-08-11
bnxt_en: only set dev->queue_mgmt_ops if supported by FW
David Wei
2
-1
/
+5
2024-08-11
bnxt_en: stop packet flow during bnxt_queue_stop/start
David Wei
1
-4
/
+18
2024-08-11
bnxt_en: set vnic->mru in bnxt_hwrm_vnic_cfg()
David Wei
1
-1
/
+2
2024-08-11
bnxt_en: Check the FW's VNIC flush capability
Michael Chan
2
-0
/
+3
2024-08-11
bnxt_en: Add support to call FW to update a VNIC
Michael Chan
2
-0
/
+23
2024-08-11
bnxt_en: Update firmware interface to 1.10.3.68
Michael Chan
1
-140
/
+249
2024-08-11
l2tp: flush workqueue before draining it
James Chapman
1
-1
/
+9
2024-08-11
l2tp: l2tp_eth: use per-cpu counters from dev->tstats
James Chapman
1
-22
/
+10
2024-08-11
l2tp: improve tunnel/session refcount helpers
James Chapman
8
-93
/
+79
2024-08-11
l2tp: use get_next APIs for management requests and procfs/debugfs
James Chapman
5
-69
/
+39
2024-08-11
l2tp: add tunnel/session get_next helpers
James Chapman
2
-0
/
+129
2024-08-11
l2tp: handle hash key collisions in l2tp_v3_session_get
James Chapman
1
-1
/
+2
2024-08-11
l2tp: move l2tp_ip and l2tp_ip6 data to pernet
James Chapman
2
-50
/
+168
2024-08-11
l2tp: remove inline from functions in c sources
James Chapman
4
-6
/
+6
2024-08-11
documentation/networking: update l2tp docs
James Chapman
1
-34
/
+20
2024-08-10
net/mlx5e: CT: Update connection tracking steering entries
Cosmin Ratiu
4
-8
/
+53
2024-08-10
net/mlx5e: CT: 'update' rules instead of 'replace'
Cosmin Ratiu
1
-17
/
+17
2024-08-10
net/mlx5e: Use extack in get module eeprom by page callback
Gal Pressman
1
-2
/
+4
2024-08-10
net/mlx5e: Use extack in set coalesce callback
Gal Pressman
1
-6
/
+14
2024-08-10
net/mlx5e: Use extack in get coalesce callback
Gal Pressman
4
-6
/
+10
[next]