summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2015-10-23ipvs: call skb_sender_cpu_clearJulian Anastasov1-0/+6
2015-10-23ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-10-23ipvs: skb_orphan in case of forwardingAlex Gartrell1-0/+27
2015-10-23ipvs: fix crash if scheduler is changedJulian Anastasov3-37/+69
2015-10-23ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-10-23netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal1-2/+6
2015-10-23netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso1-6/+18
2015-10-23netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso1-0/+1
2015-10-23netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman1-1/+6
2015-10-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman4-1/+42
2015-10-23netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso1-5/+0
2015-10-23netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-10-23netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso1-1/+7
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri2-18/+19
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil1-2/+2
2015-05-15conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer1-3/+32
2015-05-15netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal1-0/+2
2015-05-08ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala1-0/+3
2015-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller2-0/+4
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal1-2/+1
2015-04-15Merge 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