summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* 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/+10
* 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-181-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-091-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-031-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/+4
|\
| * netfilter: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-204-8/+4
| * ipvs: remove unnecessary assignment in __ip_vs_get_out_rtAlex Gartrell2014-10-281-1/+0
* | 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/+11
* 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
* | ipvs: properly declare tunnel encapsulationJulian Anastasov2014-08-271-4/+16
|/
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-15/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+0
|\ \ | |/
| * ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-07-161-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-202-88/+1
|\ \ | |/ |/|
OpenPOWER on IntegriCloud