index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
2005-07-06
1
-1
/
+1
*
[IPV6]: Makes IPv6 rcv registration happen last during initialisation.
Herbert Xu
2005-07-05
1
-2
/
+2
*
[NET]: Remove unused security member in sk_buff
Thomas Graf
2005-07-05
1
-1
/
+0
*
[IPV6]: remove more unused IPV6_AUTHHDR things.
YOSHIFUJI Hideaki
2005-06-29
1
-1
/
+0
*
[IPV6]: Don't dump temporary addresses twice
YOSHIFUJI Hideaki
2005-06-28
1
-14
/
+1
*
[NETLINK]: Missing padding fields in dumped structures
Patrick McHardy
2005-06-28
1
-0
/
+3
*
[NETLINK]: Missing initializations in dumped data
Patrick McHardy
2005-06-28
1
-0
/
+1
*
[TCP]: Allow choosing TCP congestion control via sockopt.
Stephen Hemminger
2005-06-24
1
-1
/
+1
*
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
2005-06-23
1
-1
/
+1
*
[PATCH] create a kstrdup library function
Paulo Marques
2005-06-23
1
-1
/
+2
*
[NETFILTER]: Fix ip6t_LOG sit tunnel logging
Patrick McHardy
2005-06-21
1
-35
/
+19
*
[NETFILTER]: Missing owner-field initialization in ip6table_raw
Patrick McHardy
2005-06-21
1
-2
/
+4
*
[NETFILTER]: Restore netfilter assumptions in IPv6 multicast
Patrick McHardy
2005-06-21
1
-21
/
+26
*
[NETFILTER]: Kill nf_debug
Patrick McHardy
2005-06-21
1
-3
/
+0
*
[NETFILTER]: Kill lockhelp.h
Patrick McHardy
2005-06-21
1
-1
/
+0
*
[IPV6]: multicast join and misc
David L Stevens
2005-06-21
2
-2
/
+24
*
[IPV6]: V6 route events reported with wrong netlink PID and seq number
Jamal Hadi Salim
2005-06-21
5
-57
/
+62
*
[IPSEC]: Add xfrm_init_state
Herbert Xu
2005-06-20
4
-10
/
+5
*
[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bh
Herbert Xu
2005-06-19
3
-9
/
+9
*
[NETLINK]: Set correct pid for ioctl originating netlink events
Jamal Hadi Salim
2005-06-19
1
-3
/
+3
*
[NETLINK]: Explicit typing
Jamal Hadi Salim
2005-06-19
1
-5
/
+5
*
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
Jamal Hadi Salim
2005-06-19
2
-31
/
+29
*
[NET] rename struct tcp_listen_opt to struct listen_sock
Arnaldo Carvalho de Melo
2005-06-19
1
-2
/
+2
*
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
2005-06-19
1
-11
/
+3
*
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
2005-06-19
1
-21
/
+21
*
[NET] Generalise TCP's struct open_request minisock infrastructure
Arnaldo Carvalho de Melo
2005-06-19
1
-45
/
+51
*
[IPv6] Don't generate temporary for TUN devices
Rémi Denis-Courmont
2005-06-14
1
-0
/
+1
*
[IPV6]: Ensure to use icmpv6_socket in non-preemptive context.
YOSHIFUJI Hideaki
2005-06-13
1
-4
/
+10
*
[IPV6]: Update parm.link in ip6ip6_tnl_change()
Gabor Fekete
2005-06-08
1
-0
/
+1
*
[IPV6]: Kill export of fl6_sock_lookup.
Adrian Bunk
2005-06-02
1
-1
/
+0
*
[IPV6]: Clear up user copy warning in flowlabel code.
David S. Miller
2005-05-30
1
-4
/
+6
*
From: Kazunori Miyazawa <kazunori@miyazawa.org>
Hideaki YOSHIFUJI
2005-05-26
1
-0
/
+4
*
[IPV6]: Fix xfrm tunnel oops with large packets
Herbert Xu
2005-05-23
1
-0
/
+1
*
[IPV4/IPV6] Ensure all frag_list members have NULL sk
Herbert Xu
2005-05-19
1
-6
/
+8
*
[IPSEC]: Store idev entries
Herbert Xu
2005-05-04
1
-0
/
+43
*
[NETLINK]: Synchronous message processing.
Herbert Xu
2005-05-03
1
-11
/
+9
*
[TCP]: Optimize check in port-allocation code, v6 version.
Folkert van Heusden
2005-05-03
1
-2
/
+5
*
[RTNETLINK] Cleanup rtnetlink_link tables
Thomas Graf
2005-05-03
1
-1
/
+1
*
[IPV6]: Fix raw socket checksums with IPsec
Herbert Xu
2005-05-03
1
-3
/
+4
*
[IPV6]: Incorrect permissions on route flush sysctl
Dave Jones
2005-04-28
1
-1
/
+1
*
[PATCH] kill gratitious includes of major.h under net/*
Al Viro
2005-04-26
1
-1
/
+0
*
[IPV6]: export inet6_sock_nr
Arnaldo Carvalho de Melo
2005-04-25
1
-0
/
+1
*
[SELINUX]: Fix ipv6_skip_exthdr() invocation causing OOPS.
Herbert Xu
2005-04-25
2
-9
/
+6
*
[IPV6]: Replace bogus instances of inet->recverr
Herbert Xu
2005-04-20
2
-5
/
+3
*
[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memory
Herbert Xu
2005-04-20
1
-13
/
+40
*
[IPV6]: Fix a branch prediction
YOSHIFUJI Hideaki
2005-04-20
1
-1
/
+1
*
Linux-2.6.12-rc2
Linus Torvalds
2005-04-17
60
-0
/
+35124
[prev]