aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal1-2/+2
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+2
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-6/+20
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal1-0/+4
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-3/+3
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-1/+1
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang1-0/+2
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-0/+2
2017-05-01netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang1-6/+1
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal1-2/+1
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-1/+1
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal1-2/+2
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal1-6/+0
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-0/+2
2017-04-19nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal1-2/+2
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal1-0/+3
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal1-2/+2
2017-04-19netfilter: remove last traces of variable-sized extensionsFlorian Westphal1-7/+1
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal1-5/+6
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal1-1/+4
2017-04-19netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal2-19/+17
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal2-6/+1
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-9/+1
2017-04-09netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng2-2/+0
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng1-18/+18
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng1-0/+1
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng1-0/+1
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso1-0/+5
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+34
2017-03-17netfilter: refcounter conversionsReshetova, Elena2-2/+5
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-1/+0
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-1/+1
2017-03-13netfilter: provide nft_ctx in object init functionFlorian Westphal1-1/+2
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)1-1/+1
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang1-0/+29
2017-03-08netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso1-2/+4
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso1-4/+5
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-03Merge 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