aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-09netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter
2017-03-13netfilter: provide nft_ctx in object init functionFlorian Westphal
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2017-03-08netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti