index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tg3: Use SKB DMA helper functions for TX.
David S. Miller
2008-09-11
2
-58
/
+31
*
net: Add SKB DMA mapping helper functions.
David S. Miller
2008-09-11
3
-0
/
+75
*
net: Add DMA mapping tokens to skb_shared_info.
David S. Miller
2008-09-11
1
-0
/
+6
*
ipv6: On interface down/unregister, purge icmp routes too.
David S. Miller
2008-09-11
1
-0
/
+20
*
ipsec: Add missing list_del() in xfrm_state_gc_task().
David S. Miller
2008-09-10
1
-0
/
+1
*
ipsec: Use RCU-like construct for saved state within a walk
Herbert Xu
2008-09-10
2
-23
/
+44
*
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2008-09-10
23
-796
/
+2469
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l...
Simon Horman
2008-09-10
1114
-17564
/
+42137
|
|
\
|
*
|
ipvs: Embed user stats structure into kernel stats structure
Sven Wegener
2008-09-09
4
-86
/
+58
|
*
|
ipvs: Restrict connection table size via Kconfig
Sven Wegener
2008-09-09
2
-10
/
+3
|
*
|
IPVS: Remove incorrect ip_route_me_harder(), fix IPv6
Julius Volz
2008-09-09
1
-9
/
+0
|
*
|
ipvs: handle PARTIAL_CHECKSUM
Simon Horman
2008-09-09
2
-4
/
+70
|
*
|
IPVS: use ipv6_addr_copy()
Simon Horman
2008-09-08
1
-2
/
+2
|
*
|
IPVS: fix bogus indentation
Simon Horman
2008-09-08
1
-1
/
+1
|
*
|
ipvs: Reject ipv6 link-local addresses for destinations
Sven Wegener
2008-09-08
1
-1
/
+2
|
*
|
ipvs: Mark tcp/udp v4 and v6 debug functions static
Sven Wegener
2008-09-08
1
-2
/
+2
|
*
|
ipvs: Return negative error values from ip_vs_edit_service()
Sven Wegener
2008-09-08
1
-2
/
+2
|
*
|
ipvs: Use pointer to address from sync message
Sven Wegener
2008-09-08
1
-3
/
+3
|
*
|
ipvs: load balance ipv6 connections from a local process
Simon Horman
2008-09-05
1
-50
/
+41
|
*
|
ipvs: load balance IPv4 connections from a local process
Malcolm Turnbull
2008-09-05
2
-94
/
+134
|
*
|
IPVS: Allow adding IPv6 services from userspace
Julius Volz
2008-09-05
1
-5
/
+48
|
*
|
IPVS: Activate IPv6 Netfilter hooks
Julius Volz
2008-09-05
1
-0
/
+37
|
*
|
IPVS: Adjust various debug outputs to use new macros
Julius Volz
2008-09-05
5
-83
/
+111
|
*
|
IPVS: Add function to determine if IPv6 address is local
Vince Busam
2008-09-05
1
-7
/
+49
|
*
|
IPVS: Turn off FTP application helper for IPv6
Julius Volz
2008-09-05
1
-0
/
+16
|
*
|
IVPS: Disable sync daemon for IPv6 connections
Julius Volz
2008-09-05
1
-1
/
+2
|
*
|
IPVS: Convert procfs files for IPv6 entry output
Vince Busam
2008-09-05
2
-18
/
+73
|
*
|
IPVS: Convert real server lookup functions
Julius Volz
2008-09-05
5
-37
/
+67
|
*
|
IPVS: Add/adjust Netfilter hook functions and helpers for v6
Julius Volz
2008-09-05
1
-36
/
+329
|
*
|
IPVS: Extend scheduling functions for IPv6 support
Julius Volz
2008-09-05
1
-25
/
+31
|
*
|
IPVS: Add and bind IPv6 xmit functions
Julius Volz
2008-09-05
4
-2
/
+472
|
*
|
IPVS: Add IPv6 support to xmit() support functions
Julius Volz
2008-09-05
1
-7
/
+75
|
*
|
IPVS: Extend functions for getting/creating connections
Julius Volz
2008-09-05
8
-163
/
+209
|
*
|
IPVS: Extend protocol DNAT/SNAT and state handlers
Julius Volz
2008-09-05
3
-36
/
+142
|
*
|
IPVS: Add protocol debug functions for IPv6
Julius Volz
2008-09-05
2
-6
/
+93
|
*
|
IPVS: Add 'af' args to protocol handler functions
Julius Volz
2008-09-05
5
-124
/
+171
|
*
|
IPVS: Add IPv6 support flag to schedulers
Julius Volz
2008-09-05
11
-33
/
+66
|
*
|
IPVS: Add v6 support to ip_vs_service_get()
Julius Volz
2008-09-05
4
-19
/
+28
|
*
|
IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()
Julius Volz
2008-09-05
1
-32
/
+47
|
*
|
IPVS: Add internal versions of sockopt interface structs
Julius Volz
2008-09-05
2
-48
/
+129
|
*
|
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
19
-114
/
+121
|
*
|
IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 support
Julius Volz
2008-09-05
1
-0
/
+8
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-09-10
9
-51
/
+89
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ipv6: Fix OOPS in ip6_dst_lookup_tail().
Neil Horman
2008-09-09
1
-32
/
+32
|
*
|
ipsec: Restore larval states and socket policies in dump
Herbert Xu
2008-09-09
2
-0
/
+3
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
2008-09-09
6
-19
/
+54
|
|
\
\
|
|
*
|
[Bluetooth] Reject L2CAP connections on an insecure ACL link
Marcel Holtmann
2008-09-09
4
-5
/
+26
|
|
*
|
[Bluetooth] Enforce correct authentication requirements
Marcel Holtmann
2008-09-09
4
-7
/
+24
[next]