summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-16ipvs: Remove dead debug codeYannick Brosseau
2014-07-16ipvs: remove null test before kfreeFabian Frederick
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
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso
2014-06-25netfilter: conntrack: remove timer from ecache extensionFlorian Westphal
2014-06-25netfilter: x_tables: xt_free_table_info() cleanupEric Dumazet
2014-06-25netfilter: ctnetlink: remove null test before kfreeFabian Frederick
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso
2014-06-16netfilter: nft_nat: don't dump port information if unsetPablo Neira Ayuso
2014-06-16netfilter: nf_tables: indicate family when dumping set elementsPablo Neira Ayuso
2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso
2014-06-16netfilter: nf_tables: fix wrong type in transaction when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: decrement chain use counter when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso
2014-06-16netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso
2014-06-16netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal
2014-06-16netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso
2014-06-13ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-08Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-07net: netfilter: LLVMLinux: vlais-netfilterMark Charlebois
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-06-05net: use the new API kvfree()WANG Cong
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-06-02netfilter: nf_tables: atomic allocation in set notifications from rcu callbackPablo Neira Ayuso
2014-06-02netfilter: nf_tables: allow to delete several objects from a batchPablo Neira Ayuso
2014-06-02netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso
2014-06-02netfilter: nf_tables: release objects in reverse order in the abort pathPablo Neira Ayuso
2014-06-02netfilter: nf_tables: fix wrong transaction ordering in set elementsPablo Neira Ayuso
2014-06-02netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier