summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2
| * ipvs: Verify that IP_VS protocol has been registeredSasha Levin2012-04-251-9/+18
* | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-7/+0
* | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-203-6/+3
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-1511-49/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-102-2/+0
|\|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* | ipvs: Stop using NLA_PUT*().David S. Miller2012-04-021-50/+58
|/