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
2009-10-14
net: sk_drops consolidation
Eric Dumazet
2
-6
/
+3
2009-10-13
tcp: replace ehash_size by ehash_mask
Eric Dumazet
1
-1
/
+1
2009-10-13
ipv6: fix devconf after adding force_tllao option
Cosmin Ratiu
1
-0
/
+1
2009-10-12
net: Generalize socket rx gap / receive queue overflow cmsg
Neil Horman
2
-2
/
+2
2009-10-11
ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+6
2009-10-11
ipv6 sit: Fix 6rd relay address.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+2
2009-10-11
ipv6 sit: Ensure to initialize 6rd parameters.
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+6
2009-10-07
udp: dynamically size hash tables at boot time
Eric Dumazet
1
-3
/
+3
2009-10-07
IPv6: Fix 6RD typo
Alexandre Cassen
1
-1
/
+1
2009-10-07
IPv6: use ipv6_addr_set_v4mapped()
Brian Haley
3
-24
/
+16
2009-10-07
IPv6: use ipv6_addr_copy() in ip6_route_redirect()
Brian Haley
1
-1
/
+2
2009-10-07
net: mark net_proto_ops as const
Stephen Hemminger
1
-1
/
+1
2009-10-07
make TLLAO option for NA packets configurable
Octavian Purdila
2
-0
/
+9
2009-10-07
Use sk_mark for IPv6 routing lookups
Brian Haley
7
-0
/
+11
2009-10-07
ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.
YOSHIFUJI Hideaki / 吉藤英明
2
-8
/
+135
2009-10-05
tunnels: Optimize tx path
Eric Dumazet
1
-2
/
+3
2009-09-30
sit: fix off-by-one in ipip6_tunnel_get_prl
Sascha Hlusiak
1
-1
/
+1
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
5
-11
/
+11
2009-09-26
Revert "sit: stateless autoconf for isatap"
Sascha Hlusiak
2
-59
/
+0
2009-09-24
tunnel: eliminate recursion field
Eric Dumazet
2
-15
/
+0
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
3
-10
/
+10
2009-09-23
seq_file: constify seq_operations
James Morris
1
-1
/
+1
2009-09-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
17
-33
/
+68
2009-09-17
ipv6: Log the affected address when DAD failure occurs
Jens Rosenboom
1
-2
/
+2
2009-09-16
ipv6: Ignore route option with ROUTER_PREF_INVALID
Jens Rosenboom
1
-1
/
+1
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-2
/
+3
2009-09-15
bonding: remap muticast addresses without using dev_close() and dev_open()
Moni Shoua
2
-0
/
+38
2009-09-15
tcp: fix ssthresh u16 leftover
Ilpo Järvinen
1
-2
/
+3
2009-09-14
net: constify struct inet6_protocol
Alexey Dobriyan
14
-28
/
+24
2009-09-11
ipv6: Add IFA_F_DADFAILED flag
Brian Haley
1
-5
/
+7
2009-09-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
7
-53
/
+70
2009-09-09
headers: net/ipv[46]/protocol.c header trim
Alexey Dobriyan
1
-13
/
+2
2009-09-03
ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header
Cosmin Ratiu
1
-0
/
+1
2009-09-02
tcp: replace hard coded GFP_KERNEL with sk_allocation
Wu Fengguang
1
-1
/
+1
2009-09-02
ip: Report qdisc packet drops
Eric Dumazet
3
-5
/
+13
2009-09-02
net: file_operations should be const
Stephen Hemminger
1
-2
/
+2
2009-09-02
inet: inet_connection_sock_af_ops const
Stephen Hemminger
1
-4
/
+4
2009-09-02
tcp: MD5 operations should be const
Stephen Hemminger
1
-5
/
+5
2009-09-02
net: seq_operations should be const
Stephen Hemminger
1
-1
/
+1
2009-09-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2009-09-01
ipv6: ip6_push_pending_frames() should increment IPSTATS_MIB_OUTDISCARDS
Eric Dumazet
1
-0
/
+1
2009-09-01
net: make neigh_ops constant
Stephen Hemminger
1
-3
/
+3
2009-09-01
netns: embed ip6_dst_ops directly
Alexey Dobriyan
1
-21
/
+13
2009-09-01
netdev: convert pseudo-devices to netdev_tx_t
Stephen Hemminger
3
-3
/
+5
2009-08-31
netfilter: ip6t_eui: fix read outside array bounds
Patrick McHardy
1
-7
/
+2
2009-08-29
ipv6: Update Neighbor Cache when IPv6 RA is received on a router
David Ward
1
-6
/
+8
2009-08-28
sit: allow ip fragmentation when using nopmtudisc to fix package loss
Sascha Hlusiak
1
-1
/
+1
2009-08-25
netfilter: nf_conntrack: log packets dropped by helpers
Patrick McHardy
1
-1
/
+5
2009-08-24
netfilter: xtables: mark initial tables constant
Jan Engelhardt
5
-8
/
+9
2009-08-23
ipv6: Fix commit 63d9950b08184e6531adceb65f64b429909cc101 (ipv6: Make v4-mapp...
Bruno Prémont
1
-1
/
+3
[next]