summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-251-4/+9
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-251-1/+1
* ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+3
|\
| * ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-05-081-0/+3
* | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-21/+9Star
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-2/+2
|/
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+4
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-22/+10Star
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-2/+3
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-191-0/+2
* netfilter: use sk_fullsock() helperEric Dumazet2015-03-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-101-0/+3
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso2015-02-241-0/+3
| |\
| | * ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-02-221-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-041-1/+1
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-201-1/+1
| |\|
| | * ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov2015-02-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-024-131/+243
|\ \ \ | |/ / |/| |
| * | ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-253-6/+56
| * | ipvs: use 64-bit rates in statsJulian Anastasov2015-02-093-125/+187
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-11/+22
|\ \ \ | |/ / |/| / | |/
| * ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
|/
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
* dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2014-12-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-245-9/+4Star
|\
| * netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-204-8/+4Star
| * ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell2014-10-281-1/+0Star
* | ipvs: Keep skb->sk when allocating headroom on tunnel xmitCalvin Owens2014-11-121-0/+2
* | ipvs: Avoid null-pointer deref in debug codeAlex Gartrell2014-10-281-2/+2
|/
* netfilter: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* ipvs: Allow heterogeneous pools now that we support themAlex Gartrell2014-09-181-4/+20
* ipvs: use the new dest addr family fieldJulian Anastasov2014-09-184-16/+43
* ipvs: use correct address family in scheduler logsJulian Anastasov2014-09-189-12/+15
* ipvs: address family of LBLCR entry depends on svc familyJulian Anastasov2014-09-161-6/+6
* ipvs: address family of LBLC entry depends on svc familyJulian Anastasov2014-09-161-6/+6
* ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwardingAlex Gartrell2014-09-162-43/+117
* ipvs: Add generic ensure_mtu_is_adequate to handle mixed poolsAlex Gartrell2014-09-161-26/+51
* ipvs: Pull out update_pmtu codeAlex Gartrell2014-09-161-12/+11Star
* ipvs: Pull out crosses_local_route_boundary logicAlex Gartrell2014-09-161-67/+77
* ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-161-0/+15
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-164-9/+14
* ipvs: Pass destination address family to ip_vs_trash_get_destAlex Gartrell2014-09-161-6/+6
* ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-163-15/+27
* ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-161-7/+38
* ipvs: Add simple weighted failover schedulerKenny Mathis2014-09-163-0/+90
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-101-50/+61
|\
| * ipvs: reduce stack usage for sockopt dataJulian Anastasov2014-09-091-50/+61
* | ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-08-281-1/+1