summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-11-281-11/+4
* netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo2018-11-271-5/+2
* netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-271-1/+4
* netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-262-14/+15
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-11-261-0/+3
* netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-11-171-6/+3
* netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-11-132-3/+5
* netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-11-131-10/+0
* netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2018-11-121-10/+7
* netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-11-121-6/+3
* netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-11-121-3/+15
* netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-11-121-2/+5
* netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-11-121-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0616-238/+143
|\
| * netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-031-5/+8
| * netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal2018-11-031-9/+12
| * netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso2018-11-031-7/+40
| * netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-037-59/+24
| * netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-11-031-4/+8
| * netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-031-0/+20
| * netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-11-011-4/+4
| * netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-011-4/+4
| * netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-012-18/+22
| * Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-10-291-127/+0
| * netfilter: nft_osf: check if attribute is presentPablo Neira Ayuso2018-10-251-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\ \ | |/ |/|
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-227-27/+107
|\ \
| * | netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo2018-10-191-3/+6
| * | netfilter: nf_flow_table: remove flowtable hook flush routine in netns exit r...Taehee Yoo2018-10-191-3/+0
| * | netfilter: xt_nat: fix DNAT target for shifted portmap rangesPaolo Abeni2018-10-161-0/+2
| * | netfilter: nft_compat: do not dump private areaPablo Neira Ayuso2018-10-111-2/+22
| * | netfilter: xt_TEE: add missing code to get interface index in checkentry.Taehee Yoo2018-10-111-0/+7
| * | netfilter: xt_TEE: fix wrong interface selectionTaehee Yoo2018-10-111-17/+52
| * | netfilter: nft_osf: usage from output path is not validFernando Fernandez Mancera2018-10-111-0/+10
| * | netfilter: nft_set_rbtree: allow loose matching of closing element in intervalPablo Neira Ayuso2018-10-111-2/+8
* | | Revert "netfilter: xt_quota: fix the behavior of xt_quota module"Pablo Neira Ayuso2018-10-191-22/+33
* | | netfilter: remove two unused variables.Weongyo Jeong2018-10-192-6/+0
* | | netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-192-2/+2
* | | netfilter: xt_osf: simplify xt_osf_match_packet()Pablo Neira Ayuso2018-10-161-7/+1
* | | netfilter: nft_xfrm: use state family, not hook oneFlorian Westphal2018-10-161-5/+6
* | | netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-162-26/+35
* | | netfilter: cttimeout: remove set but not used variable 'l3num'YueHaibing2018-10-161-2/+0
* | | netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-161-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-0837-991/+1399
|\ \
| * | netfilter: xt_quota: Don't use aligned attribute in sizeofNathan Chancellor2018-10-091-1/+1
| * | netfilter: xt_quota: fix the behavior of xt_quota moduleChenbo Feng2018-10-031-33/+22
| * | netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo2018-09-282-6/+6
| * | netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo2018-09-281-4/+2
| * | netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche2018-09-282-1/+24
OpenPOWER on IntegriCloud