summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-01-201-1/+25
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-01-161-0/+6
* netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero2014-11-141-1/+1
* netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin2014-11-141-9/+8
* netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-11-141-3/+5
* netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-11-141-3/+3
* netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca2014-11-141-2/+2
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-11-141-1/+1
* netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso2014-10-051-0/+3
* ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-10-051-1/+1
* netfilter: x_tables: allow to use default cgroup matchDaniel Borkmann2014-10-051-1/+1
* ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-10-051-1/+1
* netfilter: xt_hashlimit: perform garbage collection from process contextEric Dumazet2014-10-051-15/+16
* ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* 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
* 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
* | netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-161-0/+3
* | netfilter: nf_tables: use RCU-safe list insertion when replacing rulesPablo Neira Ayuso2014-06-161-1/+1
* | netfilter: ctnetlink: fix refcnt leak in dying/unconfirmed list dumperFlorian Westphal2014-06-161-3/+5
* | netfilter: ctnetlink: fix dumping of dying/unconfirmed conntracksPablo Neira Ayuso2014-06-161-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1215-507/+1237
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-06-053-20/+62
| |\ \
| | * | netfilter: nf_tables: atomic allocation in set notifications from rcu callbackPablo Neira Ayuso2014-06-021-6/+6
| | * | netfilter: nf_tables: allow to delete several objects from a batchPablo Neira Ayuso2014-06-021-9/+31
| | * | netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso2014-06-021-1/+21
| | * | netfilter: nf_tables: release objects in reverse order in the abort pathPablo Neira Ayuso2014-06-021-1/+2
| | * | netfilter: nf_tables: fix wrong transaction ordering in set elementsPablo Neira Ayuso2014-06-021-2/+2
| | * | netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier2014-06-021-1/+0
| * | | net: use the new API kvfree()WANG Cong2014-06-053-12/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-5/+10
| |\ \ \ | | | |/ | | |/|
| * | | inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-05-304-10/+106
| |\ \
| | * | netfilter: add helper for adding nat extensionFlorian Westphal2014-04-291-8/+16
| | * | netfilter: nfnetlink_acct: Adding quota support to accounting frameworkMathieu Poirier2014-04-292-1/+89
| | * | netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida2014-04-231-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-26/+23
| |\ \ \
| * | | | net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-226-459/+1061
| |\ \ \ \
| | * | | | netfilter: nf_tables: defer all object release via rcuPablo Neira Ayuso2014-05-191-39/+54