| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mark read-only arrays as const | Jan Engelhardt | 2009-08-05 | 1 | -1/+2 |
* | IPVS: use pr_err and friends instead of IP_VS_ERR and friends | Hannes Eder | 2009-08-03 | 1 | -5/+2 |
* | IPVS: use pr_fmt | Hannes Eder | 2009-07-30 | 1 | -59/+60 |
* | net: replace __constant_{endian} uses in net headers | Harvey Harrison | 2009-02-15 | 1 | -2/+2 |
* | include/net net/ - csum_partial - remove unnecessary casts | Joe Perches | 2008-11-20 | 1 | -3/+3 |
* | IPVS: Remove supports_ipv6 scheduler flag | Julius Volz | 2008-11-04 | 1 | -3/+0 |
* | misc: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 1 | -2/+2 |
* | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 1 | -1/+1 |
* | net: replace uses of NIP6_FMT with %p6 | Harvey Harrison | 2008-10-29 | 1 | -2/+2 |
* | include: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 1 | -2/+2 |
* | ipv4: Make inet_sock.h independent of route.h | KOVACS Krisztian | 2008-10-01 | 1 | -0/+1 |
* | ipvs: Embed user stats structure into kernel stats structure | Sven Wegener | 2008-09-09 | 1 | -19/+2 |
* | ipvs: Restrict connection table size via Kconfig | Sven Wegener | 2008-09-09 | 1 | -9/+1 |
* | IPVS: Adjust various debug outputs to use new macros | Julius Volz | 2008-09-05 | 1 | -20/+33 |
* | IPVS: Convert real server lookup functions | Julius Volz | 2008-09-05 | 1 | -3/+5 |
* | IPVS: Add and bind IPv6 xmit functions | Julius Volz | 2008-09-05 | 1 | -1/+19 |
* | IPVS: Extend functions for getting/creating connections | Julius Volz | 2008-09-05 | 1 | -5/+11 |
* | IPVS: Extend protocol DNAT/SNAT and state handlers | Julius Volz | 2008-09-05 | 1 | -0/+11 |
* | IPVS: Add 'af' args to protocol handler functions | Julius Volz | 2008-09-05 | 1 | -6/+9 |
* | IPVS: Add IPv6 support flag to schedulers | Julius Volz | 2008-09-05 | 1 | -0/+3 |
* | IPVS: Add v6 support to ip_vs_service_get() | Julius Volz | 2008-09-05 | 1 | -1/+2 |
* | IPVS: Add internal versions of sockopt interface structs | Julius Volz | 2008-09-05 | 1 | -0/+39 |
* | IPVS: Add debug macros for v4 and v6 address output | Julius Volz | 2008-09-05 | 1 | -0/+42 |
* | IPVS: Add general v4/v6 helper functions / data structures | Julius Volz | 2008-09-05 | 1 | -0/+49 |
* | IPVS: Change IPVS data structures to support IPv6 addresses | Julius Volz | 2008-09-05 | 1 | -6/+12 |
* | ipvs: Create init functions for estimator code | Sven Wegener | 2008-08-15 | 1 | -0/+2 |
* | ipvs: Embed estimator object into stats object | Sven Wegener | 2008-08-11 | 1 | -2/+26 |
* | ipvs: Mark net_vs_ctl_path const | Sven Wegener | 2008-08-11 | 1 | -1/+1 |
* | ipvs: Use ARRAY_SIZE() | Sven Wegener | 2008-08-11 | 1 | -1/+1 |
* | ipvs: Move userspace definitions to include/linux/ip_vs.h | Julius Volz | 2008-08-01 | 1 | -245/+8 |
* | ipvs: fix oops in backup for fwmark conn templates | Julian Anastasov | 2008-04-29 | 1 | -1/+2 |
* | [IPVS]: Switch to using ctl_paths. | Pavel Emelyanov | 2008-01-29 | 1 | -0/+3 |
* | [IPVS]: Remove declaration of unimplemented method and remove unused definiti... | Rami Rosen | 2008-01-29 | 1 | -2/+0 |
* | [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED | Simon Horman | 2007-11-20 | 1 | -28/+0 |
* | [IPVS]: Fix sysctl warnings about missing strategy in schedulers | Simon Horman | 2007-11-20 | 1 | -2/+0 |
* | [IPVS]: Fix sysctl warnings about missing strategy | Christian Borntraeger | 2007-11-20 | 1 | -4/+0 |
* | [IPVS]: Synchronize closing of Connections | Rumen G. Bogdanovski | 2007-11-07 | 1 | -0/+4 |
* | [IPVS]: Bind connections on stanby if the destination exists | Rumen G. Bogdanovski | 2007-11-07 | 1 | -0/+4 |
* | [NETFILTER]: Replace sk_buff ** with sk_buff * | Herbert Xu | 2007-10-15 | 1 | -6/+6 |
* | [IPVS]: Replace local version of skb_make_writable | Herbert Xu | 2007-10-15 | 1 | -1/+0 |
* | [NET]: ipvs checksum annotations. | Al Viro | 2006-12-03 | 1 | -4/+10 |
* | [NET]: Annotate ip_vs_checksum_complete() and callers. | Al Viro | 2006-12-03 | 1 | -1/+1 |
* | [IPVS]: Compile fix for annotations in userland. | Simon Horman | 2006-11-10 | 1 | -0/+1 |
* | [IPVS]: ipvs annotations | Al Viro | 2006-09-29 | 1 | -34/+34 |
* | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 1 | -1/+0 |
* | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 2006-01-03 | 1 | -5/+7 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 1 | -1/+1 |
* | [IPVS]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -1/+1 |
* | [IPVS]: ip_vs_ftp breaks connections using persistence | Julian Anastasov | 2005-09-15 | 1 | -0/+3 |
* | [IPVS]: "extern inline" -> "static inline" | Adrian Bunk | 2005-09-02 | 1 | -1/+1 |