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
*
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
2022-12-01
5
-12
/
+19
*
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
2022-12-01
1
-1
/
+2
*
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
2022-12-01
5
-13
/
+19
*
selftests/bpf: Add bench test to arm64 and s390x denylist
Daniel Borkmann
2022-12-01
2
-0
/
+2
*
selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ mode
Andrii Nakryiko
2022-11-30
1
-3
/
+10
*
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
2022-11-30
1
-0
/
+7
*
selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...
Martin KaFai Lau
2022-11-30
1
-15
/
+10
*
selftests/bpf: Remove serial from tests using {open,close}_netns
Martin KaFai Lau
2022-11-30
5
-5
/
+5
*
selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns
Martin KaFai Lau
2022-11-30
1
-46
/
+5
*
selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callers
Martin KaFai Lau
2022-11-30
1
-56
/
+27
*
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 test
Martin KaFai Lau
2022-11-30
1
-20
/
+12
*
selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime test
Martin KaFai Lau
2022-11-30
1
-49
/
+100
*
selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...
Martin KaFai Lau
2022-11-30
1
-28
/
+18
*
selftests/net: add csum offload test
Willem de Bruijn
2022-11-30
3
-0
/
+988
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
2022-11-30
8
-49
/
+114
|
\
|
*
Merge branch 'xfrm: add extack support to some more message types'
Steffen Klassert
2022-11-26
5
-43
/
+109
|
|
\
|
|
*
xfrm: add extack to xfrm_set_spdinfo
Sabrina Dubroca
2022-11-25
1
-4
/
+12
|
|
*
xfrm: add extack to xfrm_alloc_userspi
Sabrina Dubroca
2022-11-25
4
-12
/
+26
|
|
*
xfrm: add extack to xfrm_do_migrate
Sabrina Dubroca
2022-11-25
4
-15
/
+34
|
|
*
xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
Sabrina Dubroca
2022-11-25
1
-9
/
+28
|
|
*
xfrm: add extack to xfrm_del_sa
Sabrina Dubroca
2022-11-25
1
-1
/
+1
|
|
*
xfrm: add extack to xfrm_add_sa_expire
Sabrina Dubroca
2022-11-25
1
-1
/
+4
|
|
*
xfrm: a few coding style clean ups
Sabrina Dubroca
2022-11-25
2
-6
/
+9
|
|
/
|
*
xfrm: Remove not-used total variable
Leon Romanovsky
2022-10-25
1
-2
/
+2
|
*
xfrm: update x->lastused for every packet
Antony Antony
2022-10-25
2
-2
/
+2
|
*
esp6: remove redundant variable err
Colin Ian King
2022-10-19
1
-2
/
+1
*
|
Merge branch 'net-pcs-altera-tse-simplify-and-clean-up-the-driver'
Jakub Kicinski
2022-11-30
1
-18
/
+3
|
\
\
|
*
|
net: pcs: altera-tse: remove unnecessary register definitions
Maxime Chevallier
2022-11-30
1
-9
/
+0
|
*
|
net: pcs: altera-tse: don't set the speed for 1000BaseX
Maxime Chevallier
2022-11-30
1
-1
/
+0
|
*
|
net: pcs: altera-tse: use read_poll_timeout to wait for reset
Maxime Chevallier
2022-11-30
1
-8
/
+3
|
/
/
*
|
Merge branch 'mptcp-msg_fastopen-and-tfo-listener-side-support'
Jakub Kicinski
2022-11-30
9
-115
/
+358
|
\
\
|
*
|
selftests: mptcp: mptfo Initiator/Listener
Dmytro Shytyi
2022-11-30
2
-42
/
+150
|
*
|
mptcp: add support for TCP_FASTOPEN_KEY sockopt
Matthieu Baerts
2022-11-30
1
-3
/
+3
|
*
|
mptcp: add TCP_FASTOPEN sock option
Dmytro Shytyi
2022-11-30
1
-1
/
+4
|
*
|
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
2022-11-30
4
-1
/
+92
|
*
|
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
2022-11-30
6
-15
/
+54
|
*
|
mptcp: consolidate initial ack seq generation
Paolo Abeni
2022-11-30
4
-45
/
+45
|
*
|
mptcp: track accurately the incoming MPC suboption type
Paolo Abeni
2022-11-30
1
-3
/
+8
|
*
|
mptcp: add MSG_FASTOPEN sendmsg flag support
Dmytro Shytyi
2022-11-30
1
-6
/
+3
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
605
-2716
/
+4968
|
\
\
|
*
\
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-11-29
73
-265
/
+480
|
|
\
\
|
|
*
|
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
2022-11-29
1
-0
/
+1
|
|
*
|
MAINTAINERS: Update maintainer list for chelsio drivers
Ayush Sawal
2022-11-29
1
-4
/
+0
|
|
*
|
ionic: update MAINTAINERS entry
Shannon Nelson
2022-11-29
2
-1
/
+3
|
|
*
|
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
2022-11-29
5
-7
/
+49
|
|
*
|
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
2022-11-29
1
-4
/
+2
|
|
*
|
net/mlx5: Lag, Fix for loop when checking lag
Chris Mi
2022-11-29
1
-2
/
+4
|
|
*
|
Revert "net/mlx5e: MACsec, remove replay window size limitation in offload path"
Saeed Mahameed
2022-11-29
2
-0
/
+23
|
|
*
|
net: marvell: prestera: Fix a NULL vs IS_ERR() check in some functions
Shang XiaoJing
2022-11-29
2
-3
/
+3
|
|
*
|
net: tun: Fix use-after-free in tun_detach()
Shigeru Yoshida
2022-11-29
1
-1
/
+3
[next]