summaryrefslogtreecommitdiff
path: root/irq.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04irq: rename device_bind_irq_to_cpu to device_set_irq_affinityDaniel Borkmann1-1/+1
2013-06-03irq: break out from xutils and save + restoreDaniel Borkmann1-0/+10
>/+6 2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso3-4/+40 2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso1-23/+28 2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso1-8/+8 2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng1-5/+3 2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5 2017-02-08netfilter: nft_exthdr: add TCP option matchingManuel Messner3-16/+124 2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal1-1/+143 2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal1-14/+15 2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal2-3/+21 2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso3-0/+321 2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso4-5/+21 2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso4-10/+10 2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso2-0/+5 2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso4-13/+13 2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso1-7/+5 2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso4-6/+9 2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter2-2/+26 2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4 2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet4-21/+0 2017-02-03enic: Remove local ndo_busy_poll() implementation.David S. Miller