aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-497/+591
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-2/+2
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger2-6/+5
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso1-94/+0
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy1-4/+50
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy2-2/+9
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy2-0/+2
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+9
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-5/+51
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy3-18/+16
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy4-16/+28
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy11-34/+70
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy13-52/+64
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2-8/+6
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy3-8/+7
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy7-65/+61
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-17/+21
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy19-86/+89
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy10-38/+61
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy9-65/+12
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy2-8/+8
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy8-25/+27
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy8-44/+92
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-119/+649
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller2-3/+11
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso6-97/+73
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy1-0/+34
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy5-6/+268
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy2-3/+10
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2-10/+14
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy1-1/+1
2015-04-08netfilter: physdev: use helpersFlorian Westphal1-12/+22
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal5-31/+69
2015-04-08netfilter: x_tables: don't extract flow keys on early demuxed sks in socket matchDaniel Borkmann1-45/+50
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller2-5/+5
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-0/+4
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2-24/+11
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2-40/+34
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller3-45/+36
2015-04-01netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso1-3/+2
2015-04-01netfilter: x_tables: fix cgroup matching on non-full sksDaniel Borkmann1-1/+1
2015-04-01netfilter: nft_hash: add support for timeoutsPatrick McHardy1-4/+75
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy1-1/+1
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy1-0/+25
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy1-2/+51
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy1-2/+28
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-216/+318
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy3-33/+86