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
*
net: neterion: vxge: remove redundant continue statement
Colin Ian King
2021-06-18
1
-3
/
+2
*
drivers: net: netdevsim: fix devlink_trap selftests failing
Oleksandr Mazur
2021-06-18
2
-8
/
+8
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
2021-06-17
7
-26
/
+18
|
\
|
*
ice: remove redundant continue statement in a for-loop
Colin Ian King
2021-06-17
1
-6
/
+4
|
*
net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled
Lorenzo Bianconi
2021-06-17
1
-1
/
+1
|
*
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
2021-06-17
1
-8
/
+4
|
*
ice: Remove the repeated declaration
Shaokun Zhang
2021-06-17
1
-1
/
+0
|
*
ice: remove local variable
Paul M Stillwell Jr
2021-06-17
1
-2
/
+1
|
*
ice: reduce scope of variables
Paul M Stillwell Jr
2021-06-17
2
-6
/
+6
|
*
ice: mark PTYPE 2 as reserved
Jacob Keller
2021-06-17
1
-1
/
+1
|
*
ice: fix incorrect payload indicator on PTYPE
Jacob Keller
2021-06-17
1
-1
/
+1
*
|
Merge branch 'hdlc_ppp-cleanups'
David S. Miller
2021-06-17
1
-21
/
+17
|
\
\
|
*
|
net: hdlc_ppp: add required space
Peng Li
2021-06-17
1
-1
/
+2
|
*
|
net: hdlc_ppp: remove unnecessary out of memory message
Peng Li
2021-06-17
1
-3
/
+2
|
*
|
net: hdlc_ppp: move out assignment in if condition
Peng Li
2021-06-17
1
-1
/
+2
|
*
|
net: hdlc_ppp: fix the code style issue about "foo* bar"
Peng Li
2021-06-17
1
-7
/
+7
|
*
|
net: hdlc_ppp: add blank line after declarations
Peng Li
2021-06-17
1
-0
/
+4
|
*
|
net: hdlc_ppp: remove redundant blank lines
Peng Li
2021-06-17
1
-9
/
+0
|
/
/
*
|
Merge branch 'mdio-nodes'
David S. Miller
2021-06-17
5
-8
/
+14
|
\
\
|
*
|
net: mdio: use device_set_node() to setup both fwnode and of
Ioana Ciornei
2021-06-17
3
-9
/
+6
|
*
|
driver core: add a helper to setup both the of_node and fwnode of a device
Ioana Ciornei
2021-06-17
2
-0
/
+8
|
*
|
net: mdio: setup of_node for the MDIO device
Ioana Ciornei
2021-06-17
1
-0
/
+1
|
/
/
*
|
r8152: store the information of the pipes
Hayes Wang
2021-06-17
1
-5
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-17
146
-1247
/
+4777
|
\
\
|
*
|
selftests/bpf: Fix selftests build with old system-wide headers
Andrii Nakryiko
2021-06-17
1
-0
/
+4
|
*
|
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
2021-06-17
1
-18
/
+43
|
*
|
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
2021-06-17
1
-4
/
+42
|
*
|
samples/bpf: Add missing option to xdp_sample_pkts usage
Wang Hai
2021-06-17
1
-1
/
+2
|
*
|
samples/bpf: Add missing option to xdp_fwd usage
Wang Hai
2021-06-17
1
-0
/
+2
|
*
|
bpf: Fix typo in kernel/bpf/bpf_lsm.c
Shuyi Cheng
2021-06-17
1
-1
/
+1
|
*
|
selftests/bpf: Whitelist test_progs.h from .gitignore
Daniel Xu
2021-06-17
1
-0
/
+1
|
*
|
Merge branch 'bpf-sock-migration'
Daniel Borkmann
2021-06-15
21
-68
/
+1335
|
|
\
\
|
|
*
|
bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.
Kuniyuki Iwashima
2021-06-15
4
-1
/
+692
|
|
*
|
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-06-15
1
-1
/
+4
|
|
*
|
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-06-15
7
-5
/
+88
|
|
*
|
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-06-15
3
-0
/
+12
|
|
*
|
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
2021-06-15
4
-14
/
+58
|
|
*
|
tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.
Kuniyuki Iwashima
2021-06-15
1
-6
/
+69
|
|
*
|
tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
Kuniyuki Iwashima
2021-06-15
1
-1
/
+69
|
|
*
|
tcp: Add reuseport_migrate_sock() to select a new listener.
Kuniyuki Iwashima
2021-06-15
2
-14
/
+67
|
|
*
|
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
2021-06-15
4
-11
/
+186
|
|
*
|
tcp: Add num_closed_socks to struct sock_reuseport.
Kuniyuki Iwashima
2021-06-15
2
-20
/
+60
|
|
*
|
net: Introduce net.ipv4.tcp_migrate_req.
Kuniyuki Iwashima
2021-06-15
3
-0
/
+35
|
|
/
/
|
*
|
libbpf: Set NLM_F_EXCL when creating qdisc
Kumar Kartikeya Dwivedi
2021-06-15
1
-1
/
+1
|
*
|
libbpf: Remove unneeded check for flags during tc detach
Kumar Kartikeya Dwivedi
2021-06-15
1
-2
/
+0
|
*
|
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
2021-06-12
1
-1
/
+3
|
*
|
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
2021-06-12
1
-3
/
+1
|
*
|
selftests, bpf: Make docs tests fail more reliably
Joe Stringer
2021-06-08
3
-1
/
+4
|
*
|
libbpf: Fix pr_warn type warnings on 32bit
Michal Suchanek
2021-06-08
1
-2
/
+2
|
*
|
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
2021-06-08
1
-1
/
+4
[next]