summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri-18/+19
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil-2/+2
2015-05-15conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer-3/+32
2015-05-15netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal-0/+2
2015-05-08ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala-0/+3
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-2/+1
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller-0/+4
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal-2/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-497/+591
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet-2/+2
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger-1/+1
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger-6/+5
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso-94/+0
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy-4/+50
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy-2/+9
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy-0/+2
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy-0/+9
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy-5/+51
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy-18/+16
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy-16/+28
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy-34/+70
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy-52/+64
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy-8/+6
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy-8/+7
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy-65/+61
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy-17/+21
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy-86/+89
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy-38/+61
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy-65/+12
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy-8/+8
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy-25/+27
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy-44/+92
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-119/+649
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller-3/+11
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso-97/+73
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy-0/+34
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy-6/+268
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy-3/+10
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy-10/+14
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy-1/+1
2015-04-08netfilter: physdev: use helpersFlorian Westphal-12/+22
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal-31/+69
2015-04-08netfilter: x_tables: don't extract flow keys on early demuxed sks in socket m...Daniel Borkmann-45/+50
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller-5/+5
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller-0/+4
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-24/+11
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller-40/+34
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller-45/+36
2015-04-01netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso-3/+2