summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2014-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-09-07netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso
2014-09-05netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso
2014-09-03netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso
2014-09-03netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso
2014-09-03netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso
2014-09-01netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou
2014-08-19netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso
2014-08-19netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso
2014-08-08netfilter: nf_tables: fix error return codeJulia Lawall
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2014-08-08netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso
2014-08-08netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-02nftables: Convert nft_hash to use generic rhashtableThomas Graf
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-31netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso
2014-07-31netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov
2014-07-25netfilter: xt_LED: fix too short led-always-blinkJiri Prchal
2014-07-25netfilter: xt_LED: don't output error message redundantlyDuan Jiong
2014-07-24netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet
2014-07-22netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell
2014-07-16ipvs: Remove dead debug codeYannick Brosseau
2014-07-16ipvs: remove null test before kfreeFabian Frederick
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov
2014-07-14netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet
2014-07-14netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso
2014-07-14netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso
2014-06-30netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong
2014-06-29netfilter: nft_log: fix coccinelle warningsFengguang Wu
2014-06-28netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso
2014-06-28netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso
2014-06-27netfilter: nft_log: complete logging supportPablo Neira Ayuso
2014-06-27netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso