summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-20SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust1-1/+1
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust3-20/+20
2022-07-27SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-07-25SUNRPC create a function that probes only offline transportsOlga Kornievskaia1-0/+65
2022-07-25SUNRPC export xprt_iter_rewind functionOlga Kornievskaia1-1/+0
2022-07-25SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia1-21/+31
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia3-7/+22
2022-07-25SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia1-0/+14
2022-07-25SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2-12/+98
2022-07-25SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia1-0/+46
2022-07-25SUNRPC expose functions for offline remote xprt functionalityOlga Kornievskaia2-23/+37
2022-07-23SUNRPC: Remove xdr_align_data() and xdr_expand_hole()Anna Schumaker1-66/+0
2022-07-23SUNRPC: Add a function for zeroing out a portion of an xdr_streamAnna Schumaker1-0/+23
2022-07-23SUNRPC: Add a function for directly setting the xdr page lenAnna Schumaker1-0/+30
2022-07-23SUNRPC: Introduce xdr_stream_move_subsegment()Anna Schumaker1-0/+59
2022-07-23SUNRPC: Replace dprintk() call site in xs_data_readyChuck Lever1-2/+4
2022-07-23SUNRPC: Fail faster on bad verifierChuck Lever1-1/+1
2022-07-12sunrpc: fix expiry of auth credsDan Aloni1-1/+1
2022-07-11SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust3-12/+6
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-57/+155
2022-07-07net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman1-4/+4
2022-07-06mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang1-0/+2
2022-07-06mptcp: fix local endpoint accountingPaolo Abeni1-1/+2
2022-07-06mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor3-6/+62
2022-07-06mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau3-3/+12
2022-07-06mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2-6/+5
2022-07-06mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni1-13/+6
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov1-1/+1
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2-1/+3
2022-07-04can: bcm: use call_rcu() instead of costly synchronize_rcu()Oliver Hartkopp1-4/+14
2022-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-16/+41
2022-07-02netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso1-15/+33
2022-07-02netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso1-1/+8
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2022-07-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2022-07-01SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-30net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-06-30ipv6: fix lockdep splat in in6_dump_addrs()Eric Dumazet1-2/+2
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-26/+65
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-06-29net: ipv6: unexport __init-annotated seg6_hmac_net_init()YueHaibing1-1/+0
2022-06-29ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-06-29mptcp: fix race on unaccepted mptcp socketsPaolo Abeni3-0/+59
2022-06-29mptcp: consistent map handling on failurePaolo Abeni1-10/+9
2022-06-29mptcp: fix shutdown vs fallback racePaolo Abeni4-6/+19
2022-06-29mptcp: invoke MP_FAIL response when neededGeliang Tang4-45/+82
2022-06-29mptcp: introduce MAPPING_BAD_CSUMPaolo Abeni1-9/+9
2022-06-29mptcp: fix error mibs accountingPaolo Abeni3-6/+4
2022-06-28xsk: Clear page contiguity bit when unmapping poolIvan Malov1-0/+1