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