summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_core.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman2015-09-241-3/+3
* ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman2015-09-241-3/+3
* ipvs: Pass ipvs not net to ip_vs_sync_net_cleanupEric W. Biederman2015-09-241-2/+3
* ipvs: Pass ipvs not net to ip_vs_sync_net_initEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_sync_connEric W. Biederman2015-09-241-1/+1
* ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman2015-09-241-4/+4
* ipvs: Cache ipvs in ip_vs_in_icmp and ip_vs_in_icmp_v6Eric W. Biederman2015-09-241-2/+6
* ipvs: Pass ipvs not net to ip_vs_service_net_cleanupEric W. Biederman2015-09-241-2/+4
* ipvs: Pass ipvs not net to ip_vs_has_real_serviceEric W. Biederman2015-09-241-2/+4
* ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman2015-09-241-5/+5
* ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman2015-09-241-4/+4
* ipvs: Use state->net in the ipvs forward functionsEric W. Biederman2015-09-241-6/+2
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-12/+12
* ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman2015-09-181-8/+8
* ipvs: add sysctl to ignore tunneled packetsAlex Gartrell2015-09-171-1/+9
* ipvs: attempt to schedule icmp packetsAlex Gartrell2015-09-011-9/+36
* ipvs: Make ip_vs_schedule aware of inverse iph'esAlex Gartrell2015-09-011-14/+36
* ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell2015-09-011-13/+18
* ipvs: pull out ip_vs_try_to_schedule functionAlex Gartrell2015-09-011-21/+39
* ipvs: Handle inverse and icmp headers in ip_vs_leaveAlex Gartrell2015-09-011-12/+21
* ipvs: Add hdr_flags to iphdrAlex Gartrell2015-09-011-10/+10
* ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell2015-09-011-44/+26
* ipvs: fix crash if scheduler is changedJulian Anastasov2015-07-141-2/+14
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-22/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-021-19/+50
|\
| * ipvs: allow rescheduling of new connections when port reuse is detectedMarcelo Ricardo Leitner2015-02-251-4/+29
| * ipvs: use 64-bit rates in statsJulian Anastasov2015-02-091-15/+21
* | ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
|/
* ipvs: use the new dest addr family fieldJulian Anastasov2014-09-181-3/+3
* ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-4/+5
* ipvs: fix ipv6 hook registration for local repliesJulian Anastasov2014-08-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-5/+10
|\
| * ipvs: Fix panic due to non-linear skbPeter Christensen2014-05-261-5/+10
* | netfilter: Fix format string mismatch in ip_vs_proto_name()Masanari Iida2014-04-231-1/+1
|/
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-54/+1
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-21/+21
* ipvs: make the service replacement more robustJulian Anastasov2013-09-181-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+2
|\
| * ipvs: SCTP ports should be writable in ICMP packetsJulian Anastasov2013-06-191-1/+2
* | ipvs: provide iph to schedulersJulian Anastasov2013-06-261-2/+2
|/
* ipvs: Fix reuse connection if real server is deadGrzegorz Lyczba2013-05-271-0/+35
* ipvs: Avoid shadowing net variable in ip_vs_leave()Simon Horman2013-04-231-2/+2
* ipvs: fix sparse warnings for some parametersJulian Anastasov2013-04-231-1/+2
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-29/+8
* ipvs: convert services to rcuJulian Anastasov2013-04-021-17/+9
* ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-021-0/+6
* ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-021-3/+2
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-4/+7
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-251-7/+1
|\
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-191-7/+1