index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Convert call->recvmsg_lock to a spinlock
David Howells
2023-01-31
4
-10
/
+10
*
rxrpc: Shrink the tabulation in the rxrpc trace header a bit
David Howells
2023-01-31
1
-98
/
+98
*
rxrpc: Remove whitespace before ')' in trace header
David Howells
2023-01-31
1
-213
/
+213
*
rxrpc: Fix trace string
David Howells
2023-01-30
2
-2
/
+2
*
Merge branch 'devlink-next'
David S. Miller
2023-01-30
12
-67
/
+17
|
\
|
*
devlink: remove devlink features
Jiri Pirko
2023-01-30
12
-35
/
+6
|
*
devlink: send objects notifications during devlink reload
Jiri Pirko
2023-01-30
1
-18
/
+2
|
*
devlink: move devlink reload notifications back in between _down() and _up() ...
Jiri Pirko
2023-01-30
1
-21
/
+16
|
/
*
Merge branch 'sparx5-ES2-VCAP-support'
David S. Miller
2023-01-30
19
-162
/
+2390
|
\
|
*
net: microchip: sparx5: Add KUNIT tests for enabling/disabling chains
Steen Hegelund
2023-01-30
1
-0
/
+66
|
*
net: microchip: sparx5: Add TC support for the ES2 VCAP
Steen Hegelund
2023-01-30
2
-4
/
+39
|
*
net: microchip: sparx5: Add ingress information to VCAP instance
Steen Hegelund
2023-01-30
11
-19
/
+46
|
*
net: microchip: sparx5: Add ES2 VCAP keyset configuration for Sparx5
Steen Hegelund
2023-01-30
4
-119
/
+803
|
*
net: microchip: sparx5: Add ES2 VCAP model and updated KUNIT VCAP model
Steen Hegelund
2023-01-30
5
-18
/
+1401
|
*
net: microchip: sparx5: Improve error message when parsing CVLAN filter
Steen Hegelund
2023-01-30
1
-1
/
+4
|
*
net: microchip: sparx5: Improve the IP frame key match for IPv6 frames
Steen Hegelund
2023-01-30
1
-0
/
+8
|
*
net: microchip: sparx5: Add support for getting keysets without a type id
Steen Hegelund
2023-01-30
1
-1
/
+23
|
/
*
Merge tag 'batadv-next-pullrequest-20230127' of git://git.open-mesh.org/linux...
David S. Miller
2023-01-30
17
-323
/
+110
|
\
|
*
batman-adv: tvlv: prepare for tvlv enabled multicast packet type
Linus Lüssing
2023-01-21
11
-37
/
+74
|
*
batman-adv: mcast: remove now redundant single ucast forwarding
Linus Lüssing
2023-01-21
3
-280
/
+33
|
*
batman-adv: Fix mailing list address
Sven Eckelmann
2023-01-21
1
-1
/
+1
|
*
batman-adv: Drop prandom.h includes
Sven Eckelmann
2023-01-06
4
-4
/
+1
|
*
batman-adv: Start new development cycle
Simon Wunderlich
2023-01-06
1
-1
/
+1
*
|
net: bcmgenet: Add a check for oversized packets
Florian Fainelli
2023-01-30
1
-0
/
+8
*
|
fec: convert to gpio descriptor
Arnd Bergmann
2023-01-30
1
-16
/
+9
*
|
net: mdio: mux-meson-g12a: use __clk_is_enabled to simplify the code
Heiner Kallweit
2023-01-30
1
-8
/
+3
*
|
net: netlink: recommend policy range validation
Johannes Berg
2023-01-28
1
-1
/
+2
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-01-28
124
-1824
/
+6383
|
\
\
|
*
|
selftest/bpf: Make crashes more debuggable in test_progs
Stanislav Fomichev
2023-01-28
1
-2
/
+2
|
*
|
libbpf: Add documentation to map pinning API functions
Grant Seltzer
2023-01-27
1
-3
/
+69
|
*
|
libbpf: Fix malformed documentation formatting
Grant Seltzer
2023-01-27
1
-6
/
+12
|
*
|
selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata
Stanislav Fomichev
2023-01-27
1
-1
/
+44
|
*
|
Merge branch 'Enable bpf_setsockopt() on ktls enabled sockets.'
Martin KaFai Lau
2023-01-26
3
-1
/
+82
|
|
\
\
|
|
*
|
selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.
Kui-Feng Lee
2023-01-26
2
-0
/
+81
|
|
*
|
bpf: Check the protocol of a sock to agree the calls to bpf_setsockopt().
Kui-Feng Lee
2023-01-25
1
-1
/
+1
|
|
/
/
|
*
|
Merge branch 'Enable struct_ops programs to be sleepable'
Alexei Starovoitov
2023-01-25
9
-30
/
+103
|
|
\
\
|
|
*
|
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-25
5
-24
/
+93
|
|
*
|
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
2023-01-25
3
-3
/
+5
|
|
*
|
libbpf: Support sleepable struct_ops.s section
David Vernet
2023-01-25
1
-0
/
+1
|
|
*
|
bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepable
David Vernet
2023-01-25
2
-3
/
+4
|
|
/
/
|
*
|
selftests/bpf: Fix vmtest static compilation error
Daniel T. Lee
2023-01-25
1
-2
/
+3
|
*
|
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
2023-01-25
1
-10
/
+7
|
*
|
tools/resolve_btfids: Install subcmd headers
Ian Rogers
2023-01-25
2
-6
/
+15
|
*
|
Merge branch 'Enable cpumasks to be used as kptrs'
Alexei Starovoitov
2023-01-25
17
-5
/
+1774
|
|
\
\
|
|
*
|
bpf/docs: Document the nocast aliasing behavior of ___init
David Vernet
2023-01-25
1
-0
/
+43
|
|
*
|
bpf/docs: Document how nested trusted fields may be defined
David Vernet
2023-01-25
1
-1
/
+21
|
|
*
|
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
2023-01-25
4
-0
/
+613
|
|
*
|
selftests/bpf: Add selftest suite for cpumask kfuncs
David Vernet
2023-01-25
5
-0
/
+741
|
|
*
|
selftests/bpf: Add nested trust selftests suite
David Vernet
2023-01-25
5
-0
/
+77
|
|
*
|
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
2023-01-25
2
-0
/
+269
[next]