| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-09-30 | linux-3.10.0-1160.el7 |  Jason A. Donenfeld | 1 | -145/+159 |
| 2013-04-23 | ipvs: Use network byte order for sync message size |  Simon Horman | 1 | -13/+8 |
| 2013-04-02 | ipvs: do not disable bh for long time |  Julian Anastasov | 1 | -14/+10 |
| 2013-04-02 | ipvs: convert dests to rcu |  Julian Anastasov | 1 | -7/+4 |
| 2013-04-02 | ipvs: add ip_vs_dest_hold and ip_vs_dest_put |  Julian Anastasov | 1 | -2/+2 |
| 2013-01-28 | ipvs: freeing uninitialized pointer on error |  Dan Carpenter | 1 | -0/+2 |
| 2012-05-08 | ipvs: add support for sync threads |  Pablo Neira Ayuso | 1 | -154/+247 |
| 2012-05-08 | ipvs: reduce sync rate with time thresholds |  Julian Anastasov | 1 | -16/+105 |
| 2012-05-08 | ipvs: wakeup master thread |  Pablo Neira Ayuso | 1 | -31/+116 |
| 2012-05-08 | ipvs: always update some of the flags bits in backup |  Julian Anastasov | 1 | -42/+23 |
| 2012-04-21 | sock: Introduce named constants for sk_reuse |  Pavel Emelyanov | 1 | -1/+1 |
| 2012-04-15 | net: cleanup unsigned to unsigned int |  Eric Dumazet | 1 | -2/+2 |
| 2012-01-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
| 2011-12-31 | ipvs: try also real server with port 0 in backup server |  Julian Anastasov | 1 | -1/+1 |
| 2011-11-22 | net: remove ipv6_addr_copy() |  Alexey Dobriyan | 1 | -3/+3 |
| 2011-10-12 | IPVS netns shutdown/startup dead-lock |  Hans Schillstrom | 1 | -0/+6 |
| 2011-06-14 | IPVS: remove unused init and cleanup functions. |  Hans Schillstrom | 1 | -9/+0 |
| 2011-06-13 | IPVS: rename of netns init and cleanup functions. |  Hans Schillstrom | 1 | -2/+2 |
| 2011-05-10 | IPVS: init and cleanup restructuring |  Hans Schillstrom | 1 | -10/+3 |
| 2011-05-10 | IPVS: Change of socket usage to enable name space exit. |  Hans Schillstrom | 1 | -21/+37 |
| 2011-03-15 | IPVS: Add sysctl_sync_ver() |  Simon Horman | 1 | -2/+2 |
| 2011-03-15 | IPVS: Add {sysctl_sync_threshold,period}() |  Simon Horman | 1 | -2/+2 |
| 2011-03-15 | netfilter:ipvs: use kmemdup |  Shan Wei | 1 | -2/+1 |
| 2011-02-16 | ipvs: fix timer in get_curr_sync_buff |  Tinggong Wang | 1 | -2/+2 |
| 2011-02-07 | IPVS: precedence bug in ip_vs_sync_switch_mode() |  Dan Carpenter | 1 | -1/+1 |
| 2011-02-01 | IPVS: Remove ip_vs_sync_cleanup from section __exit |  Simon Horman | 1 | -1/+1 |
| 2011-01-22 | IPVS: Change sock_create_kernel() to __sock_create() |  Simon Horman | 1 | -2/+2 |
| 2011-01-13 | IPVS: netns, final patch enabling network name space. |  Hans Schillstrom | 1 | -5/+0 |
| 2011-01-13 | IPVS: netns, ip_vs_ctl local vars moved to ipvs struct. |  Hans Schillstrom | 1 | -4/+5 |
| 2011-01-13 | IPVS: netns, connection hash got net as param. |  Hans Schillstrom | 1 | -7/+6 |
| 2011-01-13 | IPVS: netns awareness to ip_vs_sync |  Hans Schillstrom | 1 | -155/+179 |
| 2011-01-13 | IPVS: netns, common protocol changes and use of appcnt. |  Hans Schillstrom | 1 | -25/+30 |
| 2011-01-13 | IPVS: netns to services part 1 |  Hans Schillstrom | 1 | -1/+1 |
| 2011-01-13 | IPVS: netns, add basic init per netns. |  Hans Schillstrom | 1 | -0/+27 |
| 2010-11-25 | IPVS: Backup, adding version 0 sending capabilities |  Hans Schillstrom | 1 | -0/+134 |
| 2010-11-25 | IPVS: Backup, Change sending to Version 1 format |  Hans Schillstrom | 1 | -41/+144 |
| 2010-11-25 | IPVS: Backup, Adding Version 1 receive capability |  Hans Schillstrom | 1 | -120/+429 |
| 2010-11-25 | IPVS: Backup, Adding structs for new sync format |  Hans Schillstrom | 1 | -12/+142 |
| 2010-11-25 | IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon. |  Hans Schillstrom | 1 | -2/+2 |
| 2010-11-16 | IPVS: buffer argument to ip_vs_process_message() should not be const |  Simon Horman | 1 | -1/+1 |
| 2010-11-16 | IPVS: Remove useless { } block from ip_vs_process_message() |  Simon Horman | 1 | -13/+11 |
| 2010-11-16 | IPVS: Make the cp argument to ip_vs_sync_conn() static |  Simon Horman | 1 | -1/+1 |
| 2010-10-04 | IPVS: Add struct ip_vs_pe |  Simon Horman | 1 | -2/+15 |
| 2010-10-04 | IPVS: Add struct ip_vs_conn_param |  Simon Horman | 1 | -19/+14 |
| 2010-04-20 | net: sk_sleep() helper |  Eric Dumazet | 1 | -1/+1 |
| 2010-02-18 | ipvs: SCTP Trasport Loadbalancing Support |  Venkata Mohan Reddy | 1 | -0/+14 |
| 2009-08-02 | IPVS: use pr_err and friends instead of IP_VS_ERR and friends |  Hannes Eder | 1 | -25/+25 |
| 2009-07-30 | IPVS: use pr_fmt |  Hannes Eder | 1 | -0/+3 |
| 2009-02-01 | net: replace uses of __constant_{endian} |  Harvey Harrison | 1 | -2/+2 |
| 2008-10-31 | net: replace NIPQUAD() in net/netfilter/ |  Harvey Harrison | 1 | -2/+2 |