summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: nf_tables: refactor rule deletion helperArturo Borrero2014-09-091-5/+21
| | * | netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov2014-08-261-0/+54
| | * | netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-241-1/+3
| | * | netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-246-18/+18
| | * | netfilter: ipset: netnet,netportnet: Fix value range support for IPv4Sergey Popovich2014-08-242-8/+11
| | * | netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa2014-08-241-1/+1
| | * | netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+5
| | * | netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+28
| * | | netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-105-40/+35
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-076-12/+34
| |\ \ \
| * | | | net: use reciprocal_scale() helperDaniel Borkmann2014-08-236-7/+10
| * | | | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-223-3/+3
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-264-8/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup'Pablo Neira Ayuso2014-09-071-0/+1
| * | | netfilter: nfnetlink: deliver netlink errors on batch completionPablo Neira Ayuso2014-09-031-1/+63
| * | | netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso2014-09-031-2/+0
| * | | netfilter: nft_hash: no need for rcu in the hash set destroy pathPablo Neira Ayuso2014-09-031-5/+7
* | | | netfilter: add explicit Kconfig for NETFILTER_XT_NATPablo Neira Ayuso2014-09-051-0/+8
|/ / /
* | | netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_*Pablo Neira Ayuso2014-09-011-1/+3
* | | ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-08-281-1/+1
* | | ipvs: properly declare tunnel encapsulationJulian Anastasov2014-08-271-4/+16
* | | netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-3/+3
* | | netfilter: nf_tables: nat expression must select CONFIG_NF_NATPablo Neira Ayuso2014-08-191-1/+1
* | | netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann2014-08-191-1/+1
* | | netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-181-1/+1
| |/ |/|
* | netfilter: nf_tables: fix error return codeJulia Lawall2014-08-081-1/+3
* | netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-084-65/+20
* | netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso2014-08-081-0/+3
* | netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso2014-08-081-12/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-053-4/+9
|\
| * netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf2014-08-011-0/+1
| * netfilter: xt_LED: fix too short led-always-blinkJiri Prchal2014-07-251-3/+7
| * ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
* | nftables: Convert nft_hash to use generic rhashtableThomas Graf2014-08-021-236/+55
* | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-314-126/+58
|\ \
| * | netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attributePablo Neira Ayuso2014-07-311-0/+6
| * | netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...Alexey Perevalov2014-07-311-3/+5
| * | netfilter: nfnetlink_acct: dump unmodified nfacct flagsAlexey Perevalov2014-07-301-1/+3
| * | netfilter: xt_LED: don't output error message redundantlyDuan Jiong2014-07-251-3/+1
| * | netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-07-241-15/+16
| * | netfilter: nf_tables: simplify set dump through netlinkPablo Neira Ayuso2014-07-221-104/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+0
|\ \ \ | |/ / |/| / | |/
| * ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-222-55/+95
|\|
| * netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-142-8/+17
| * netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso2014-07-141-7/+23
| * netfilter: nf_tables: safe RCU iteration on list when dumpingPablo Neira Ayuso2014-07-141-41/+53