aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-6/+594
2018-04-27ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang1-0/+1
2018-04-27ipvs: initialize tbl->entries after allocationCong Wang1-0/+1
2018-04-27Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso9-6/+592
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-83/+80
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-2/+3
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2-83/+80
2018-04-09ipvs: fix multiplicative hashing in sh/dh/lblc/lblcr algorithmsVincent Bernat4-4/+8
2018-04-09netfilter: ipvs: Add configurations of Maglev hashingInju Song2-0/+38
2018-04-09netfilter: ipvs: Add Maglev hashing schedulerInju Song1-0/+540
2018-04-09netfilter: ipvs: Keep latest weight of destinationInju Song1-0/+4
2018-04-09netfilter: ipvs: Fix space before '[' error.Arvind Yadav1-2/+2
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-4/+4
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai4-5/+0
2018-03-17net: Convert ip_vs_ftp_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_dev_opsKirill Tkhai1-0/+1
2018-03-17net: Convert ipvs_core_opsKirill Tkhai1-0/+1
2018-03-13ipvs: use true and false for boolean valuesGustavo A. R. Silva2-4/+4
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov1-1/+1
2018-02-27net: Convert sysctl creating and destroying pernet_operationsKirill Tkhai2-0/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-13/+9
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan3-6/+0
2018-01-08netfilter: ipvs: Remove useless ipvsh param of frag_safe_skb_hpGao Feng2-7/+7
2018-01-08netfilter: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2017-12-02ipvs: switch to sock_recvmsg()Al Viro1-6/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+7
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-22/+23
2017-11-08netfilter: ipvs: Convert timers to use timer_setup()Kees Cook5-22/+23
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-3/+7
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar3-0/+3
2017-11-06netfilter: ipvs: Fix inappropriate output of procfsKUWAZAWA Takuya1-0/+4
2017-11-06netfilter: ipvs: Use %pS printk format for direct addressesHelge Deller2-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko1-2/+6
2017-09-08netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_scheduleXin Long1-1/+2
2017-09-08netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packetXin Long1-2/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo7-82/+8
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long2-5/+5
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long2-11/+10
2017-05-08ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov1-5/+14
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+17
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-57/+34
2017-04-28ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabledPaolo Abeni1-5/+17
2017-04-28ipvs: change comparison on sync_refresh_periodAaron Conole1-1/+1
2017-04-28ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole1-22/+0
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal1-1/+2