summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-07-312-66/+72
* ipvs: defer hook registration to avoid leaksJulian Anastasov2019-07-311-7/+14
* ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-06-221-1/+1
* ipvs: do not schedule icmp errors from tunnelsJulian Anastasov2019-05-161-1/+1
* ipvs: fix warning on unused variableAndrea Claudi2019-05-021-1/+2
* ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi2019-03-233-6/+15
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-131-0/+12
* ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-12-171-0/+3
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-09-151-4/+11
* ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-07-081-6/+15
* ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov2018-05-301-1/+1
* ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-05-162-83/+80
* netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya2017-12-201-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko2017-09-261-2/+6
* netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long2017-09-081-1/+2
* netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long2017-09-081-2/+5
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-247-82/+8
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-012-5/+5
* sctp: remove the typedef sctp_sctphdr_tXin Long2017-07-012-11/+10
* ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-5/+17
|\
| * ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni2017-04-281-5/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-017-57/+34
|\ \
| * | ipvs: change comparison on sync_refresh_periodAaron Conole2017-04-281-1/+1
| * | ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole2017-04-281-22/+0
| * | ipvs: convert to use pernet nf_hook apiFlorian Westphal2017-04-261-10/+9
| * | netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal2017-04-191-1/+2
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-153-8/+7
| * | Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2017-04-152-7/+4
| |\ \
| | * | ipvs: remove unused variableArushi Singhal2017-03-301-4/+1
| | * | netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao2017-03-301-2/+2
| | * | netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal2017-03-301-1/+1
| * | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-2/+2
| * | | netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-071-4/+4
| * | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-5/+8
| |/ /
* | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+7
|/ /
* | netfilter: refcounter conversionsReshetova, Elena2017-03-1712-31/+31
* | ipvs: remove an annoying printk in netns initCong Wang2017-03-161-2/+0
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-276-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-5/+3
|\
| * ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-021-5/+3
* | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-4/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* 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
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1