Age | Commit message (Expand) | Author |
2015-10-22 | ipvs: call skb_sender_cpu_clear | Julian Anastasov |
2015-10-22 | ipvs: fix crash with sync protocol v0 and FTP | Julian Anastasov |
2015-10-22 | ipvs: skb_orphan in case of forwarding | Alex Gartrell |
2015-10-22 | ipvs: fix crash if scheduler is changed | Julian Anastasov |
2015-10-22 | ipvs: do not use random local source address for tunnels | Julian Anastasov |
2015-10-22 | netfilter: nf_log: don't zap all loggers on unregister | Florian Westphal |
2015-10-22 | netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPEC | Pablo Neira Ayuso |
2015-10-22 | netfilter: nf_log: wait for rcu grace after logger unregistration | Pablo Neira Ayuso |
2015-10-22 | netfilter: nftables: Do not run chains in the wrong network namespace | Eric W. Biederman |
2015-10-22 | netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook | Eric W. Biederman |
2015-10-22 | netfilter: ctnetlink: put back references to master ct and expect objects | Pablo Neira Ayuso |
2015-10-22 | netfilter: nf_conntrack: Support expectations in different zones | Joe Stringer |
2015-10-22 | netfilter: nfnetlink: work around wrong endianess in res_id field | Pablo Neira Ayuso |
2015-05-20 | netfilter: nfnetlink_{log,queue}: Register pernet in first place | Francesco Ruggeri |
2015-05-15 | netfilter: nf_tables: fix bogus warning in nft_data_uninit() | Mirek Kratochvil |
2015-05-15 | conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transition | Jesper Dangaard Brouer |
2015-05-15 | netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=m | Florian Westphal |
2015-05-08 | ipvs: fix memory leak in ip_vs_ctl.c | Tommi Rantala |
2015-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2015-04-27 | netfilter; Add some missing default cases to switch statements in nft_reject. | David S. Miller |
2015-04-24 | netfilter: nf_tables: fix wrong length for jump/goto verdicts | Florian Westphal |
2015-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2015-04-13 | tcp/dccp: get rid of central timewait timer | Eric Dumazet |
2015-04-13 | netfilter: Fix format string of nfnetlink_log proc file | Richard Weinberger |
2015-04-13 | netfilter: Fix format string of nfnetlink_queue proc file | Richard Weinberger |
2015-04-13 | netfilter: Fix portid types | Richard Weinberger |
2015-04-13 | netfilter: nf_tables: get rid of the expression example code | Pablo Neira Ayuso |
2015-04-13 | netfilter: nft_dynset: dynamic stateful expression instantiation | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: add flag to indicate set contains expressions | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: mark stateful expressions | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: prepare for expressions associated to set elements | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: add helper functions for expression handling | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: variable sized set element keys / data | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: support variable sized data in nft_data_init() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: switch registers to 32 bit addressing | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: add register parsing/dumping helpers | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: convert sets to u32 data pointers | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: kill nft_data_cmp() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: convert expressions to u32 register pointers | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: use struct nft_verdict within struct nft_data | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: get rid of NFT_REG_VERDICT usage | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: introduce nft_validate_register_load() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: kill nft_validate_output_register() | Patrick McHardy |
2015-04-13 | netfilter: nft_lookup: use nft_validate_register_store() to validate types | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: rename nft_validate_data_load() | Patrick McHardy |
2015-04-13 | netfilter: nf_tables: validate len in nft_validate_data_load() | Patrick McHardy |
2015-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2015-04-08 | netfilter: Fix switch statement warnings with recent gcc. | David Miller |
2015-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso |
2015-04-08 | netfilter: nf_tables: support optional userdata for set elements | Patrick McHardy |