| Commit message (Expand) | Author | Age | Files | Lines |
* | ipvs: call skb_sender_cpu_clear | Julian Anastasov | 2015-07-14 | 1 | -0/+6 |
* | ipvs: fix crash with sync protocol v0 and FTP | Julian Anastasov | 2015-07-14 | 1 | -1/+1 |
* | ipvs: skb_orphan in case of forwarding | Alex Gartrell | 2015-07-14 | 1 | -0/+27 |
* | ipvs: fix crash if scheduler is changed | Julian Anastasov | 2015-07-14 | 3 | -37/+69 |
* | ipvs: do not use random local source address for tunnels | Julian Anastasov | 2015-07-14 | 1 | -1/+0 |
* | ipvs: fix ipv6 route unreach panic | Alex Gartrell | 2015-07-14 | 1 | -0/+7 |
* | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags | Martin KaFai Lau | 2015-05-25 | 1 | -4/+9 |
* | ipv6: Add rt6_get_cookie() function | Martin KaFai Lau | 2015-05-25 | 1 | -1/+1 |
* | ipv6: Remove external dependency on rt6i_dst and rt6i_src | Martin KaFai Lau | 2015-05-25 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 1 | -0/+3 |
|\ |
|
| * | ipvs: fix memory leak in ip_vs_ctl.c | Tommi Rantala | 2015-05-08 | 1 | -0/+3 |
* | | net: Modify sk_alloc to not reference count the netns of kernel sockets. | Eric W. Biederman | 2015-05-11 | 1 | -21/+9 |
* | | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 2015-05-11 | 1 | -2/+2 |
|/ |
|
* | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -4/+4 |
* | netfilter: Make nf_hookfn use nf_hook_state. | David S. Miller | 2015-04-04 | 1 | -22/+10 |
* | ipv4: hash net ptr into fragmentation bucket selection | Hannes Frederic Sowa | 2015-03-25 | 1 | -2/+3 |
* | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} | Marcelo Ricardo Leitner | 2015-03-18 | 1 | -0/+2 |
* | netfilter: use sk_fullsock() helper | Eric Dumazet | 2015-03-17 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-09 | 1 | -0/+3 |
|\ |
|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs | Pablo Neira Ayuso | 2015-02-24 | 1 | -0/+3 |
| |\ |
|
| | * | ipvs: add missing ip_vs_pe_put in sync code | Julian Anastasov | 2015-02-22 | 1 | -0/+3 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-03 | 1 | -1/+1 |
|\| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-02-20 | 1 | -1/+1 |
| |\| |
|
| | * | ipvs: fix inability to remove a mixed-family RS | Alexey Andriyanov | 2015-02-09 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-03-02 | 4 | -131/+243 |
|\ \ \
| |/ /
|/| | |
|
| * | | ipvs: allow rescheduling of new connections when port reuse is detected | Marcelo Ricardo Leitner | 2015-02-25 | 3 | -6/+56 |
| * | | ipvs: use 64-bit rates in stats | Julian Anastasov | 2015-02-09 | 3 | -125/+187 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-05 | 1 | -11/+22 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | ipvs: rerouting to local clients is not needed anymore | Julian Anastasov | 2015-01-30 | 1 | -11/+22 |
* | | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 2015-01-18 | 1 | -3/+6 |
|/ |
|
* | ipvs: uninitialized data with IP_VS_IPV6 | Dan Carpenter | 2014-12-10 | 1 | -5/+5 |
* | dst: no need to take reference on DST_NOCACHE dsts | Hannes Frederic Sowa | 2014-12-09 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-11-24 | 5 | -9/+4 |
|\ |
|
| * | netfilter: Deletion of unnecessary checks before two function calls | Markus Elfring | 2014-11-20 | 4 | -8/+4 |
| * | ipvs: remove unnecessary assignment in __ip_vs_get_out_rt | Alex Gartrell | 2014-10-28 | 1 | -1/+0 |
* | | ipvs: Keep skb->sk when allocating headroom on tunnel xmit | Calvin Owens | 2014-11-12 | 1 | -0/+2 |
* | | ipvs: Avoid null-pointer deref in debug code | Alex Gartrell | 2014-10-28 | 1 | -2/+2 |
|/ |
|
* | netfilter: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 1 | -3/+3 |
* | ipvs: Allow heterogeneous pools now that we support them | Alex Gartrell | 2014-09-18 | 1 | -4/+20 |
* | ipvs: use the new dest addr family field | Julian Anastasov | 2014-09-18 | 4 | -16/+43 |
* | ipvs: use correct address family in scheduler logs | Julian Anastasov | 2014-09-18 | 9 | -12/+15 |
* | ipvs: address family of LBLCR entry depends on svc family | Julian Anastasov | 2014-09-16 | 1 | -6/+6 |
* | ipvs: address family of LBLC entry depends on svc family | Julian Anastasov | 2014-09-16 | 1 | -6/+6 |
* | ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding | Alex Gartrell | 2014-09-16 | 2 | -43/+117 |
* | ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools | Alex Gartrell | 2014-09-16 | 1 | -26/+51 |
* | ipvs: Pull out update_pmtu code | Alex Gartrell | 2014-09-16 | 1 | -12/+11 |
* | ipvs: Pull out crosses_local_route_boundary logic | Alex Gartrell | 2014-09-16 | 1 | -67/+77 |
* | ipvs: prevent mixing heterogeneous pools and synchronization | Alex Gartrell | 2014-09-16 | 1 | -0/+15 |
* | ipvs: Supply destination address family to ip_vs_conn_new | Alex Gartrell | 2014-09-16 | 4 | -9/+14 |
* | ipvs: Pass destination address family to ip_vs_trash_get_dest | Alex Gartrell | 2014-09-16 | 1 | -6/+6 |