summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter1-3/+28
2023-08-30netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-08-30netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-08-30netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang1-12/+8
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo5-9/+3
2023-08-30bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend1-18/+18
2023-08-30xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar1-9/+13
2023-08-30bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song1-0/+1
2023-08-30Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds30-51/+131
2023-08-30SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-6/+2
2023-08-30SUNRPC: make rqst_should_sleep() idempotent()NeilBrown1-3/+5
2023-08-30SUNRPC: Clean up svc_set_num_threadsChuck Lever1-35/+25
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2-1/+4
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever2-36/+42
2023-08-30SUNRPC: Move trace_svc_xprt_enqueueChuck Lever1-1/+1
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever4-17/+40
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown2-20/+16
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-17/+11
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown2-2/+2
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown1-10/+6
2023-08-30SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever1-1/+11
2023-08-30SUNRPC: Revert e0a912e8ddbaChuck Lever1-6/+0
2023-08-30SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever1-11/+13
2023-08-30SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever1-15/+18
2023-08-30SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever2-44/+70
2023-08-30SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever3-114/+1
2023-08-30SUNRPC: Remove the ->import_ctx methodChuck Lever2-12/+1
2023-08-30SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2-14/+0
2023-08-30SUNRPC: Remove gss_import_v1_context()Chuck Lever1-141/+1
2023-08-30SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2-90/+0
2023-08-30SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever5-486/+0
2023-08-30SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever1-52/+0
2023-08-30SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever1-196/+0
2023-08-30SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever2-29/+0
2023-08-30SUNRPC: Fix the recent bv_offset fixChuck Lever1-1/+3
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-16/+13
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds289-13709/+16734
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-9/+28
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-28devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko4-64/+30
2023-08-28devlink: move small_ops definition into netlink.cJiri Pirko3-253/+251
2023-08-28devlink: move tracepoint definitions into core.cJiri Pirko2-6/+6
2023-08-28devlink: push linecard related code into separate fileJiri Pirko4-615/+626
2023-08-28devlink: push rate related code into separate fileJiri Pirko4-719/+728
2023-08-28devlink: push trap related code into separate fileJiri Pirko4-1862/+1873
2023-08-28devlink: use tracepoint_enabled() helperJiri Pirko1-1/+1
2023-08-28devlink: push region related code into separate fileJiri Pirko4-1257/+1267
2023-08-28devlink: push param related code into separate fileJiri Pirko4-860/+875
2023-08-28devlink: push resource related code into separate fileJiri Pirko4-575/+582