summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-6/+20
* netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-0/+4
* netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-3/+3
* netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-1/+1
* netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-151-0/+2
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-0/+2
* netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang2017-05-011-6/+1Star
* netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal2017-05-011-2/+1Star
* netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-1/+1
* netfilter: conntrack: mark extension structs as constFlorian Westphal2017-04-261-2/+2
* netfilter: conntrack: remove prealloc supportFlorian Westphal2017-04-261-6/+0Star
* netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-0/+2
* nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal2017-04-191-2/+2
* netfilter: allow early drop of assured conntracksFlorian Westphal2017-04-191-0/+3
* netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2017-04-191-2/+2
* netfilter: remove last traces of variable-sized extensionsFlorian Westphal2017-04-191-7/+1Star
* netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-5/+6
* netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-191-1/+4
* netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal2017-04-192-19/+17Star
* netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-152-6/+1Star
* netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-9/+1Star
* netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng2017-04-092-2/+0Star
* netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-18/+18
* netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-061-0/+1
* netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-061-0/+1
* netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-061-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-243-4/+34
|\
| * Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso2017-03-131-1/+0Star
| * netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)2017-03-131-1/+1
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-131-0/+29
| * netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso2017-03-081-2/+4
* | netfilter: refcounter conversionsReshetova, Elena2017-03-172-2/+5
* | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-1/+1
* | netfilter: provide nft_ctx in object init functionFlorian Westphal2017-03-131-1/+2
* | netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-061-4/+5
|/
* netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-3/+3
* netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso2017-02-121-0/+3
* netfilter: nf_tables: add space notation to setsPablo Neira Ayuso2017-02-081-0/+2
* netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso2017-02-081-2/+2
* netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso2017-02-081-0/+1
* netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso2017-02-081-4/+4
* netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso2017-02-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-036-5/+21
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-0/+3
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-5/+6
| * netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-021-0/+2
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-021-0/+8