index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
net: netconsole: track explicitly if msgbody was written to buffer
Breno Leitao
1
-2
/
+12
2024-10-22
net: netconsole: introduce variable to track body length
Breno Leitao
1
-4
/
+5
2024-10-22
net: netconsole: rename body to msg_body
Breno Leitao
1
-20
/
+21
2024-10-22
net: netconsole: separate fragmented message handling in send_ext_msg
Breno Leitao
1
-28
/
+48
2024-10-22
net: netconsole: split send_ext_msg_udp() function
Breno Leitao
1
-17
/
+29
2024-10-22
net: netconsole: remove msg_ready variable
Breno Leitao
1
-3
/
+1
2024-10-22
tools: ynl-gen: use big-endian netlink attribute types
Asbjørn Sloth Tønnesen
3
-4
/
+7
2024-10-22
selftests: mlxsw: devlink_trap_police: Use defer for test cleanup
Petr Machata
1
-49
/
+36
2024-10-22
selftests: mlxsw: qos_max_descriptors: Use defer for test cleanup
Petr Machata
1
-77
/
+41
2024-10-22
selftests: mlxsw: qos_ets_strict: Use defer for test cleanup
Petr Machata
1
-82
/
+85
2024-10-22
selftests: mlxsw: qos_mc_aware: Use defer for test cleanup
Petr Machata
1
-74
/
+64
2024-10-22
selftests: ETS: Use defer for test cleanup
Petr Machata
4
-78
/
+50
2024-10-22
selftests: TBF: Use defer for test cleanup
Petr Machata
3
-65
/
+36
2024-10-22
selftests: RED: Use defer for test cleanup
Petr Machata
4
-181
/
+149
2024-10-22
selftests: forwarding: lib: Allow passing PID to stop_traffic()
Petr Machata
1
-1
/
+3
2024-10-22
selftests: forwarding: Add a fallback cleanup()
Petr Machata
1
-0
/
+6
2024-10-22
selftests: net: lib: Introduce deferred commands
Petr Machata
4
-2
/
+121
2024-10-22
net: phy: marvell: Add mdix status reporting
Paul Davey
1
-0
/
+14
2024-10-22
net: stmmac: Programming sequence for VLAN packets with split header
Abhishek Chauhan
2
-0
/
+10
2024-10-22
rtnetlink: Protect struct rtnl_af_ops with SRCU.
Kuniyuki Iwashima
2
-17
/
+51
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
7
-11
/
+30
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().
Kuniyuki Iwashima
1
-16
/
+16
2024-10-22
rtnetlink: Clean up rtnl_setlink().
Kuniyuki Iwashima
1
-10
/
+7
2024-10-22
rtnetlink: Clean up rtnl_dellink().
Kuniyuki Iwashima
1
-17
/
+10
2024-10-22
rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().
Kuniyuki Iwashima
1
-25
/
+24
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().
Kuniyuki Iwashima
1
-23
/
+28
2024-10-22
rtnetlink: Protect struct rtnl_link_ops with SRCU.
Kuniyuki Iwashima
2
-23
/
+65
2024-10-22
rtnetlink: Move ops->validate to rtnl_newlink().
Kuniyuki Iwashima
1
-25
/
+24
2024-10-22
rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().
Kuniyuki Iwashima
1
-24
/
+18
2024-10-22
rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().
Kuniyuki Iwashima
1
-19
/
+24
2024-10-22
rtnetlink: Factorise do_setlink() path from __rtnl_newlink().
Kuniyuki Iwashima
1
-68
/
+74
2024-10-22
rtnetlink: Call validate_linkmsg() in do_setlink().
Kuniyuki Iwashima
1
-11
/
+4
2024-10-22
rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.
Kuniyuki Iwashima
1
-3
/
+5
2024-10-21
net/mlx5: fs, rename modify header struct member action
Moshe Shemesh
3
-8
/
+10
2024-10-21
net/mlx5: fs, rename packet reformat struct member action
Moshe Shemesh
2
-11
/
+14
2024-10-21
net/mlx5: Only create VEPA flow table when in VEPA mode
Benjamin Poirier
1
-14
/
+13
2024-10-21
net/mlx5: Add sync reset drop mode support
Moshe Shemesh
1
-1
/
+8
2024-10-21
net/mlx5: Generalize QoS operations for nodes and vports
Carolina Jubran
1
-72
/
+43
2024-10-21
net/mlx5: Simplify QoS scheduling element configuration
Carolina Jubran
1
-46
/
+40
2024-10-21
net/mlx5: Remove vport QoS enabled flag
Carolina Jubran
2
-9
/
+6
2024-10-21
net/mlx5: Refactor vport QoS to use scheduling node structure
Carolina Jubran
5
-67
/
+110
2024-10-21
net/mlx5: Refactor vport scheduling element creation function
Carolina Jubran
1
-12
/
+15
2024-10-21
net/mlx5: Introduce node struct and rename group terminology to node
Carolina Jubran
4
-215
/
+217
2024-10-21
net/mlx5: Rename vport QoS group reference to parent
Carolina Jubran
3
-27
/
+29
2024-10-21
net/mlx5: Restrict domain list insertion to root TSAR ancestors
Carolina Jubran
1
-1
/
+4
2024-10-21
net/mlx5: Add parent group support in rate group structure
Carolina Jubran
1
-6
/
+11
2024-10-21
net/mlx5: Introduce node type to rate group structure
Carolina Jubran
1
-10
/
+18
2024-10-21
net/mlx5: Refactor QoS group scheduling element creation
Carolina Jubran
1
-33
/
+31
2024-10-21
net: hibmcge: Add maintainer for hibmcge
Jijie Shao
1
-0
/
+6
2024-10-21
net: hibmcge: Add a Makefile and update Kconfig for hibmcge
Jijie Shao
3
-1
/
+26
[next]