summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)AuthorLines
2015-06-18netfilter: bridge: split ipv6 code into separated filePablo Neira Ayuso-0/+60
2015-06-15netfilter: nf_tables_netdev: unregister hooks on net_device removalPablo Neira Ayuso-0/+7
2015-06-15netfilter: nf_tables: attach net_device to basechainPablo Neira Ayuso-2/+2
2015-05-26netfilter: nf_tables: allow to bind table to net_devicePablo Neira Ayuso-0/+8
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy-0/+4
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy-0/+7
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy-0/+13
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy-1/+4
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy-1/+2
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy-8/+5
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy-0/+3
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy-2/+2
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy-7/+0
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy-5/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy-5/+31
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy-2/+1
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy-1/+0
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy-3/+4
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy-1/+1
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-47/+24
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy-0/+7
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy-0/+20
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy-0/+2
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy-1/+3
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller-10/+7
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller-16/+8
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller-16/+8
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller-5/+1
2015-04-01netfilter: nft_hash: add support for timeoutsPatrick McHardy-0/+5
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy-0/+35
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy-0/+56
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy-0/+20
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy-0/+9
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy-7/+26
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy-0/+28
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy-1/+3
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy-0/+2
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy-4/+10
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy-0/+105
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy-2/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+10
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso-0/+10
2015-03-12net: Introduce possible_net_tEric W. Biederman-3/+2
2015-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+2
2015-03-10netfilter: fix sparse warnings in reject handlingFlorian Westphal-2/+2
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+19
2015-03-06netfilter: nf_tables: limit maximum table name length to 32 bytesPablo Neira Ayuso-1/+1
2015-03-06netfilter: nf_tables: cleanup nf_tables.hPatrick McHardy-87/+87
2015-03-04netfilter: nf_tables: fix userdata length overflowPatrick McHardy-3/+19
2015-03-03netfilter: reject: don't send icmp error if csum is invalidFlorian Westphal-14/+3