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