summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-063-2/+3
|\
| * netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error pathsDaniel Borkmann2015-09-011-0/+1
| * netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=nBernhard Thaler2015-08-191-1/+1
| * netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso2015-08-191-1/+1
* | netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-031-18/+1Star
* | netfilter: connlabels: Export setting connlabel lengthJoe Stringer2015-08-271-0/+4
* | netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann2015-08-181-3/+42
* | netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-181-1/+30
* | netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-114-16/+41
* | netfilter: nf_tables: add nft_dup expressionPablo Neira Ayuso2015-08-071-0/+9
* | netfilter: factor out packet duplication for IPv4/IPv6Pablo Neira Ayuso2015-08-072-0/+14
|/
* netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso2015-07-201-1/+1
* netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman2015-06-231-0/+2
* netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso2015-06-181-0/+60
* netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso2015-06-151-0/+7
* netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso2015-06-151-2/+2
* netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso2015-05-261-0/+8
* netfilter: nf_tables: mark stateful expressionsPatrick McHardy2015-04-131-0/+4
* netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy2015-04-131-0/+7
* netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy2015-04-131-0/+13
* netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy2015-04-131-1/+4
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-1/+2
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-8/+5Star
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+3
* netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-131-7/+0Star
* netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-131-5/+2Star
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-132-5/+31
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-2/+1Star
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-1/+0Star
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-3/+4
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-085-47/+24Star
|\
| * netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-043-10/+7Star
| * netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-041-16/+8Star
| * netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-041-16/+8Star
| * netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-041-5/+1Star
* | netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy2015-04-081-0/+7
* | netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy2015-04-082-0/+20
* | netfilter: nf_tables: support different set binding typesPatrick McHardy2015-04-081-0/+2
* | netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2015-04-081-1/+3
* | netfilter: nft_hash: add support for timeoutsPatrick McHardy2015-04-011-0/+5
* | netfilter: nf_tables: add GC synchronization helpersPatrick McHardy2015-04-011-0/+35
* | netfilter: nf_tables: add set garbage collection helpersPatrick McHardy2015-04-011-0/+56
* | netfilter: nf_tables: add set element timeout supportPatrick McHardy2015-04-011-0/+20
* | netfilter: nf_tables: add set timeout API supportPatrick McHardy2015-04-011-0/+9
|/
* netfilter: nf_tables: implement set transaction supportPatrick McHardy2015-03-261-7/+26
* netfilter: nf_tables: add transaction helper functionsPatrick McHardy2015-03-261-0/+28
* netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy2015-03-261-1/+3
* netfilter: nf_tables: consolide set element destructionPatrick McHardy2015-03-261-0/+2