index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-30
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
1
-6
/
+2
2023-08-30
SUNRPC: make rqst_should_sleep() idempotent()
NeilBrown
1
-3
/
+5
2023-08-30
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
1
-35
/
+25
2023-08-30
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
2
-1
/
+4
2023-08-30
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
2
-36
/
+42
2023-08-30
SUNRPC: Move trace_svc_xprt_enqueue
Chuck Lever
1
-1
/
+1
2023-08-30
SUNRPC: Add enum svc_auth_status
Chuck Lever
4
-17
/
+40
2023-08-30
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
2
-20
/
+16
2023-08-30
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-17
/
+11
2023-08-30
SUNRPC: call svc_process() from svc_recv().
NeilBrown
2
-2
/
+2
2023-08-30
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-10
/
+6
2023-08-30
SUNRPC: Reduce thread wake-up rate when receiving large RPC messages
Chuck Lever
1
-1
/
+11
2023-08-30
SUNRPC: Revert e0a912e8ddba
Chuck Lever
1
-6
/
+0
2023-08-30
SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array
Chuck Lever
1
-11
/
+13
2023-08-30
SUNRPC: Send RPC message on TCP with a single sock_sendmsg() call
Chuck Lever
1
-15
/
+18
2023-08-30
SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directly
Chuck Lever
2
-44
/
+70
2023-08-30
SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.c
Chuck Lever
3
-114
/
+1
2023-08-30
SUNRPC: Remove the ->import_ctx method
Chuck Lever
2
-12
/
+1
2023-08-30
SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEM
Chuck Lever
2
-14
/
+0
2023-08-30
SUNRPC: Remove gss_import_v1_context()
Chuck Lever
1
-141
/
+1
2023-08-30
SUNRPC: Remove krb5_derive_key_v1()
Chuck Lever
2
-90
/
+0
2023-08-30
SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIED
Chuck Lever
5
-486
/
+0
2023-08-30
SUNRPC: Remove DES and DES3 enctypes from the supported enctypes list
Chuck Lever
1
-52
/
+0
2023-08-30
SUNRPC: Remove Kunit tests for the DES3 encryption type
Chuck Lever
1
-196
/
+0
2023-08-30
SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DES
Chuck Lever
2
-29
/
+0
2023-08-30
SUNRPC: Fix the recent bv_offset fix
Chuck Lever
1
-1
/
+3
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-16
/
+13
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
289
-13709
/
+16734
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-9
/
+28
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2023-08-28
devlink: move devlink_notify_register/unregister() to dev.c
Jiri Pirko
4
-64
/
+30
2023-08-28
devlink: move small_ops definition into netlink.c
Jiri Pirko
3
-253
/
+251
2023-08-28
devlink: move tracepoint definitions into core.c
Jiri Pirko
2
-6
/
+6
2023-08-28
devlink: push linecard related code into separate file
Jiri Pirko
4
-615
/
+626
2023-08-28
devlink: push rate related code into separate file
Jiri Pirko
4
-719
/
+728
2023-08-28
devlink: push trap related code into separate file
Jiri Pirko
4
-1862
/
+1873
2023-08-28
devlink: use tracepoint_enabled() helper
Jiri Pirko
1
-1
/
+1
2023-08-28
devlink: push region related code into separate file
Jiri Pirko
4
-1257
/
+1267
2023-08-28
devlink: push param related code into separate file
Jiri Pirko
4
-860
/
+875
2023-08-28
devlink: push resource related code into separate file
Jiri Pirko
4
-575
/
+582
2023-08-28
devlink: push dpipe related code into separate file
Jiri Pirko
4
-895
/
+926
2023-08-28
devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper
Jiri Pirko
3
-25
/
+26
2023-08-28
devlink: push shared buffer related code into separate file
Jiri Pirko
4
-991
/
+1006
2023-08-28
devlink: push port related code into separate file
Jiri Pirko
4
-1530
/
+1547
2023-08-28
devlink: push object register/unregister notifications into separate helpers
Jiri Pirko
1
-84
/
+163
2023-08-28
inet: fix IP_TRANSPARENT error handling
Eric Dumazet
1
-5
/
+3
2023-08-28
net: Make consumed action consistent in sch_handle_egress
Daniel Borkmann
1
-0
/
+2
2023-08-28
net: Fix skb consume leak in sch_handle_egress
Daniel Borkmann
1
-0
/
+1
2023-08-28
dccp: Fix out of bounds access in DCCP error handler
Jann Horn
2
-9
/
+19
2023-08-28
netrom: Deny concurrent connect().
Kuniyuki Iwashima
1
-0
/
+5
[prev]
[next]