aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso3-3/+4
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso1-0/+26
2017-02-12netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso1-0/+6
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso1-4/+27
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso1-23/+28
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso1-8/+8
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng1-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5
2017-02-08netfilter: nft_exthdr: add TCP option matchingManuel Messner2-15/+108
2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal1-1/+143
2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal1-14/+15
2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal1-3/+19
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso3-0/+321
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso3-5/+19
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso3-8/+8
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso1-0/+4
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso3-9/+9
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso1-7/+5
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso3-5/+7
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter1-2/+20
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-513/+461
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-0/+24
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor1-5/+3
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal4-8/+12
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-5/+24
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal3-14/+6
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal3-4/+4
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-6/+9
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal5-7/+3
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng1-23/+25
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-60/+73
2017-01-24netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso1-0/+1
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso3-14/+14
2017-01-24netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso1-7/+9
2017-01-24netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2-2/+2
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen1-4/+3
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang4-11/+22
2017-01-19netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal1-19/+20
2017-01-19netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal1-5/+2
2017-01-18netfilter: nf_tables: eliminate useless condition checksGao Feng1-12/+3
2017-01-18netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang1-1/+27
2017-01-18netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang2-6/+2
2017-01-16netfilter: Fix typo in NF_CONNTRACK Kconfig option descriptionWilliam Breathitt Gray1-1/+1
2017-01-16netfilter: nf_tables: fix possible oops when dumping stateful objectsLiping Zhang1-2/+3
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn11-0/+19
2017-01-09xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn1-10/+4
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn1-0/+54
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-22/+35
2017-01-05netfilter: xt_connlimit: use rb_entry()Geliang Tang1-2/+2
2017-01-05netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti1-0/+32