summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust2022-04-071-1/+3
* SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2022-04-072-0/+12
* SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-071-0/+5
* SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-071-0/+2
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-072-9/+14
* SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-303-13/+20
* SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
* SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
* SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
* SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
* SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15
* SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
* NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
* NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
* SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
* SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
* SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
* SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
* SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12
* SUNRPC: change locking for xs_swap_enable/disableNeilBrown2022-03-131-15/+11
* NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
* SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-135-7/+32
* NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDSNeilBrown2022-03-131-1/+1
* SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2022-03-132-18/+0
* SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+5
* SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-134-4/+21
* SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2022-03-132-2/+6
* SUNRPC/xprtrdma: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-262-3/+3
* SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-264-19/+19
* SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-265-7/+7
* SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-261-2/+2
* ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-02-231-1/+1
* net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-231-1/+8
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-227-6/+57
|\
| * netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
| * netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
| * netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
| * netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-204-2/+25
| * netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2
* | gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-212-1/+6
* | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
* | mptcp: add mibs counter for ignored incoming optionsPaolo Abeni2022-02-193-2/+10
* | mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni2022-02-191-5/+14