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
/
exthdrs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[IPV6]: make extended headers to return an error at initialization
Daniel Lezcano
1
-25
/
+39
2008-01-28
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
1
-11
/
+2
2007-10-15
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
Herbert Xu
1
-27
/
+14
2007-10-15
[IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input
Herbert Xu
1
-18
/
+5
2007-07-10
[IPV6]: Do not send RH0 anymore.
YOSHIFUJI Hideaki
1
-78
/
+0
2007-07-10
[IPV6]: Restore semantics of Routing Header processing.
YOSHIFUJI Hideaki
1
-31
/
+16
2007-07-10
[IPV6] MIP6: Loadable module support for MIPv6.
Masahide NAKAMURA
1
-9
/
+10
2007-05-10
[IPV6]: Do no rely on skb->dst before it is assigned.
YOSHIFUJI Hideaki
1
-4
/
+12
2007-04-27
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
YOSHIFUJI Hideaki
1
-0
/
+1
2007-04-25
[NET]: cleanup extra semicolons
Stephen Hemminger
1
-1
/
+1
2007-04-25
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-25
[SK_BUFF]: Introduce skb_network_header_len
Arnaldo Carvalho de Melo
1
-4
/
+4
2007-04-25
[SK_BUFF]: Use the helpers to get the layer header pointer
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
1
-11
/
+10
2007-04-25
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
1
-5
/
+7
2007-04-25
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
1
-10
/
+10
2007-04-25
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
1
-23
/
+33
2007-04-25
[IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-25
[IPV6]: Decentralize EXPORT_SYMBOLs.
YOSHIFUJI Hideaki
1
-0
/
+2
2007-04-25
[NET]: convert network timestamps to ktime_t
Eric Dumazet
1
-1
/
+1
2007-04-24
IPv6: fix Routing Header Type 0 handling thinko
YOSHIFUJI Hideaki
1
-1
/
+1
2007-04-24
[IPV6]: Disallow RH0 by default.
YOSHIFUJI Hideaki
1
-6
/
+34
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-10
[NET] IPV6: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-7
/
+7
2006-12-02
[IPV6]: Misc endianness annotations.
Al Viro
1
-1
/
+1
2006-12-02
[IPV6]: Per-interface statistics support.
YOSHIFUJI Hideaki
1
-19
/
+38
2006-09-22
[IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO.
Masahide NAKAMURA
1
-0
/
+7
2006-09-22
[IPV6] MIP6: Several obvious clean-ups.
YOSHIFUJI Hideaki
1
-1
/
+0
2006-09-22
[IPV6] MIP6: Add inbound interface of home address option.
Masahide NAKAMURA
1
-1
/
+83
2006-09-22
[IPV6]: Allow to replace skbuff by TLV parser.
Masahide NAKAMURA
1
-10
/
+19
2006-09-22
[IPV6]: Find option offset by type.
Masahide NAKAMURA
1
-0
/
+43
2006-09-22
[IPV6] MIP6: Add inbound interface of routing header type 2.
Masahide NAKAMURA
1
-8
/
+61
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-1
/
+1
2006-08-31
[IPV6]: Fix kernel OOPs when setting sticky socket options.
YOSHIFUJI Hideaki
1
-13
/
+16
2006-06-30
[IPV6]: Added GSO support for TCPv6
Herbert Xu
1
-2
/
+2
2006-04-18
[IPV6]: Clean up hop-by-hop options handler.
YOSHIFUJI Hideaki
1
-2
/
+2
2006-04-18
[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.
YOSHIFUJI Hideaki
1
-0
/
+12
2006-01-07
[IPV6]: Move nextheader offset to the IP6CB
Patrick McHardy
1
-7
/
+12
2006-01-03
[IPV6]: Export some symbols for DCCPv6
Arnaldo Carvalho de Melo
1
-0
/
+4
2005-11-20
[IPV6]: Fix sending extension headers before and including routing header.
YOSHIFUJI Hideaki
1
-0
/
+19
2005-11-20
[IPV6]: Fix memory management error during setting up new advapi sockopts.
YOSHIFUJI Hideaki
1
-1
/
+2
2005-09-10
[IPV6]: Bring Type 0 routing header in-line with rfc3542.
Brian Haley
1
-2
/
+1
2005-09-08
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6-git-rfc3542
David S. Miller
1
-3
/
+104
2005-09-08
[IPV6]: Need to use pskb_trim_rcsum().
Stephen Hemminger
1
-5
/
+4
2005-09-08
[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).
YOSHIFUJI Hideaki
1
-3
/
+104
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-4
/
+4
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+575