aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-2/+2
2012-11-19netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman1-1/+1
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-2/+2
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman3-1/+14
2012-10-28ipvs: remove silly double assignmentAlan Cox2-5/+5
2012-10-26Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller15-308/+357
2012-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso1-1/+5
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann1-1/+2
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov1-1/+5
2012-09-28ipvs: SIP fragment handlingJesper Dangaard Brouer1-4/+12
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer7-188/+133
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer4-35/+126
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer11-142/+151
2012-09-28ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer1-6/+2
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer4-10/+10
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-2/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-1/+3
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-08-30ipvs: fix error return codeJulia Lawall1-1/+3
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy1-0/+1
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy1-1/+8
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer1-6/+15
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller6-66/+191
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause1-0/+1
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2-3/+11
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2-27/+128
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc1-4/+4
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov2-32/+47
2012-08-10ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov1-1/+2
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