summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2016-12-04netfilter: nat: add dependencies on conntrack moduleFlorian Westphal
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-12-04Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti
2016-12-04netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-24netfilter: nft_range: add the missing NULL pointer checkLiping Zhang
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal
2016-11-24netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-15ipvs: Decrement ttlDwip Banerjee
2016-11-15ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng
2016-11-13netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall
2016-11-10netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik
2016-11-10netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik
2016-11-10netfilter: conntrack: fix NF_REPEAT handlingArnd Bergmann
2016-11-09netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti
2016-11-09netfilter: nf_tables: simplify the basic expressions' init routineLiping Zhang
2016-11-09netfilter: nft_hash: get random bytes if seed is not specifiedPablo Neira Ayuso
2016-11-08netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang
2016-11-08netfilter: conntrack: refine gc worker heuristicsFlorian Westphal
2016-11-08netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal
2016-11-08netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal
2016-11-08ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso