summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorFilesLines
2019-03-23ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12
2018-09-26ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2016-07-12ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2015-10-28ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov1-1/+1
2015-10-28ipvs: skb_orphan in case of forwardingAlex Gartrell1-0/+27
2015-10-28ipvs: fix crash if scheduler is changedJulian Anastasov3-37/+69
2015-10-28ipvs: do not use random local source address for tunnelsJulian Anastasov1-1/+0
2015-01-30ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2014-11-12ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens1-0/+2
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell1-2/+2
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-09-18ipvs: Allow heterogeneous pools now that we support themAlex Gartrell1-4/+20
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov4-16/+43
2014-09-18ipvs: use correct address family in scheduler logsJulian Anastasov9-12/+15
2014-09-16ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov1-6/+6
2014-09-16ipvs: address family of LBLC entry depends on svc familyJulian Anastasov1-6/+6
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell2-43/+117
2014-09-16ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell1-26/+51
2014-09-16ipvs: Pull out update_pmtu codeAlex Gartrell1-12/+11
2014-09-16ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell1-67/+77
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+15
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell4-9/+14
2014-09-16ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell1-6/+6
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell3-15/+27
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-7/+38
2014-09-16ipvs: Add simple weighted failover schedulerKenny Mathis3-0/+90
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-50/+61
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov1-50/+61
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov1-1/+1
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov1-4/+16
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-15/+4
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-88/+1
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell1-1/+1
2014-07-16ipvs: Remove dead debug codeYannick Brosseau1-86/+0
2014-07-16ipvs: remove null test before kfreeFabian Frederick1-2/+1
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov1-1/+0
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso1-1/+1
2014-06-13ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov1-1/+1
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-05-26ipvs: Fix panic due to non-linear skbPeter Christensen1-5/+10
2014-05-12net: rename local_df to ignore_dfWANG Cong1-10/+10
2014-04-23netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida1-1/+1
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2-8/+7
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu1-7/+6
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen1-1/+1