summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov-178/+325
2018-06-01ipvs: add full ipv6 support to nfctJulian Anastasov-52/+49
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov-6/+15
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+18
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig-27/+4
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-58/+9
2018-05-08ipvs: fix stats update from local clientsJulian Anastasov-0/+12
2018-05-08ipvs: fix refcount usage for conns in ops modeJulian Anastasov-11/+6
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-6/+594
2018-04-27ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang-0/+1
2018-04-27ipvs: initialize tbl->entries after allocationCong Wang-0/+1
2018-04-27Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso-6/+592
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-83/+80
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra-2/+3
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov-83/+80
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat-4/+8
2018-04-09netfilter: ipvs: Add configurations of Maglev hashingInju Song-0/+38
2018-04-09netfilter: ipvs: Add Maglev hashing schedulerInju Song-0/+540
2018-04-09netfilter: ipvs: Keep latest weight of destinationInju Song-0/+4
2018-04-09netfilter: ipvs: Fix space before '[' error.Arvind Yadav-2/+2
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-5/+0
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai-0/+1
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva-4/+4
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov-1/+1
2018-02-27net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai-0/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-13/+9
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan-6/+0
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng-7/+7
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2017-12-02ipvs: switch to sock_recvmsg()Al Viro-6/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-3/+7
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+23
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook-22/+23
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-3/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+3
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland-1/+1
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko-2/+6
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long-1/+2
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long-2/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo-82/+8
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long-5/+5
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long-11/+10