summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2019-03-01ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long-5/+2
2019-03-01ipvs: change some data types from int to boolAndrea Claudi-18/+18
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-4/+2
2019-02-16ipvs: fix warning on unused variableAndrea Claudi-1/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+15
2019-02-12ipvs: fix dependency on nf_defrag_ipv6Andrea Claudi-6/+15
2019-02-12ipvs: Use struct_size() helperGustavo A. R. Silva-4/+2
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+12
2019-01-28ipvs: use indirect call wrappersMatteo Croce-10/+45
2019-01-28ipvs: avoid indirect calls when calculating checksumsMatteo Croce-15/+19
2019-01-24ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu-0/+12
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long-0/+3
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells-1/+1
2018-10-08net: Add extack to nlmsg_parseDavid Ahern-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski-2/+1
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann-6/+6
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce-8/+14
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu-4/+11
2018-08-04net: Remove some unneeded semicolonzhong jiang-1/+1
2018-07-18ipvs: drop conn templates under attackJulian Anastasov-20/+39
2018-07-18ipvs: add assured state for conn templatesJulian Anastasov-14/+27
2018-07-18ipvs: provide just conn to ip_vs_state_nameJulian Anastasov-8/+8
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+5
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-238/+971
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-85/+13
2018-06-04ipvs: fix check on xmit to non-local addressesJulian Anastasov-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+15
2018-06-02ipvs: register conntrack hooks for ftpJulian Anastasov-0/+4
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