summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-0520-49/+100
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-051-0/+2
| |\
| | * 9p: Remove INET dependencyJason Andryuk2023-05-041-0/+2
| * | net/sched: flower: fix error handler on replaceVlad Buslov2023-05-051-1/+2
| * | Revert "net/sched: flower: Fix wrong handle assignment during filter change"Vlad Buslov2023-05-051-1/+1
| * | net/sched: flower: fix filter idr initializationVlad Buslov2023-05-051-3/+3
| * | netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal2023-05-031-4/+10
| * | af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-031-1/+1
| * | ethtool: Fix uninitialized number of lanesIdo Schimmel2023-05-031-1/+1
| * | netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-034-3/+15
| * | netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso2023-05-031-12/+17
| * | rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-014-1/+13
| * | rxrpc: Make it so that a waiting process can be abortedDavid Howells2023-05-011-2/+5
| * | rxrpc: Fix hard call timeout unitsDavid Howells2023-05-011-1/+1
| * | net/sched: act_mirred: Add carrier checkVictor Nogueira2023-05-011-1/+1
| * | net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-04-281-1/+1
| * | sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
| * | net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
| * | tcp: fix skb_copy_ubufs() vs BIG TCPEric Dumazet2023-04-281-6/+14
| * | net/ncsi: clear Tx enable mode when handling a Config required AENCosmo Chou2023-04-281-0/+1
| * | net/sched: act_pedit: free pedit keys on bail from offset checkPedro Tammela2023-04-271-1/+3
| * | net/sched: flower: Fix wrong handle assignment during filter changeIvan Vecera2023-04-271-1/+1
| * | rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
| |/
* | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-041-4/+4
|\ \
| * | 9p: Add additional debug flags and open modesEric Van Hensbergen2023-03-271-4/+4
* | | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-04-296-69/+243
|\ \ \
| * | | SUNRPC: Support TLS handshake in the server-side TCP socket codeChuck Lever2023-04-273-6/+111
| * | | SUNRPC: Clear rq_xid when receiving a new RPC CallChuck Lever2023-04-271-0/+2
| * | | SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-271-2/+46
| * | | SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-272-3/+3
| * | | SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever2023-04-261-6/+5
| * | | SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-262-1/+20
| * | | SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-262-18/+16
| * | | SUNRPC: Ensure server-side sockets have a sock->fileChuck Lever2023-04-261-7/+18
| * | | NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+14
| * | | sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain2023-04-261-19/+2
| * | | SUNRPC: return proper error from get_expiry()NeilBrown2023-04-262-12/+12
* | | | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-04-295-52/+18
|\ \ \ \
| * | | | SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-04-192-4/+0
| * | | | sunrpc: simplify one-level sysctl registration for debug_tableLuis Chamberlain2023-04-111-10/+1
| * | | | sunrpc: move sunrpc_table and proc routines aboveLuis Chamberlain2023-04-111-19/+16
| * | | | sunrpc: simplify one-level sysctl registration for xs_tunables_tableLuis Chamberlain2023-04-111-11/+2
| * | | | sunrpc: simplify one-level sysctl registration for xr_tunables_tableLuis Chamberlain2023-04-111-10/+1
* | | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \ \ \ \
| * | | | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | | | | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+2
|\ \ \ \ \ \
| * | | | | | Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-4/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-3/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0375-408/+732
| |\ \ \ \ \
| * | | | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2