summaryrefslogtreecommitdiff
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso1-3/+3
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso1-0/+3
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso1-0/+2
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso1-2/+2
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso1-0/+1
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso1-4/+4
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso1-1/+2
2017-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-5/+21
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-0/+3
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-5/+6
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-0/+2
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-0/+8
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-1/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso1-3/+3
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang1-0/+6
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal2-0/+2
2016-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-7/+153
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso1-1/+5
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-0/+9
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso1-0/+2
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-0/+4
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso1-1/+2
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+79
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal1-0/+1
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso1-0/+1
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal2-2/+4
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-3/+7
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal1-0/+9
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal1-0/+4
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal1-0/+4
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal1-3/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti2-0/+6
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti2-0/+6
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti2-0/+6
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang1-1/+3
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti1-0/+3
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti1-0/+3
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti1-0/+3
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal1-3/+3
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-1/+1
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+6
2016-11-10netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-4/+14
2016-11-10netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang1-24/+9
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-0/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-5/+6