index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
sunrpc: Fix return value of get_srcport()
Anna Schumaker
2021-08-09
1
-1
/
+1
|
*
|
|
|
|
|
SUNRPC/xprtrdma: Fix reconnection locking
Trond Myklebust
2021-08-09
2
-6
/
+7
|
*
|
|
|
|
|
SUNRPC: Clean up scheduling of autoclose
Trond Myklebust
2021-08-09
1
-12
/
+16
|
*
|
|
|
|
|
SUNRPC: Fix potential memory corruption
Trond Myklebust
2021-08-09
1
-2
/
+4
|
*
|
|
|
|
|
SUNRPC: Convert rpc_client refcount to use refcount_t
Trond Myklebust
2021-08-09
4
-15
/
+13
|
*
|
|
|
|
|
xprtrdma: Eliminate rpcrdma_post_sends()
Chuck Lever
2021-08-09
4
-18
/
+2
|
*
|
|
|
|
|
xprtrdma: Add an xprtrdma_post_send_err tracepoint
Chuck Lever
2021-08-09
1
-1
/
+5
|
*
|
|
|
|
|
xprtrdma: Add xprtrdma_post_recvs_err() tracepoint
Chuck Lever
2021-08-09
1
-1
/
+2
|
*
|
|
|
|
|
xprtrdma: Put rpcrdma_reps before waking the tear-down completion
Chuck Lever
2021-08-09
1
-5
/
+5
|
*
|
|
|
|
|
xprtrdma: Disconnect after an ib_post_send() immediate error
Chuck Lever
2021-08-09
3
-1
/
+10
|
*
|
|
|
|
|
SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCs
Chuck Lever
2021-08-09
1
-1
/
+14
|
*
|
|
|
|
|
SUNRPC: Refactor rpc_ping()
Chuck Lever
2021-08-09
1
-11
/
+13
*
|
|
|
|
|
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
isystem: ship and use stdarg.h
Alexey Dobriyan
2021-08-19
1
-1
/
+1
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-09-01
1
-6
/
+6
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
2021-08-09
68
-277
/
+655
|
|
\
|
|
|
|
|
|
*
|
|
|
|
|
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
1
-2
/
+2
|
*
|
|
|
|
|
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
1
-4
/
+4
*
|
|
|
|
|
|
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-09-01
345
-5794
/
+15894
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-31
1
-0
/
+5
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
2021-08-27
1
-1
/
+5
|
|
|
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
ipv6: seg6: remove duplicated include
Lv Ruyi
2021-08-31
1
-1
/
+0
|
*
|
|
|
|
|
|
ipv6: remove duplicated 'net/lwtunnel.h' include
Lv Ruyi
2021-08-31
1
-1
/
+0
|
*
|
|
|
|
|
|
fou: remove sparse errors
Eric Dumazet
2021-08-31
2
-6
/
+6
|
*
|
|
|
|
|
|
ipv4: fix endianness issue in inet_rtm_getroute_build_skb()
Eric Dumazet
2021-08-31
1
-1
/
+1
|
*
|
|
|
|
|
|
af_unix: fix potential NULL deref in unix_dgram_connect()
Eric Dumazet
2021-08-31
1
-3
/
+6
|
*
|
|
|
|
|
|
net: bridge: use mld2r_ngrec instead of icmpv6_dataun
MichelleJin
2021-08-31
1
-5
/
+5
|
*
|
|
|
|
|
|
net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed
Xiyu Yang
2021-08-31
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-31
14
-57
/
+339
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
2021-08-26
2
-3
/
+44
|
|
*
|
|
|
|
|
|
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG
Xu Liu
2021-08-24
1
-0
/
+14
|
|
*
|
|
|
|
|
|
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-24
4
-8
/
+8
|
|
*
|
|
|
|
|
|
af_unix: Fix NULL pointer bug in unix_shutdown
Jiang Wang
2021-08-23
1
-1
/
+2
|
|
*
|
|
|
|
|
|
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
Xu Liu
2021-08-19
1
-0
/
+14
|
|
*
|
|
|
|
|
|
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
2021-08-17
3
-35
/
+142
|
|
*
|
|
|
|
|
|
af_unix: Add read_sock for stream socket types
Jiang Wang
2021-08-17
1
-0
/
+12
|
|
*
|
|
|
|
|
|
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
6
-11
/
+11
|
|
*
|
|
|
|
|
|
bpf: af_unix: Implement BPF iterator for UNIX domain socket.
Kuniyuki Iwashima
2021-08-15
1
-0
/
+93
|
*
|
|
|
|
|
|
|
sch_htb: Fix inconsistency when leaf qdisc creation fails
Maxim Mikityanskiy
2021-08-31
1
-35
/
+62
|
*
|
|
|
|
|
|
|
net: ipv4: Fix the warning for dereference
Yajun Deng
2021-08-30
1
-1
/
+3
|
*
|
|
|
|
|
|
|
net: qrtr: make checks in qrtr_endpoint_post() stricter
Dan Carpenter
2021-08-30
1
-2
/
+6
|
*
|
|
|
|
|
|
|
fix array-index-out-of-bounds in taprio_change
Haimin Zhang
2021-08-30
1
-1
/
+3
|
*
|
|
|
|
|
|
|
net: fix NULL pointer reference in cipso_v4_doi_free
王贇
2021-08-30
1
-2
/
+2
|
*
|
|
|
|
|
|
|
ipv4: make exception cache less predictible
Eric Dumazet
2021-08-30
1
-16
/
+30
|
*
|
|
|
|
|
|
|
ipv6: make exception cache less predictible
Eric Dumazet
2021-08-30
1
-1
/
+4
|
*
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-08-30
9
-212
/
+317
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
netfilter: add netfilter hooks to SRv6 data plane
Ryoga Saito
2021-08-30
6
-36
/
+224
|
|
*
|
|
|
|
|
|
|
netfilter: x_tables: handle xt_register_template() returning an error value
Lukas Bulwahn
2021-08-25
1
-0
/
+2
|
|
*
|
|
|
|
|
|
|
netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}
Pablo Neira Ayuso
2021-08-25
1
-0
/
+6
|
|
*
|
|
|
|
|
|
|
netfilter: ecache: remove nf_exp_event_notifier structure
Florian Westphal
2021-08-25
2
-67
/
+6
[prev]
[next]