summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-01netfilter: cttimeout: allow to set/get default protocol timeoutsPablo Neira Ayuso
2013-10-01netfilter: nf_ct_sip: consolidate NAT hook functionsholger@eitzenberger.org
2013-10-01netfilter: nfnetlink_log: use proper net to allocate skbGao feng
2013-10-01netfilter: nfnetlink_queue: use proper net namespace to allocate skbGao feng
2013-09-30netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik
2013-09-30netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik
2013-09-30netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith
2013-09-30netfilter: ipset: Support comments in the list-type ipset.Oliver Smith
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith
2013-09-30netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith
2013-09-30netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik
2013-09-30netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik
2013-09-30netfilter: ipset: order matches and targets separatedly in xt_set.cJozsef Kadlecsik
2013-09-30netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik
2013-09-30netfilter: ipset: Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik
2013-09-30netfilter: ipset: Sparse warning about shadowed variable fixedJozsef Kadlecsik
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy
2013-09-27netfilter: xt_TCPMSS: lookup route from proper net namespaceGao feng
2013-09-27netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specifiedGao feng
2013-09-27netfilter: nf_ct_sip: extend RCU read lock in set_expected_rtp_rtcp()holger@eitzenberger.org
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-09-18ipvs: stats should not depend on CPU 0Julian Anastasov
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov
2013-09-18ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov
2013-09-18ipvs: make the service replacement more robustJulian Anastasov
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby
2013-09-17netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik
2013-09-05netfilter: Fix build errors with xt_socket.cDavid S. Miller
2013-09-04netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packetPhil Oester
2013-09-04netfilter: synproxy_core: fix warning in __nf_ct_ext_add_length()Patrick McHardy
2013-08-27netfilter: ctnetlink: fix uninitialized variableFlorian Westphal