summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-02-112-6/+58
|\
| * netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy2015-01-301-0/+1
| * netfilter: nft_compat: add ebtables supportArturo Borrero2015-01-301-6/+57
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-055-40/+112
|\ \
| * | netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso2015-01-301-2/+6
| * | ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
| * | netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso2015-01-261-0/+2
| * | netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-194-27/+82
* | | netfilter: Use rhashtable walk iteratorHerbert Xu2015-02-041-17/+36
| |/ |/|
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-182-9/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-01-157-133/+170
|\ \
| * | netfilter: conntrack: Remove nf_ct_conntrack_flush_reportKristian Evensen2015-01-081-6/+0
| * | netfilter: conntrack: Flush connections with a given markKristian Evensen2015-01-081-25/+64
| * | netfilter: nf_ct_seqadj: print ack seq in the right host byte orderGao feng2015-01-051-3/+3
| * | netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang2015-01-051-2/+2
| * | netfilter: nfnetlink: remove redundant variable nskbDuan Jiong2015-01-051-8/+7
| * | netfilter: log: remove unnecessary sizeof(char)Fabian Frederick2014-12-231-2/+1
| * | netfilter: xt_osf: Use continue to reduce indentationJoe Perches2014-12-231-84/+85
| * | netfilter: conntrack: adjust nf_conntrack_buckets default valueMarcelo Leitner2014-12-231-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-155-27/+30
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-125-27/+30
| |\ \
| | * | netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso2015-01-061-5/+9
| | * | netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso2015-01-061-1/+1
| | * | netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-01-061-1/+2
| | * | netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso2015-01-061-11/+9
| | * | netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-231-4/+4
| | * | Merge tag 'ipvs2-for-v3.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2014-12-181-5/+5
| | |\ \ | | | |/ | | |/|
| | | * ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
* | | | rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-031-15/+12
* | | | nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-8/+3
* | | | rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-031-6/+6
* | | | rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-031-17/+29
|/ / /
* | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-271-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1127-225/+502
|\ \ | |/
| * dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-0511-85/+310
| |\
| | * netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik2014-12-032-0/+4
| | * netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik2014-12-031-2/+1
| | * netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-12-031-28/+28
| | * netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik2014-12-032-1/+2
| | * netfilter: ipset: Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-12-031-3/+70
| | * netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik2014-12-031-23/+17
| | * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-274-4/+137
| | * netfilter: conntrack: avoid zeroing timerFlorian Westphal2014-11-271-7/+4
| | * netfilter: xt_recent: relax ip_pkt_list_tot restrictionsFlorian Westphal2014-11-271-17/+47
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-8/+6
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-2418-139/+187
| |\ \
| | * | netfilter: nfnetlink_log: Make use of pr_fmt where applicableMarcelo Leitner2014-11-201-3/+6
| | * | netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-205-10/+5
| | * | netfilter: nf_conntrack_h323: lookup route from proper net namespaceVasily Averin2014-11-171-6/+8
OpenPOWER on IntegriCloud