index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-18
net: dsa: mt7530: prevent possible incorrect XTAL frequency selection
Arınç ÜNAL
1
-10
/
+4
2024-03-18
selftests: net: veth: test the ability to independently manipulate GRO and XDP
Ignat Korchagin
2
-3
/
+25
2024-03-18
net: veth: do not manipulate GRO when using XDP
Ignat Korchagin
1
-18
/
+0
2024-03-18
packet: annotate data-races around ignore_outgoing
Eric Dumazet
2
-3
/
+3
2024-03-18
net: wan: fsl_qmc_hdlc: Fix module compilation
Herve Codina
1
-1
/
+1
2024-03-15
net: ethernet: mtk_eth_soc: fix PPE hanging issue
Daniel Golle
1
-7
/
+11
2024-03-15
net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up
Daniel Golle
1
-4
/
+3
2024-03-15
net: remove {revc,send}msg_copy_msghdr() from exports
Jens Axboe
3
-21
/
+7
2024-03-14
net: txgbe: fix clk_name exceed MAX_DEV_ID limits
Duanqiang Wen
1
-1
/
+1
2024-03-14
docs: networking: fix indentation errors in multi-pf-netdev
Jakub Kicinski
1
-29
/
+29
2024-03-14
rxrpc: Fix error check on ->alloc_txbuf()
David Howells
1
-2
/
+2
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
1
-2
/
+2
2024-03-14
hsr: Fix uninit-value access in hsr_get_node()
Shigeru Yoshida
1
-0
/
+4
2024-03-14
vmxnet3: Fix missing reserved tailroom
William Tu
1
-3
/
+3
2024-03-14
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
1
-1
/
+1
2024-03-13
devlink: Fix devlink parallel commands processing
Shay Drory
1
-6
/
+7
2024-03-13
net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
Eric Dumazet
1
-1
/
+2
2024-03-13
octeontx2-af: Use matching wake_up API variant in CGX command interface
Linu Cherian
1
-1
/
+1
2024-03-13
soc: fsl: qbman: Use raw spinlock for cgr_lock
Sean Anderson
1
-11
/
+14
2024-03-13
soc: fsl: qbman: Always disable interrupts when taking cgr_lock
Sean Anderson
1
-5
/
+5
2024-03-13
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
1
-4
/
+0
2024-03-13
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
1
-22
/
+19
2024-03-12
Revert "x86/bugs: Use fixed addressing for VERW operand"
Dave Hansen
1
-1
/
+1
2024-03-12
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
1
-1
/
+2
2024-03-12
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
2
-12
/
+23
2024-03-12
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
1
-5
/
+5
2024-03-12
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
1
-8
/
+8
2024-03-12
Revert "dm: use queue_limits_set"
Linus Torvalds
2
-13
/
+16
2024-03-12
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
9
-21
/
+21
2024-03-12
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-12
selftests/bpf: Add kprobe multi triggering benchmarks
Jiri Olsa
3
-0
/
+50
2024-03-12
ptp: Move from simple ida to xarray
Kory Maincent
1
-14
/
+18
2024-03-12
vxlan: Remove generic .ndo_get_stats64
Breno Leitao
1
-2
/
+0
2024-03-12
vxlan: Do not alloc tstats manually
Breno Leitao
1
-11
/
+2
2024-03-12
devlink: Add comments to use netlink gen tool
William Tu
1
-1
/
+4
2024-03-11
nfp: flower: handle acti_netdevs allocation failure
Duoming Zhou
1
-0
/
+5
2024-03-11
net/packet: Add getsockopt support for PACKET_COPY_THRESH
Juntong Deng
2
-3
/
+6
2024-03-11
net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID
Juntong Deng
1
-0
/
+3
2024-03-11
selftests/bpf: Add bpf_arena_htab test.
Alexei Starovoitov
6
-0
/
+243
2024-03-11
selftests/bpf: Add bpf_arena_list test.
Alexei Starovoitov
4
-0
/
+314
2024-03-11
selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
Alexei Starovoitov
6
-2
/
+227
2024-03-11
bpf: Add helper macro bpf_addr_space_cast()
Alexei Starovoitov
1
-0
/
+43
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
3
-13
/
+120
2024-03-11
bpftool: Recognize arena map type
Alexei Starovoitov
2
-2
/
+2
2024-03-11
libbpf: Add support for bpf_arena.
Alexei Starovoitov
2
-8
/
+46
2024-03-11
libbpf: Add __arg_arena to bpf_helpers.h
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
3
-4
/
+31
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
5
-9
/
+109
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
3
-1
/
+47
2024-03-11
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
3
-1
/
+194
[next]