.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
path: root/drivers/mfd/stw481x.c
ebf1a6'>Makefile cdea28a959a'>net: add LINUX_MIB_PFMEMALLOCDROP counter
AgeCommit message (Expand)AuthorFilesLines
414logplain
-rw-r--r--auth_gss.c54831logplain
-rw-r--r--gss_generic_token.c6226logplain
-rw-r--r--gss_krb5_crypto.c27467logplain
-rw-r--r--gss_krb5_keys.c9076logplain
-rw-r--r--gss_krb5_mech.c20724logplain
-rw-r--r--gss_krb5_seal.c6772logplain
-rw-r--r--gss_krb5_seqnum.c4645logplain
-rw-r--r--gss_krb5_unseal.c6813logplain
-rw-r--r--gss_krb5_wrap.c18005logplain
-rw-r--r--gss_mech_switch.c12603logplain
-rw-r--r--gss_rpc_upcall.c9707logplain
Eric Dumazet1-2/+3
Debugging issues caused by pfmemalloc is often tedious. Add a new SNMP counter to more easily diagnose these problems. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Josef Bacik <jbacik@fb.com> Acked-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-02net: remove useless pfmemalloc settingEric Dumazet1-1/+0
When __alloc_skb() allocates an skb from fast clone cache, setting pfmemalloc on the clone is not needed. Clone will be properly initialized later at skb_clone() time, including pfmemalloc field, as it is included in the headers_start/headers_end section which is fully copied. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
Followup patch renames skb->nfct and changes its type so add a helper to avoid intrusive rename change later. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>