summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2014-11-12ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens-0/+2
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell-2/+2
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes-3/+3
2014-09-18ipvs: Allow heterogeneous pools now that we support themAlex Gartrell-4/+20
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov-16/+43
2014-09-18ipvs: use correct address family in scheduler logsJulian Anastasov-12/+15
2014-09-16ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov-6/+6
2014-09-16ipvs: address family of LBLC entry depends on svc familyJulian Anastasov-6/+6
2014-09-16ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell-43/+117
2014-09-16ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell-26/+51
2014-09-16ipvs: Pull out update_pmtu codeAlex Gartrell-12/+11
2014-09-16ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell-67/+77
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell-0/+15
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell-9/+14
2014-09-16ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell-6/+6
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell-15/+27
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell-7/+38
2014-09-16ipvs: Add simple weighted failover schedulerKenny Mathis-0/+90
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-50/+61
2014-09-09ipvs: reduce stack usage for sockopt dataJulian Anastasov-50/+61
2014-08-28ipvs: fix ipv6 hook registration for local repliesJulian Anastasov-1/+1
2014-08-27ipvs: properly declare tunnel encapsulationJulian Anastasov-4/+16
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso-15/+4
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-88/+1
2014-07-17ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell-1/+1
2014-07-16ipvs: Remove dead debug codeYannick Brosseau-86/+0
2014-07-16ipvs: remove null test before kfreeFabian Frederick-2/+1
2014-07-16ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov-1/+0
2014-06-16Merge branch 'ipvs'Pablo Neira Ayuso-1/+1
2014-06-13ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+10
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet-1/+1
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2014-05-26ipvs: Fix panic due to non-linear skbPeter Christensen-5/+10
2014-05-12net: rename local_df to ignore_dfWANG Cong-10/+10
2014-04-23netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida-1/+1
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-8/+7
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-2/+2
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu-7/+6
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen-1/+1
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek-4/+4
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2013-12-27ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer-0/+6
2013-12-27ipvs: Remove unused variable ret from sync_thread_master()Geert Uytterhoeven-1/+4
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher-2/+1
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-1/+1