summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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/+20Star
* 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/+11Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-063-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-031-236/+55Star
* | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-314-126/+58Star
|\ \
| * | 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/+1Star
| * | 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/+27Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+0Star
|\ \ \ | |/ / |/| / | |/
| * ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0Star
* | 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
| * netfilter: nf_tables: skip transaction if no update flags in tablesPablo Neira Ayuso2014-06-301-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-2120-1101/+527Star
|\ \ | |/ |/|
| * ipvs: Remove dead debug codeYannick Brosseau2014-07-161-86/+0Star
| * ipvs: remove null test before kfreeFabian Frederick2014-07-161-2/+1Star
| * netfilter: use IS_ENABLED() macroDuan Jiong2014-06-307-7/+7
| * netfilter: nft_log: fix coccinelle warningsFengguang Wu2014-06-291-1/+1
| * netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso2014-06-281-1/+1
| * netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-6/+4Star
| * netfilter: nft_log: complete logging supportPablo Neira Ayuso2014-06-271-17/+59
| * netfilter: nft_log: request explicit logger when loading rulesPablo Neira Ayuso2014-06-271-1/+23
| * netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-271-0/+7
| * netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-273-13/+53
| * netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-274-874/+201Star
| * netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-252-147/+211
| * netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-253-26/+27
| * netfilter: conntrack: remove timer from ecache extensionFlorian Westphal2014-06-252-69/+95
| * netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet2014-06-251-18/+5Star
| * netfilter: ctnetlink: remove null test before kfreeFabian Frederick2014-06-251-2/+1Star
* | netfilter: nf_nat: fix oops on netns removalFlorian Westphal2014-06-161-1/+34
* | netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA2014-06-161-0/+6
* | Merge branch 'ipvs'Pablo Neira Ayuso2014-06-161-1/+1
|\ \
| * | ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-06-131-1/+1
* | | netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso2014-06-161-6/+8
* | | netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso2014-06-161-1/+1
* | | netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso2014-06-161-0/+18
* | | netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
* | | netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso2014-06-161-0/+2