summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal-0/+8
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal-1/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso-3/+3
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang-0/+6
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal-0/+2
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-7/+153
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso-1/+5
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso-0/+9
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso-0/+2
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso-0/+4
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso-1/+2
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso-0/+79
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal-0/+1
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso-0/+1
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal-2/+4
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet-3/+7
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal-0/+9
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal-0/+4
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal-0/+4
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal-3/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti-0/+6
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti-0/+6
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti-0/+6
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang-1/+3
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti-0/+3
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti-0/+3
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti-0/+3
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2016-11-24netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal-3/+3
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen-1/+1
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-2/+2
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti-4/+14
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang-24/+9
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso-0/+1
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso-10/+25
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso-5/+6
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso-0/+27
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso-0/+5
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal-0/+31
2016-10-27netfilter: conntrack: avoid excess memory allocationFlorian Westphal-2/+1
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville-1/+1
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang-2/+4
2016-10-05netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignm...Stephen Rothwell-1/+0
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso-0/+22
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang-8/+3
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso-0/+3
2016-09-25netfilter: replace list_head with single linked listAaron Conole-2/+1