summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2022-04-07SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust
2022-04-07SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-07SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown
2022-03-25SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-03-24SUNRPC don't resend a task on an offlined transportOlga Kornievskaia
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown
2022-03-13NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown
2022-03-13NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown
2022-03-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown
2022-03-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown
2022-03-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-02-25SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust
2022-02-25SUNRPC: remove redundant pointer plainhdrColin Ian King
2022-02-24ping: remove pr_err from ping_lookupXin Long
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal
2022-02-21netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso
2022-02-19net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean
2022-02-19mptcp: add mibs counter for ignored incoming optionsPaolo Abeni
2022-02-19mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni