summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-05-176-46/+66
|\
| * SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-141-1/+1
| * SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-144-27/+39
| * SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-141-1/+2
| * SUNRPC: Fix error handling in svc_setup_socket()Chuck Lever2023-05-051-12/+4
| * SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever2023-05-031-6/+11
| * SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* | Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-05-103-6/+12
|\ \
| * | netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-102-3/+6
| * | netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-101-3/+6
* | | af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-101-8/+12
* | | af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-101-1/+1
* | | net: datagram: fix data-races in datagram_poll()Eric Dumazet2023-05-101-5/+10
* | | tcp: add annotations around sk->sk_shutdown accessesEric Dumazet2023-05-103-9/+11
* | | net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-103-6/+4
* | | net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-108-19/+22
* | | net: annotate sk->sk_err write from do_recvmmsg()Eric Dumazet2023-05-101-1/+1
* | | netlink: annotate accesses to nlk->cb_runningEric Dumazet2023-05-101-4/+4
|/ /
* | net: skb_partial_csum_set() fix against transport header magic valueEric Dumazet2023-05-071-2/+2
* | 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