aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs
Commit message (Expand)AuthorAgeFilesLines
* ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2015-08-072-22/+39
* ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-08-071-0/+3
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-091-5/+5
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-05-091-11/+21
* ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-05-091-0/+3
* ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrackJulian Anastasov2014-11-051-1/+0
* inetpeer: get rid of ip_id_countEric Dumazet2014-09-131-1/+1
* ipvs: stop tot_stats estimator only under CONFIG_SYSCTLJulian Anastasov2014-08-061-1/+1
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-261-1/+1
* ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-301-5/+1
* ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-09-191-0/+1
* ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-291-1/+1
* ipvs: try also real server with port 0 in backup serverJulian Anastasov2011-12-313-4/+10
* ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski2011-11-011-1/+1
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-018-42/+23
* ipvs: Removed unused variablesSimon Horman2011-11-011-4/+0
* ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-014-24/+14
* ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-012-2/+2
* ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski2011-11-011-2/+3
* Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-10-172-51/+86
|\
| * IPVS netns shutdown/startup dead-lockHans Schillstrom2011-10-122-51/+86
* | netfilter: Use proper rwlock init functionThomas Gleixner2011-10-051-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...David S. Miller2011-07-281-0/+1
|\
| * IPVS: Free resources on module removalSimon Horman2011-07-221-0/+1
* | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-4/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-202-9/+18
|\ \ | |/
| * IPVS netns exit causes crash in conntrackHans Schillstrom2011-06-132-1/+10
| * ipvs: restore support for iptables SNATJulian Anastasov2011-06-061-8/+8
* | IPVS: remove unused init and cleanup functions.Hans Schillstrom2011-06-144-53/+4
* | IPVS: labels at pos 0Hans Schillstrom2011-06-142-9/+9
* | IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-137-38/+38
* | ipvs: support more FTP PASV responsesJulian Anastasov2011-06-131-14/+38
|/
* IPVS: bug in ip_vs_ftp, same list heaad used in all netns.Hans Schillstrom2011-05-271-8/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-173-6/+6
|\
| * IPVS: fix netns if reading ip_vs_* procfs entriesHans Schillstrom2011-05-153-6/+6
* | ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-122-46/+50
* | ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller2011-05-121-3/+4
* | ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller2011-05-121-9/+15
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-117-99/+241
|\ \ | |/
| * IPVS: init and cleanup restructuringHans Schillstrom2011-05-107-80/+206
| * IPVS: Change of socket usage to enable name space exit.Hans Schillstrom2011-05-102-22/+38
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-04-191-3/+0
|\ \ | |/ |/|
| * IPVS: combine consecutive #ifdef CONFIG_PROC_FS blocksSimon Horman2011-04-051-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-1/+1
|\ \
| * | IPVS: fix NULL ptr dereference in ip_vs_ctl.c ip_vs_genl_dump_daemons()Hans Schillstrom2011-04-041-1/+1
| |/
* | Fix common misspellingsLucas De Marchi2011-03-314-8/+8
|/
* IPVS: Use global mutex in ip_vs_app.cSimon Horman2011-03-211-13/+10
* ipvs: fix a typo in __ip_vs_control_init()Eric Dumazet2011-03-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-158-210/+312
|\
| * IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()Simon Horman2011-03-151-36/+62