summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-292-20/+16
* SUNRPC: change svc_recv() to return void.NeilBrown2023-08-291-17/+11
* SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-292-2/+2
* nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-291-10/+6
* SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever2023-08-291-1/+11
* SUNRPC: Revert e0a912e8ddbaChuck Lever2023-08-291-6/+0
* SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever2023-08-291-11/+13
* SUNRPC: Send RPC message on TCP with a single sock_sendmsg() callChuck Lever2023-08-291-15/+18
* SUNRPC: Convert svc_tcp_sendmsg to use bio_vecs directlyChuck Lever2023-08-292-44/+70
* SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever2023-08-293-114/+1
* SUNRPC: Remove the ->import_ctx methodChuck Lever2023-08-292-12/+1
* SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2023-08-292-14/+0
* SUNRPC: Remove gss_import_v1_context()Chuck Lever2023-08-291-141/+1
* SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2023-08-292-90/+0
* SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever2023-08-295-486/+0
* SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever2023-08-291-52/+0
* SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever2023-08-291-196/+0
* SUNRPC: Remove RPCSEC_GSS_KRB5_ENCTYPES_DESChuck Lever2023-08-292-29/+0
* SUNRPC: Fix the recent bv_offset fixChuck Lever2023-08-291-1/+3
* Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-2423-75/+190
|\
| * Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2023-08-244-11/+31
| |\
| | * netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2023-08-232-0/+6
| | * netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-231-3/+10
| | * netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso2023-08-231-2/+2
| | * netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso2023-08-231-1/+5
| | * netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso2023-08-231-1/+1
| | * netfilter: nf_tables: validate all pending tablesFlorian Westphal2023-08-231-4/+7
| * | rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-241-0/+3
| |/
| * net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim2023-08-231-13/+40
| * batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-231-0/+3
| * can: raw: add missing refcount for memory leak fixOliver Hartkopp2023-08-231-9/+26
| * can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp2023-08-231-15/+7
| * Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-221-2/+10
| |\
| | * wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-211-2/+10
| * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-205-7/+7
| * | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+18
| * | dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-191-8/+12
| * | sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-191-1/+1
| * | devlink: add missing unregister linecard notificationJiri Pirko2023-08-191-0/+3
| * | Merge tag 'batadv-net-pullrequest-20230816' of git://git.open-mesh.org/linux-...Jakub Kicinski2023-08-196-5/+29
| |\ \
| | * | batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-091-1/+3
| | * | batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-051-1/+0
| | * | batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-07-282-2/+4
| | * | batman-adv: Don't increase MTU when set by userSven Eckelmann2023-07-203-1/+22
| | * | batman-adv: Trigger events for auto adjusted MTUSven Eckelmann2023-07-201-1/+1
* | | | Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-08-221-5/+4
|\ \ \ \ | |/ / / |/| | |
| * | | xprtrdma: Remap Receive buffers after a reconnectChuck Lever2023-08-191-5/+4
* | | | Merge tag 'net-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1818-67/+110
|\ \ \ \
| * | | | sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-1/+1
| * | | | Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...David S. Miller2023-08-165-29/+66
| |\ \ \ \