index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-17
[IPV6]: Accept -1 for IPV6_TCLASS
Remi Denis-Courmont
2
-2
/
+4
2006-09-17
[IPV6]: Fix tclass setting for raw sockets.
YOSHIFUJI Hideaki
2
-3
/
+3
2006-08-31
[IPV6]: Fix kernel OOPs when setting sticky socket options.
YOSHIFUJI Hideaki
1
-13
/
+16
2006-08-29
[IPV6]: ipv6_add_addr should install dstentry earlier
Keir Fraser
1
-2
/
+2
2006-08-29
[IPV6]: SNMPv2 "ipv6IfStatsInAddrErrors" counter error
Lv Liangying
1
-0
/
+4
2006-08-26
[IPV6]: Segmentation offload not set correctly on TCP children
Stephen Hemminger
1
-1
/
+1
2006-08-17
[MCAST]: Fix filter leak on device removal.
David L Stevens
1
-4
/
+6
2006-08-17
[IPV6] lockdep: annotate __icmpv6_socket
Ingo Molnar
1
-0
/
+13
2006-08-13
[INET]: Use pskb_trim_unique when trimming paged unique skbs
Herbert Xu
1
-1
/
+1
2006-08-13
[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery in init path
Patrick McHardy
1
-9
/
+25
2006-08-09
[IPV6]: The ifa lock is a BH lock
Herbert Xu
1
-2
/
+2
2006-08-02
[IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error
Wei Dong
1
-3
/
+5
2006-08-02
[IPV6]: SNMPv2 "ipv6IfStatsInHdrErrors" counter error
Wei Dong
1
-0
/
+1
2006-08-02
[NET]: Core net changes to generate netevents
Tom Tucker
1
-0
/
+7
2006-08-02
[TCP]: SNMPv2 tcpAttemptFails counter error
Wei Yongjun
1
-2
/
+0
2006-08-02
[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store calls
Herbert Xu
5
-44
/
+86
2006-08-02
[XFRM]: Fix protocol field value for outgoing IPv6 GSO packets
Patrick McHardy
1
-1
/
+1
2006-08-02
[IPV6] ADDRCONF: NLM_F_REPLACE support for RTM_NEWADDR
Noriaki TAKAMIYA
1
-0
/
+57
2006-08-02
[IPV6] ADDRCONF: Support get operation of single address
Noriaki TAKAMIYA
1
-1
/
+58
2006-08-02
[IPV6] ADDRCONF: Do not verify an address with infinity lifetime
YOSHIFUJI Hideaki
1
-1
/
+5
2006-08-02
[IPV6] ADDRCONF: Allow user-space to specify address lifetime
Noriaki TAKAMIYA
1
-4
/
+42
2006-08-02
[IPV6] ADDRCONF: Check payload length for IFA_LOCAL attribute in RTM_{ADD,DEL...
YOSHIFUJI Hideaki
1
-2
/
+4
2006-07-25
[IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().
Tetsuo Handa
1
-0
/
+1
2006-07-24
[IPV6]: Clean skb cb on IPv6 input.
Guillaume Chazarain
1
-0
/
+2
2006-07-24
[IPV6] xfrm6_tunnel: Delete debugging code.
David S. Miller
1
-130
/
+10
2006-07-21
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
1
-2
/
+1
2006-07-21
[IPV4]: Get rid of redundant IPCB->opts initialisation
Herbert Xu
1
-1
/
+0
2006-07-12
[IPCOMP]: Fix truesize after decompression
Herbert Xu
1
-1
/
+2
2006-07-12
[IPV6]: Use ipv6_addr_src_scope for link address sorting.
YOSHIFUJI Hideaki
1
-1
/
+2
2006-07-12
[IPV6]: order addresses by scope
Brian Haley
1
-3
/
+21
2006-07-08
[NET] gso: Fix up GSO packets with broken checksums
Herbert Xu
2
-28
/
+80
2006-07-08
[NET] gso: Add skb_is_gso
Herbert Xu
2
-3
/
+3
2006-07-03
[NET]: add+use poison defines
Randy Dunlap
1
-1
/
+2
2006-07-03
[IPV6]: Fix ipv6 GSO payload length
Michael Chan
1
-1
/
+2
2006-07-03
[NET]: Verify gso_type too in gso_segment
Herbert Xu
1
-0
/
+8
2006-06-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
7
-18
/
+70
2006-06-30
[IPV6]: Added GSO support for TCPv6
Herbert Xu
4
-10
/
+4
2006-06-30
[IPV6]: Added GSO support for TCPv6
Herbert Xu
3
-2
/
+65
2006-06-30
[IPV6]: Remove redundant length check on input
Herbert Xu
1
-6
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
29
-29
/
+0
2006-06-29
[TCP]: Export accept queue len of a TCP listening socket via rx_queue
Sridhar Samudrala
1
-1
/
+2
2006-06-29
[NETLINK]: Encapsulate eff_cap usage within security framework.
Darrel Goeddel
1
-1
/
+1
2006-06-29
[NETFILTER]: x_tables: fix xt_register_table error propagation
Patrick McHardy
1
-1
/
+2
2006-06-27
[PATCH] spin/rwlock init cleanups
Ingo Molnar
1
-1
/
+1
2006-06-23
[IPSEC]: Handle GSO packets
Herbert Xu
1
-2
/
+37
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-3
/
+4
2006-06-23
[IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRI...
YOSHIFUJI Hideaki
1
-0
/
+3
2006-06-23
[IPV6]: Fix source address selection.
Łukasz Stelmach
1
-0
/
+6
2006-06-17
[IPV6]: Sum real space for RTAs.
YOSHIFUJI Hideaki
1
-4
/
+24
2006-06-17
[NET]: skb_trim audit
Herbert Xu
1
-7
/
+3
[next]