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
*
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
2296
-44214
/
+209317
|
\
|
*
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-02
6
-53
/
+9
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-02
19
-39
/
+233
|
|
\
|
|
*
ibmvnic: delay complete()
Sukadev Bhattiprolu
2021-11-01
1
-7
/
+9
|
|
*
ibmvnic: Process crqs after enabling interrupts
Sukadev Bhattiprolu
2021-11-01
1
-0
/
+3
|
|
*
ibmvnic: don't stop queue in xmit
Sukadev Bhattiprolu
2021-11-01
1
-2
/
+0
|
|
*
Merge branch 'SO_MARK-routing'
David S. Miller
2021-11-01
5
-1
/
+132
|
|
|
\
|
|
|
*
selftests: udp: test for passing SO_MARK as cmsg
Jakub Kicinski
2021-11-01
4
-0
/
+131
|
|
|
*
udp6: allow SO_MARK ctrl msg to affect routing
Jakub Kicinski
2021-11-01
1
-1
/
+1
|
|
|
/
|
|
*
cls_flower: Fix inability to match GRE/IPIP packets
Yoshiki Komachi
2021-10-29
3
-1
/
+18
|
|
*
selftests: net: bridge: update IGMP/MLD membership interval value
Nikolay Aleksandrov
2021-10-29
2
-6
/
+18
|
|
*
net: bridge: fix uninitialized variables when BRIDGE_CFM is disabled
Ivan Vecera
2021-10-29
1
-0
/
+2
|
|
*
net: phylink: avoid mvneta warning when setting pause parameters
Russell King (Oracle)
2021-10-29
1
-1
/
+1
|
|
*
Merge branch 'nfp-fixes'
David S. Miller
2021-10-29
1
-6
/
+2
|
|
|
\
|
|
|
*
nfp: fix potential deadlock when canceling dim work
Yinjun Zhang
2021-10-29
1
-4
/
+0
|
|
|
*
nfp: fix NULL pointer access when scheduling dim work
Yinjun Zhang
2021-10-29
1
-2
/
+2
|
|
|
/
|
|
*
selftests/net: update .gitignore with newly added tests
Shuah Khan
2021-10-29
1
-0
/
+4
|
|
*
net: amd-xgbe: Toggle PLL settings during rate change
Shyam Sundar S K
2021-10-29
2
-1
/
+27
|
|
*
Merge branch 'sctp-plpmtud-fixes'
David S. Miller
2021-10-29
3
-14
/
+17
|
|
|
\
|
|
|
*
sctp: return true only for pathmtu update in sctp_transport_pl_toobig
Xin Long
2021-10-29
1
-3
/
+4
|
|
|
*
sctp: subtract sctphdr len in sctp_transport_pl_hlen
Xin Long
2021-10-29
1
-1
/
+2
|
|
|
*
sctp: reset probe_timer in sctp_transport_pl_update
Xin Long
2021-10-29
1
-3
/
+1
|
|
|
*
sctp: allow IP fragmentation when PLPMTUD enters Error state
Xin Long
2021-10-29
2
-7
/
+10
|
|
|
/
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-02
280
-5879
/
+11791
|
|
\
\
|
|
*
|
libbpf: Deprecate AF_XDP support
Magnus Karlsson
2021-11-02
1
-38
/
+52
|
|
*
|
kbuild: Unify options for BTF generation for vmlinux and modules
Jiri Olsa
2021-11-02
4
-11
/
+25
|
|
*
|
selftests/bpf: Add a testcase for 64-bit bounds propagation issue.
Alexei Starovoitov
2021-11-02
2
-0
/
+63
|
|
*
|
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
2021-11-02
1
-1
/
+1
|
|
*
|
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-11-02
2
-2
/
+2
|
|
*
|
selftests/bpf: Fix also no-alu32 strobemeta selftest
Andrii Nakryiko
2021-11-02
1
-13
/
+2
|
|
*
|
bpf: Add missing map_delete_elem method to bloom filter map
Eric Dumazet
2021-11-01
1
-0
/
+6
|
|
*
|
Merge branch '"map_extra" and bloom filter fixups'
Alexei Starovoitov
2021-11-01
5
-52
/
+64
|
|
|
\
\
|
|
|
*
|
selftests/bpf: Add bloom map success test for userspace calls
Joanne Koong
2021-11-01
1
-26
/
+33
|
|
|
*
|
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
2021-11-01
3
-3
/
+5
|
|
|
*
|
bpf: Bloom filter map naming fixups
Joanne Koong
2021-11-01
1
-23
/
+26
|
|
|
/
/
|
|
*
|
Merge branch 'introduce dummy BPF STRUCT_OPS'
Alexei Starovoitov
2021-11-01
9
-32
/
+439
|
|
|
\
\
|
|
|
*
|
selftests/bpf: Add test cases for struct_ops prog
Hou Tao
2021-11-01
2
-0
/
+165
|
|
|
*
|
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2021-11-01
5
-0
/
+225
|
|
|
*
|
bpf: Factor out helpers for ctx access checking
Hou Tao
2021-11-01
3
-22
/
+26
|
|
|
*
|
bpf: Factor out a helper to prepare trampoline for struct_ops prog
Hou Tao
2021-11-01
2
-10
/
+23
|
|
|
/
/
|
|
*
|
selftests, bpf: Fix broken riscv build
Björn Töpel
2021-11-01
1
-1
/
+1
|
|
*
|
riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
Björn Töpel
2021-11-01
1
-0
/
+32
|
|
*
|
tools, build: Add RISC-V to HOSTARCH parsing
Björn Töpel
2021-11-01
1
-1
/
+2
|
|
*
|
riscv, bpf: Increase the maximum number of iterations
Björn Töpel
2021-11-01
1
-1
/
+1
|
|
*
|
selftests, bpf: Add one test for sockmap with strparser
Liu Jian
2021-11-01
1
-3
/
+30
|
|
*
|
selftests, bpf: Fix test_txmsg_ingress_parser error
Liu Jian
2021-11-01
1
-0
/
+2
|
|
*
|
skmsg: Lose offset info in sk_psock_skb_ingress
Liu Jian
2021-11-01
2
-12
/
+49
|
|
*
|
selftests/bpf: Fix strobemeta selftest regression
Andrii Nakryiko
2021-11-01
1
-0
/
+11
|
|
*
|
bpf: Disallow unprivileged bpf by default
Pawan Gupta
2021-11-01
1
-0
/
+7
|
|
*
|
selftests/bpf: Fix fclose/pclose mismatch in test_progs
Andrea Righi
2021-10-29
1
-2
/
+2
[next]