summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever2024-03-221-6/+8
* svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-012-23/+68
* svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-012-38/+48
* svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-012-35/+57
* svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-012-40/+53
* svcrdma: Post Send WR chainChuck Lever2024-03-012-17/+34
* svcrdma: Fix retry loop in svc_rdma_send()Chuck Lever2024-03-011-11/+17
* svcrdma: Prevent a UAF in svc_rdma_send()Chuck Lever2024-03-011-3/+8
* svcrdma: Fix SQ wake-upsChuck Lever2024-03-011-3/+3
* svcrdma: Increase the per-transport rw_ctx countChuck Lever2024-03-011-2/+7
* svcrdma: Update max_send_sges after QP is createdChuck Lever2024-03-011-0/+1
* svcrdma: Report CQ depths in debugging outputChuck Lever2024-03-011-1/+2
* svcrdma: Reserve an extra WQE for ib_drain_rq()Chuck Lever2024-03-011-1/+1
* SUNRPC: Remove stale commentsChuck Lever2024-03-011-9/+0
* SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever2024-03-011-1/+0
* sunrpc: use the struct net as the svc proc privateJosef Bacik2024-03-011-1/+1
* sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-5/+7
* sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik2024-03-011-9/+18
* SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever2024-03-011-8/+6
* SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu2024-03-011-8/+19
* SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu2024-03-011-1/+10
* l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-1/+1
* Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-222-42/+56
|\
| * netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal2024-02-221-1/+1
| * netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso2024-02-221-38/+40
| * netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso2024-02-221-0/+1
| * netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-221-3/+13
| * netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-02-221-0/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-222-3/+7
|\ \
| * | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-02-211-2/+5
| * | xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior2024-02-131-1/+2
* | | Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
* | | phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-02-221-9/+32
* | | phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-02-221-2/+2
* | | net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-02-211-1/+4
* | | devlink: fix port dump cmd typeJiri Pirko2024-02-211-1/+1
* | | net: mctp: put sock on tag allocation failureJeremy Kerr2024-02-211-1/+1
* | | tls: don't skip over different type records from the rx_listSabrina Dubroca2024-02-211-8/+14
* | | tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca2024-02-211-1/+1
* | | tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca2024-02-211-0/+2
* | | af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-02-211-13/+9
* | | net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-213-34/+15
* | | arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima2024-02-201-1/+2
* | | devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev2024-02-201-3/+9
* | | ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-02-201-9/+11
| |/ |/|
* | mptcp: fix duplicate subflow creationPaolo Abeni2024-02-181-15/+18
* | mptcp: fix data races on remote_idPaolo Abeni2024-02-182-7/+7
* | mptcp: fix data races on local_idPaolo Abeni2024-02-186-13/+23
* | mptcp: fix lockless access in subflow ULP diagPaolo Abeni2024-02-182-2/+6
* | mptcp: add needs_id for netlink appending addrGeliang Tang2024-02-181-5/+19