Age | Commit message (Expand) | Author |
2012-05-08 | ipvs: ip_vs_proto: local functions should not be exposed globally | H Hartley Sweeten |
2012-05-08 | ipvs: ip_vs_ftp: local functions should not be exposed globally | H Hartley Sweeten |
2012-05-08 | ipvs: optimize the use of flags in ip_vs_bind_dest | Pablo Neira Ayuso |
2012-05-08 | ipvs: add support for sync threads | Pablo Neira Ayuso |
2012-05-08 | ipvs: reduce sync rate with time thresholds | Julian Anastasov |
2012-05-08 | ipvs: wakeup master thread | Pablo Neira Ayuso |
2012-05-08 | ipvs: always update some of the flags bits in backup | Julian Anastasov |
2012-05-08 | ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter | Julian Anastasov |
2012-05-08 | ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest | Julian Anastasov |
2012-05-08 | ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server | Julian Anastasov |
2012-05-08 | ipvs: use GFP_KERNEL allocation where possible | Sasha Levin |
2012-05-08 | ipvs: SH scheduler does not need GFP_ATOMIC allocation | Julian Anastasov |
2012-05-08 | ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init | Julian Anastasov |
2012-05-08 | ipvs: WRR scheduler does not need GFP_ATOMIC allocation | Julian Anastasov |
2012-05-08 | ipvs: DH scheduler does not need GFP_ATOMIC allocation | Julian Anastasov |
2012-05-08 | ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init | Julian Anastasov |
2012-05-08 | ipvs: timeout tables do not need GFP_ATOMIC allocation | Julian Anastasov |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-30 | ipvs: kernel oops - do_ip_vs_get_ctl | Hans Schillstrom |
2012-04-30 | ipvs: take care of return value from protocol init_netns | Hans Schillstrom |
2012-04-30 | ipvs: null check of net->ipvs in lblc(r) shedulers | Hans Schillstrom |
2012-04-26 | ipvs: reset ipvs pointer in netns | Julian Anastasov |
2012-04-26 | ipvs: add check in ftp for initialized core | Julian Anastasov |
2012-04-25 | ipvs: fix crash in ip_vs_control_net_cleanup on unload | Julian Anastasov |
2012-04-25 | ipvs: Verify that IP_VS protocol has been registered | Sasha Levin |
2012-04-21 | sock: Introduce named constants for sk_reuse | Pavel Emelyanov |
2012-04-20 | net: Delete all remaining instances of ctl_path | Eric W. Biederman |
2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet |
2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-02 | ipvs: Stop using NLA_PUT*(). | David S. Miller |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-02-04 | ipvs: fix matching of fwmark templates during scheduling | Simon Horman |
2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-01-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-12-31 | ipvs: try also real server with port 0 in backup server | Julian Anastasov |
2011-12-28 | ipv6: Kill rt6i_dev and rt6i_expires defines. | David S. Miller |
2011-12-25 | Merge branch 'nf-next' of git://1984.lsi.us.es/net-next | David S. Miller |
2011-12-19 | net: fix assignment of 0/1 to bool variables. | Rusty Russell |
2011-12-16 | net:netfilter: use IS_ENABLED | Igor Maravić |
2011-12-13 | IPVS: Modify the SH scheduler to use weights | Michael Maxim |
2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan |
2011-11-13 | drop "select GCD" from three Kconfig files | Paul Bolle |
2011-11-01 | ipvs: Remove unused variable "cs" from ip_vs_leave function. | Krzysztof Wilczynski |
2011-11-01 | netfilter: Remove unnecessary OOM logging messages | Joe Perches |
2011-11-01 | ipvs: Removed unused variables | Simon Horman |
2011-11-01 | ipvs: Remove unused return value of protocol state transitions | Simon Horman |
2011-11-01 | ipvs: Remove unused parameter from ip_vs_confirm_conntrack() | Simon Horman |
2011-11-01 | ipvs: Expose ip_vs_ftp module parameters via sysfs. | Krzysztof Wilczynski |
2011-10-17 | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller |