summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-08svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever1-22/+36
2024-01-08svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever1-1/+4
2024-01-08svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever1-2/+3
2024-01-08svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever1-4/+8
2024-01-08svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever1-5/+5
2024-01-08svcrdma: DMA error tracepoints should report completion IDsChuck Lever1-4/+5
2024-01-08svcrdma: SQ error tracepoints should report completion IDsChuck Lever2-6/+6
2024-01-08rpcrdma: Introduce a simple cid tracepoint classChuck Lever4-4/+4
2024-01-08svcrdma: Add lockdep class keys for transport locksChuck Lever1-0/+6
2024-01-08svcrdma: Clean up lockingChuck Lever1-2/+2
2024-01-08svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever1-1/+11
2024-01-08svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever1-9/+25
2024-01-08svcrdma: Add a utility workqueue to svcrdmaChuck Lever2-8/+25
2024-01-08svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever1-11/+21
2024-01-08svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2-21/+21
2024-01-08SUNRPC: Remove RQ_SPLICE_OKChuck Lever2-12/+0
2024-01-08SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2-0/+22
2024-01-05Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds16-37/+100
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-04Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-2/+3
2024-01-04net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu1-2/+1
2024-01-03net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2024-01-03netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso1-1/+1
2024-01-03netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie1-1/+2
2024-01-03mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni1-0/+13
2024-01-03Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie1-13/+5
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2024-01-01net: qrtr: ns: Return 0 if server port is not presentSarannya S1-1/+3
2024-01-01net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov1-3/+2
2024-01-01net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2023-12-29Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2-2/+2
2023-12-27Merge tag 'wireless-2023-12-19' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-8/+15
2023-12-27keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis1-10/+9
2023-12-25nfc: Do not send datagram if socket state isn't LLCP_BOUNDSiddh Raman Pant1-0/+5
2023-12-25nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant1-3/+36
2023-12-22Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linuxLinus Torvalds1-4/+13
2023-12-21Merge tag 'afs-fixes-20231221' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+9
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds25-110/+269
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells1-1/+9
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+2
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2-52/+9
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh1-0/+2
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+2
2023-12-20netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso1-1/+1
2023-12-20Merge tag 'for-net-2023-12-15' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller5-23/+67
2023-12-20netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso1-1/+1
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2023-12-19wifi: mac80211: add/remove driver debugfs entries as appropriateBenjamin Berg2-6/+13
2023-12-19wifi: mac80211: do not re-add debugfs entries during resumeBenjamin Berg1-3/+3