summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
AgeCommit message (Expand)AuthorLines
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+3
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller-2/+2
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov-2/+3
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+7
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet-7/+7
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller-12/+12
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy-12/+12
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet-2/+2
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten-1/+1
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten-1/+1
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso-6/+9
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso-157/+280
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov-46/+137
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso-32/+133
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov-42/+23
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov-7/+26
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov-5/+5
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov-1/+1
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin-1/+1
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov-1/+1
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov-1/+1
2012-05-08ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov-1/+1
2012-05-08ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov-1/+1
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov-1/+1
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov-1/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-38/+90
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom-22/+39
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom-5/+21
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom-0/+6
2012-04-26ipvs: reset ipvs pointer in netnsJulian Anastasov-0/+2
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov-0/+2
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov-2/+2
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin-9/+18
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov-1/+1
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman-7/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman-6/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-49/+49
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+0
2012-04-02ipvs: Stop using NLA_PUT*().David S. Miller-50/+58
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-2/+0
2012-02-04ipvs: fix matching of fwmark templates during schedulingSimon Horman-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+0
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+10
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov-4/+10
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller-2/+2
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller-1/+32
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell-2/+2
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić-4/+4
2011-12-13IPVS: Modify the SH scheduler to use weightsMichael Maxim-1/+32
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan-9/+9