summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2016-05-17nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2015-10-22ipvs: call skb_sender_cpu_clearJulian Anastasov
2015-10-22ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov
2015-10-22ipvs: skb_orphan in case of forwardingAlex Gartrell
2015-10-22ipvs: fix crash if scheduler is changedJulian Anastasov
2015-10-22ipvs: do not use random local source address for tunnelsJulian Anastasov
2015-10-22netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal
2015-10-22netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso
2015-10-22netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso
2015-10-22netfilter: nftables: Do not run chains in the wrong network namespaceEric W. Biederman
2015-10-22netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-10-22netfilter: ctnetlink: put back references to master ct and expect objectsPablo Neira Ayuso
2015-10-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2015-10-22netfilter: nfnetlink: work around wrong endianess in res_id fieldPablo Neira Ayuso
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri
2015-05-15netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil
2015-05-15conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer
2015-05-15netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal
2015-05-08ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala
2015-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-04-27netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller
2015-04-24netfilter: nf_tables: fix wrong length for jump/goto verdictsFlorian Westphal
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger
2015-04-13netfilter: Fix format string of nfnetlink_queue proc fileRichard Weinberger
2015-04-13netfilter: Fix portid typesRichard Weinberger
2015-04-13netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso
2015-04-13netfilter: nft_dynset: dynamic stateful expression instantiationPatrick McHardy
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso