summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressionsFlorian Westphal2016-12-043-3/+12
* netfilter: nat: add dependencies on conntrack moduleFlorian Westphal2016-12-043-5/+36
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-0411-36/+48
* netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-8/+0Star
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-043-73/+13Star
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-043-72/+13Star
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-043-74/+14Star
* Merge tag 'ipvs-for-v4.10' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2016-12-042-1/+55
|\
| * ipvs: Decrement ttlDwip Banerjee2016-11-151-0/+54
| * ipvs: Use IS_ERR_OR_NULL(svc) instead of IS_ERR(svc) || svc == NULLGao Feng2016-11-151-1/+1
* | netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang2016-12-041-0/+1
* | netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-042-2/+4
* | netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-044-38/+8Star
* | netfilter: built-in NAT support for SCTPDavide Caratti2016-12-044-36/+7Star
* | netfilter: built-in NAT support for DCCPDavide Caratti2016-12-044-37/+8Star
* | netfilter: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-12-042-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-26/+50
|\ \
| * | netfilter: nft_range: add the missing NULL pointer checkLiping Zhang2016-11-241-0/+6
| * | netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-5/+9
| * | netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-16/+24
| * | netfilter: nat: fix cmp return valueFlorian Westphal2016-11-241-3/+6
| * | netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana2016-11-241-2/+5
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-1811-11/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1510-36/+100
|\| | | |/ |/|
| * netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang2016-11-081-0/+1
| * netfilter: conntrack: refine gc worker heuristicsFlorian Westphal2016-11-081-8/+41
| * netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal2016-11-081-3/+8
| * netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal2016-11-081-2/+2
| * ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong2016-11-081-1/+1
| * netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang2016-10-311-1/+3
| * netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
| * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| * netfilter: nf_conntrack_sip: extend request line validationUlrich Weber2016-10-271-1/+4
| * netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang2016-10-271-3/+12
| * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-274-14/+19
| * netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang2016-10-271-0/+3
* | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL testJulia Lawall2016-11-131-1/+1
* | netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-11-101-4/+4
* | netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-103-15/+6Star
* | netfilter: ipset: hash:ipmac type support added to ipsetTomasz Chilinski2016-11-103-0/+325
* | netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik2016-11-101-7/+9
* | netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik2016-11-101-7/+1Star
* | netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-1011-74/+63Star
* | netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29Star
* | netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik2016-11-101-2/+8
* | netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik2016-11-101-28/+23Star
* | netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12Star
* | netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik2016-11-101-4/+5
* | netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-104-17/+21
* | netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-103-13/+24