summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso2012-10-171-1/+5
|\
| * ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
* | ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann2012-10-091-1/+2
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-09-131-2/+1
|\
| * ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun2012-09-101-2/+1
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2012-09-031-1/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-1/+3
| |\
| | * ipvs: fix error return codeJulia Lawall2012-08-301-1/+3
* | | netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy2012-08-301-0/+1
* | | netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-1/+8
* | | ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
|/ /
* | Merge git://1984.lsi.us.es/nf-nextDavid S. Miller2012-08-226-66/+191
|\ \ | |/ |/|
| * ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-102-3/+11
| * ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-102-27/+128
| * ipvs: fixed sparse warningClaudiu Ghioc2012-08-101-4/+4
| * ipvs: generalize app registration in netnsJulian Anastasov2012-08-102-32/+47
| * ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov2012-08-101-1/+2
* | ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-08-151-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+3
|\
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-7/+7
|\ \ | |/
| * netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet2012-06-251-7/+7
* | Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-06-111-12/+12
|\ \
| * | netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy2012-06-071-12/+12
| |/
* | net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
|/
* ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten2012-05-081-1/+1
* ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso2012-05-081-6/+9
* ipvs: add support for sync threadsPablo Neira Ayuso2012-05-083-157/+280
* ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-084-46/+137
* ipvs: wakeup master threadPablo Neira Ayuso2012-05-082-32/+133
* ipvs: always update some of the flags bits in backupJulian Anastasov2012-05-081-42/+23
* ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov2012-05-081-7/+26
* ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov2012-05-081-5/+5
* ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov2012-05-081-1/+1
* ipvs: use GFP_KERNEL allocation where possibleSasha Levin2012-05-081-1/+1
* ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-079-38/+90
|\
| * ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-302-22/+39
| * ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-304-5/+21
| * ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-302-0/+6
| * ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
| * ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
OpenPOWER on IntegriCloud