aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs
AgeCommit message (Expand)Author
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2012-11-19netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-10-28ipvs: remove silly double assignmentAlan Cox
2012-10-26Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso
2012-10-09ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov
2012-09-28ipvs: SIP fragment handlingJesper Dangaard Brouer
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer
2012-09-28ipvs: IPv6 extend ICMPv6 handling for future typesJesper Dangaard Brouer
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun
2012-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30ipvs: fix error return codeJulia Lawall
2012-08-30netfilter: nf_nat: add protoff argument to packet mangling functionsPatrick McHardy
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2012-08-22Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-15ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov
2012-08-10ipvs: fixed sparse warningClaudiu Ghioc
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov
2012-08-10ipvs: ip_vs_ftp depends on nf_conntrack_ftp helperJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov
2012-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller
2012-06-07netfilter: ipvs: switch hook PFs to nfprotoAlban Crequy
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin