Age | Commit message (Expand) | Author |
2012-08-30 | ipvs: fix error return code | Julia Lawall |
2012-08-15 | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) | Mathias Krause |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller |
2012-07-17 | ipvs: fix oops in ip_vs_dst_event on rmmod | Julian Anastasov |
2012-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-06-25 | netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6 | Eric Dumazet |
2012-06-11 | Merge branch 'master' of git://1984.lsi.us.es/net-next | David S. Miller |
2012-06-07 | netfilter: ipvs: switch hook PFs to nfproto | Alban Crequy |
2012-06-04 | net: use consume_skb() in place of kfree_skb() | Eric Dumazet |
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ć |