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
2005-10-25
[NET]: Wider use of for_each_*cpu()
John Hawkes
2
-10
/
+3
2005-10-25
[IPV6]: Fix refcnt of struct ip6_flowlabel
Yan Zheng
1
-1
/
+1
2005-10-15
[NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.
Andrew Morton
1
-1
/
+0
2005-10-13
[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.
David S. Miller
1
-5
/
+11
2005-10-10
[IPSEC] Fix block size/MTU bugs in ESP
Herbert Xu
1
-3
/
+4
2005-10-10
[IPSEC]: Use ALIGN macro in ESP
Herbert Xu
1
-5
/
+6
2005-10-05
[IPV6]: Fix NS handing for proxy/anycast address
YOSHIFUJI Hideaki
1
-1
/
+1
2005-10-05
[MCAST] ipv6: Fix address size in grec_size
Yan Zheng
1
-1
/
+1
2005-10-04
[IPV6]: Fix infinite loop in udp_v6_get_port().
YOSHIFUJI Hideaki
1
-1
/
+3
2005-10-03
[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl
Herbert Xu
1
-1
/
+1
2005-10-03
[IPV6]: Fix leak added by udp connect dst caching fix.
David S. Miller
1
-4
/
+10
2005-10-03
[IPV6]: Fix ipv6 fragment ID selection at slow path
Yan Zheng
1
-1
/
+1
2005-10-03
[INET]: speedup inet (tcp/dccp) lookups
Eric Dumazet
1
-8
/
+10
2005-10-03
[NET]: Fix packet timestamping.
Herbert Xu
1
-2
/
+2
2005-09-26
[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup
Herbert Xu
1
-0
/
+2
2005-09-24
[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency
Harald Welte
2
-1
/
+12
2005-09-19
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
7
-464
/
+91
2005-09-19
[PATCH] raw_sendmsg DoS on 2.6
Mark J Cox
1
-1
/
+1
2005-09-19
[NETFILTER] ip6tables: remove duplicate code
Yasuyuki Kozakai
7
-464
/
+91
2005-09-18
[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)
Mitsuru KANDA
1
-2
/
+8
2005-09-14
[IPV6]: Fix per-socket multicast filtering in sk_reuse case
David L Stevens
1
-3
/
+2
2005-09-14
[MCAST]: Fix MCAST_EXCLUDE line dupes
Denis Lukianov
1
-1
/
+1
2005-09-10
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
Brian Haley
2
-9
/
+8
2005-09-09
[PATCH] timer initialization cleanup: DEFINE_TIMER
Ingo Molnar
3
-4
/
+3
2005-09-09
[PATCH] files: lock-free fd look-up
Dipankar Sarma
1
-0
/
+1
2005-09-08
[XFRM]: Always release dst_entry on error in xfrm_lookup
Patrick McHardy
7
-40
/
+13
2005-09-08
[IPV6]: Don't redo xfrm_lookup for cached dst entries
Patrick McHardy
1
-3
/
+4
2005-09-08
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
David S. Miller
9
-61
/
+477
2005-09-08
[IPV6]: Need to use pskb_trim_rcsum().
Stephen Hemminger
3
-12
/
+8
2005-09-08
[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.
YOSHIFUJI Hideaki
7
-20
/
+98
2005-09-08
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
YOSHIFUJI Hideaki
7
-41
/
+379
2005-09-01
[IPV6]: Repair Incoming Interface Handling for Raw Socket.
YOSHIFUJI Hideaki
2
-3
/
+3
2005-09-01
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
Jesper Juhl
4
-34
/
+17
2005-08-29
[NETFILTER6]: Add new ip6tables HOPLIMIT target
Harald Welte
3
-0
/
+135
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
5
-5
/
+5
2005-08-29
[NETFILTER]: Add goto target
Patrick McHardy
1
-2
/
+2
2005-08-29
[NETFILTER]: Add IPv6 REJECT target
Patrick McHardy
3
-0
/
+295
2005-08-29
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
8
-48
/
+5
2005-08-29
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
1
-1
/
+2
2005-08-29
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
2
-16
/
+16
2005-08-29
[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
Christoph Hellwig
1
-83
/
+7
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
3
-5
/
+7
2005-08-29
[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c
Arnaldo Carvalho de Melo
3
-153
/
+84
2005-08-29
[IPV6]: Generalise the tcp_v6_lookup routines
Arnaldo Carvalho de Melo
1
-65
/
+74
2005-08-29
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
1
-3
/
+4
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
10
-38
/
+27
2005-08-29
[TIMEWAIT]: Introduce inet_timewait_death_row
Arnaldo Carvalho de Melo
1
-4
/
+5
2005-08-29
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
Harald Welte
1
-2
/
+7
2005-08-29
[NETFILTER]: ip{6}_queue: prevent unregistration race with nfnetlink_queue
Harald Welte
1
-1
/
+1
2005-08-29
[ICSK]: Generalise tcp_listen_{start,stop}
Arnaldo Carvalho de Melo
1
-0
/
+1
[next]