summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2015-05-25ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau-4/+9
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau-2/+2
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman-21/+9
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman-2/+2
2015-05-08ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala-0/+3
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller-4/+4
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller-22/+10
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa-2/+3
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner-0/+2
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet-1/+1
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-131/+243
2015-02-25ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner-6/+56
2015-02-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso-0/+3
2015-02-22ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov-0/+3
2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2015-02-09ipvs: use 64-bit rates in statsJulian Anastasov-125/+187
2015-02-09ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+22
2015-01-30ipvs: rerouting to local clients is not needed anymoreJulian Anastasov-11/+22
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-3/+6
2014-12-10ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter-5/+5
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa-2/+2
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-9/+4
2014-11-20netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring-8/+4
2014-11-12ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens-0/+2
2014-10-28ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell-1/+0
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