index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipvs
Age
Commit message (
Expand
)
Author
Lines
2014-11-12
ipvs: Keep skb->sk when allocating headroom on tunnel xmit
Calvin Owens
-0
/
+2
2014-10-28
ipvs: Avoid null-pointer deref in debug code
Alex Gartrell
-2
/
+2
2014-10-14
netfilter: replace strnicmp with strncasecmp
Rasmus Villemoes
-3
/
+3
2014-09-18
ipvs: Allow heterogeneous pools now that we support them
Alex Gartrell
-4
/
+20
2014-09-18
ipvs: use the new dest addr family field
Julian Anastasov
-16
/
+43
2014-09-18
ipvs: use correct address family in scheduler logs
Julian Anastasov
-12
/
+15
2014-09-16
ipvs: address family of LBLCR entry depends on svc family
Julian Anastasov
-6
/
+6
2014-09-16
ipvs: address family of LBLC entry depends on svc family
Julian Anastasov
-6
/
+6
2014-09-16
ipvs: support ipv4 in ipv6 and ipv6 in ipv4 tunnel forwarding
Alex Gartrell
-43
/
+117
2014-09-16
ipvs: Add generic ensure_mtu_is_adequate to handle mixed pools
Alex Gartrell
-26
/
+51
2014-09-16
ipvs: Pull out update_pmtu code
Alex Gartrell
-12
/
+11
2014-09-16
ipvs: Pull out crosses_local_route_boundary logic
Alex Gartrell
-67
/
+77
2014-09-16
ipvs: prevent mixing heterogeneous pools and synchronization
Alex Gartrell
-0
/
+15
2014-09-16
ipvs: Supply destination address family to ip_vs_conn_new
Alex Gartrell
-9
/
+14
2014-09-16
ipvs: Pass destination address family to ip_vs_trash_get_dest
Alex Gartrell
-6
/
+6
2014-09-16
ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}
Alex Gartrell
-15
/
+27
2014-09-16
ipvs: Add destination address family to netlink interface
Alex Gartrell
-7
/
+38
2014-09-16
ipvs: Add simple weighted failover scheduler
Kenny Mathis
-0
/
+90
2014-09-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-50
/
+61
2014-09-09
ipvs: reduce stack usage for sockopt data
Julian Anastasov
-50
/
+61
2014-08-28
ipvs: fix ipv6 hook registration for local replies
Julian Anastasov
-1
/
+1
2014-08-27
ipvs: properly declare tunnel encapsulation
Julian Anastasov
-4
/
+16
2014-08-08
netfilter: don't use mutex_lock_interruptible()
Pablo Neira Ayuso
-15
/
+4
2014-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2014-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+0
2014-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-88
/
+1
2014-07-17
ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
Alex Gartrell
-1
/
+1
2014-07-16
ipvs: Remove dead debug code
Yannick Brosseau
-86
/
+0
2014-07-16
ipvs: remove null test before kfree
Fabian Frederick
-2
/
+1
2014-07-16
ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
Julian Anastasov
-1
/
+0
2014-06-16
Merge branch 'ipvs'
Pablo Neira Ayuso
-1
/
+1
2014-06-13
ipvs: stop tot_stats estimator only under CONFIG_SYSCTL
Julian Anastasov
-1
/
+1
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-5
/
+10
2014-06-02
inetpeer: get rid of ip_id_count
Eric Dumazet
-1
/
+1
2014-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-1
/
+1
2014-05-26
ipvs: Fix panic due to non-linear skb
Peter Christensen
-5
/
+10
2014-05-12
net: rename local_df to ignore_df
WANG Cong
-10
/
+10
2014-04-23
netfilter: Fix format string mismatch in ip_vs_proto_name()
Masanari Iida
-1
/
+1
2014-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
-8
/
+7
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
-2
/
+2
2014-03-07
ipvs: Reduce checkpatch noise in ip_vs_lblc.c
Tingwei Liu
-7
/
+6
2014-03-07
sections, ipvs: Remove useless __read_mostly for ipvs genl_ops
Andi Kleen
-1
/
+1
2014-02-04
ipvs: fix AF assignment in ip_vs_conn_new()
Michal Kubecek
-4
/
+4
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
-1
/
+1
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+6
2013-12-27
ipvs: correct usage/allocation of seqadj ext in ipvs
Jesper Dangaard Brouer
-0
/
+6
2013-12-27
ipvs: Remove unused variable ret from sync_thread_master()
Geert Uytterhoeven
-1
/
+4
2013-12-06
netfilter: Fix FSF address in file headers
Jeff Kirsher
-2
/
+1
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-2
/
+2
2013-11-19
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
-1
/
+1
[next]