summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang
2016-11-09netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso
2016-11-08netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang
2016-11-08netfilter: conntrack: refine gc worker heuristicsFlorian Westphal
2016-11-08netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal
2016-11-08netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso
2016-11-03netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-11-03netfilter: remove comments that predate rcu daysPablo Neira Ayuso
2016-11-03netfilter: get rid of useless debugging from corePablo Neira Ayuso
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-11-01netfilter: nf_queue: place volatile data in own cachelineFlorian Westphal
2016-11-01netfilter: nf_tables: remove useless U8_MAX validationLiping Zhang
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal
2016-10-31netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-28netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville
2016-10-27netfilter: nf_conntrack_sip: extend request line validationUlrich Weber
2016-10-27netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang
2016-10-27netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang
2016-10-27netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang
2016-10-26netfilter: nft_ct: add notrack supportPablo Neira Ayuso
2016-10-26netfilter: nft_meta: permit pkttype mangling in ip/ip6 preroutingLiping Zhang
2016-10-26netfilter: nft_numgen: start round robin from zeroLiping Zhang
2016-10-26netfilter: nf_tables: allow expressions to return STOLENFlorian Westphal
2016-10-26netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens
2016-10-26netfilter: xt_multiport: Use switch case instead of multiple condition checksGao Feng
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal
2016-10-18netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann
2016-10-17netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso
2016-10-17netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter
2016-10-17netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter
2016-10-17netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang
2016-10-17netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang