aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)Author
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-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-03Merge 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
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-05-26ipvs: Fix panic due to non-linear skbPeter Christensen
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller
2014-05-19netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso
2014-05-19netfilter: nf_tables: remove skb and nlh from context structurePablo Neira Ayuso
2014-05-19netfilter: nf_tables: simplify nf_tables_*_notifyPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle elementsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle tablePablo Neira Ayuso
2014-05-19netfilter: nf_tables: pass context to nf_tables_updtable()Pablo Neira Ayuso
2014-05-19netfilter: nf_tables: disabling table hooks always succeedsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle chainPablo Neira Ayuso
2014-05-19netfilter: nf_tables: refactor chain statistic routinesPablo Neira Ayuso
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: add message type to transactionsPablo Neira Ayuso
2014-05-19netfilter: nf_tables: relocate commit and abort routines in the source filePablo Neira Ayuso
2014-05-19netfilter: nf_tables: generalise transaction infrastructurePablo Neira Ayuso