index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp
Lorenzo Bianconi
1
-0
/
+5
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
1
-1
/
+9
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2
-4
/
+8
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
3
-13
/
+19
2022-01-26
bpf: remove unused static inlines
Jakub Kicinski
1
-7
/
+0
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-116
/
+1148
2022-01-24
bpf: Fix flexible_array.cocci warnings
kernel test robot
1
-1
/
+1
2022-01-24
ping: fix the sk_bound_dev_if match in ping_lookup
Xin Long
1
-1
/
+2
2022-01-24
net/smc: Transitional solution for clcsock race issue
Wen Gu
1
-12
/
+51
2022-01-24
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
1
-3
/
+12
2022-01-24
net-procfs: show net devices bound packet types
Jianguo Wu
1
-3
/
+32
2022-01-21
mptcp: Use struct_group() to avoid cross-field memset()
Kees Cook
1
-3
/
+3
2022-01-22
rxrpc: Adjust retransmission backoff
David Howells
2
-6
/
+4
2022-01-21
xdp: disable XDP_REDIRECT for xdp frags
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
1
-38
/
+138
2022-01-21
bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
Lorenzo Bianconi
1
-9
/
+39
2022-01-21
bpf: introduce frags support to bpf_prog_test_run_xdp()
Lorenzo Bianconi
1
-13
/
+45
2022-01-21
bpf: move user_size out of bpf_test_init
Lorenzo Bianconi
1
-6
/
+7
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
1
-5
/
+52
2022-01-21
bpf: add frags support to the bpf_xdp_adjust_tail() API
Eelco Chaudron
2
-5
/
+72
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
1
-0
/
+15
2022-01-21
xdp: add frags support to xdp_return_{buff/frame}
Lorenzo Bianconi
1
-1
/
+53
2022-01-21
net: xdp: add xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
1
-0
/
+12
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-7
/
+70
2022-01-20
mptcp: fix removing ids bitmap setting
Geliang Tang
1
-1
/
+1
2022-01-20
mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
Paolo Abeni
1
-10
/
+27
2022-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
4
-9
/
+19
2022-01-20
ipv6: annotate accesses to fn->fn_sernum
Eric Dumazet
2
-11
/
+14
2022-01-20
tcp: add a missing sk_defer_free_flush() in tcp_splice_read()
Eric Dumazet
1
-0
/
+1
2022-01-20
ipv6_tunnel: Rate limit warning messages
Ido Schimmel
1
-4
/
+4
2022-01-20
net: sched: Clarify error message when qdisc kind is unknown
Victor Nogueira
1
-1
/
+1
2022-01-20
net: fix information leakage in /proc/net/ptype
Congyu Liu
2
-1
/
+4
2022-01-20
Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
31
-132
/
+229
2022-01-19
ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys
Eric Dumazet
1
-14
/
+15
2022-01-19
ipv4: avoid quadratic behavior in netns dismantle
Eric Dumazet
1
-19
/
+17
2022-01-19
nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()
Krzysztof Kozlowski
1
-0
/
+5
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+2
2022-01-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+6
2022-01-18
bpf: Support bpf_(get|set)sockopt() in bpf unix iter.
Kuniyuki Iwashima
1
-0
/
+15
2022-01-18
bpf: af_unix: Use batching algorithm in bpf unix iter.
Kuniyuki Iwashima
1
-7
/
+177
2022-01-18
af_unix: Refactor unix_next_socket().
Kuniyuki Iwashima
1
-21
/
+30
2022-01-18
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-01-18
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
1
-2
/
+127
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
4
-0
/
+271
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
6
-43
/
+56
2022-01-18
netns: add schedule point in ops_exit_list()
Eric Dumazet
1
-1
/
+3
2022-01-18
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-3
/
+3
2022-01-17
net: Flush deferred skb free on socket destroy
Gal Pressman
1
-0
/
+3
2022-01-17
net/tls: Fix another skb memory leak when running kTLS traffic
Gal Pressman
1
-0
/
+1
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+3
[next]