summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2015-09-24ipvs: Store ipvs not net in struct ip_vs_serviceEric W. Biederman-38/+42
2015-09-24ipvs: Pass ipvs not net to ip_vs_fill_connEric W. Biederman-27/+27
2015-09-24ipvs: Store ipvs not net in struct ip_vs_conn_paramEric W. Biederman-7/+7
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman-25/+24
2015-09-24ipvs: Use state->net in the ipvs forward functionsEric W. Biederman-6/+2
2015-09-24ipvs: Don't use current in proc_do_defense_modeEric W. Biederman-2/+6
2015-09-24ipvs: Hoist computation of ipvs earlier in sctp_conn_scheduleEric W. Biederman-2/+3
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman-12/+12
2015-09-18ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman-8/+8
2015-09-18Merge tag 'ipvs-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso-188/+323
2015-09-17netfilter: Pass net into okfnEric W. Biederman-2/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman-2/+2
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman-2/+2
2015-09-17ipvs: add sysctl to ignore tunneled packetsAlex Gartrell-1/+16
2015-09-01ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell-17/+23
2015-09-01ipvs: support scheduling inverse and icmp UDP packetsAlex Gartrell-9/+18
2015-09-01ipvs: support scheduling inverse and icmp TCP packetsAlex Gartrell-11/+28
2015-09-01ipvs: ensure that ICMP cannot be sent in reply to ICMPAlex Gartrell-2/+3
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell-9/+55
2015-09-01ipvs: sh: support scheduling icmp/inverse packets consistentlyAlex Gartrell-24/+21
2015-09-01ipvs: Use outer header in ip_vs_bypass_xmit_v6Alex Gartrell-1/+3
2015-09-01ipvs: add schedule_icmp sysctlAlex Gartrell-1/+7
2015-09-01ipvs: Make ip_vs_schedule aware of inverse iph'esAlex Gartrell-14/+36
2015-09-01ipvs: drop inverse argument to conn_{in,out}_getAlex Gartrell-28/+32
2015-09-01ipvs: pull out ip_vs_try_to_schedule functionAlex Gartrell-21/+39
2015-09-01ipvs: Handle inverse and icmp headers in ip_vs_leaveAlex Gartrell-12/+21
2015-09-01ipvs: Add hdr_flags to iphdrAlex Gartrell-11/+11
2015-09-01ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_offAlex Gartrell-51/+34
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov-24/+164
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov-94/+96
2015-08-21ipvs: call rtnl_lock earlyJulian Anastasov-19/+33
2015-08-21ipvs: Add ovf schedulerRaducu Deaconu-0/+98
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann-1/+1
2015-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+1
2015-07-15ipvs: Delete an unnecessary check before the function call "module_put"Markus Elfring-1/+1
2015-07-14ipvs: call skb_sender_cpu_clearJulian Anastasov-0/+6
2015-07-14ipvs: fix crash with sync protocol v0 and FTPJulian Anastasov-1/+1
2015-07-14ipvs: skb_orphan in case of forwardingAlex Gartrell-0/+27
2015-07-14ipvs: fix crash if scheduler is changedJulian Anastasov-37/+69
2015-07-14ipvs: do not use random local source address for tunnelsJulian Anastasov-1/+0
2015-07-14ipvs: fix ipv6 route unreach panicAlex Gartrell-0/+7
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