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
2008-11-20
net: fix tiny output corruption of /proc/net/snmp6
Alexey Dobriyan
1
-3
/
+3
2008-11-20
ipv6: use seq_release_private for ip6mr.c /proc entries
Benjamin Thery
1
-2
/
+2
2008-11-12
ipv6: routing header fixes
Brian Haley
2
-0
/
+10
2008-11-10
ipv6: fix ip6_mr_init error path
Benjamin Thery
1
-4
/
+5
2008-11-05
ipv6: fix run pending DAD when interface becomes ready
Benjamin Thery
1
-1
/
+3
2008-11-04
xfrm: Have af-specific init_tempsel() initialize family field of temporary se...
Andreas Steffen
1
-0
/
+1
2008-11-02
udp: Fix the SNMP counter of UDP_MIB_INERRORS
Wei Yongjun
1
-2
/
+8
2008-11-02
udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMS
Wei Yongjun
1
-5
/
+13
2008-11-01
udp: multicast packets need to check namespace
Eric Dumazet
1
-4
/
+4
2008-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-3
/
+4
2008-10-19
tcp: Fix IPv6 fallout from 'Port redirection support for TCP'
KOVACS Krisztian
2
-3
/
+4
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-4
/
+4
2008-10-16
sysctl: simplify ->strategy
Alexey Dobriyan
2
-8
/
+4
2008-10-15
IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option
Pedro Ribeiro
1
-1
/
+1
2008-10-14
netns: correct mib stats in ip6_route_me_harder()
Alexey Dobriyan
1
-3
/
+3
2008-10-13
netns: mib6 section fixlet
Alexey Dobriyan
1
-1
/
+1
2008-10-09
tcpv6: fix error with CONFIG_TCP_MD5SIG disabled
Guo-Fu Tseng
1
-5
/
+1
2008-10-09
tcpv6: combine tcp_v6_send_(reset|ack)
Ilpo Järvinen
1
-99
/
+40
2008-10-09
tcpv6: convert opt[] -> topt in tcp_v6_send_reset
Ilpo Järvinen
1
-6
/
+6
2008-10-09
tcpv6: trivial formatting changes to send_(ack|reset)
Ilpo Järvinen
1
-4
/
+3
2008-10-09
tcpv[46]: fix md5 pseudoheader address field ordering
Ilpo Järvinen
1
-2
/
+2
2008-10-08
tcpv6: fix option space offsets with md5
Ilpo Järvinen
1
-1
/
+1
2008-10-08
tcp: fix length used for checksum in a reset
Ilpo Järvinen
1
-2
/
+2
2008-10-08
ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibs
Denis V. Lunev
1
-17
/
+0
2008-10-08
ipv6: making ip and icmp statistics per/namespace
Denis V. Lunev
2
-23
/
+23
2008-10-08
ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH
Denis V. Lunev
1
-1
/
+1
2008-10-08
ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH
Denis V. Lunev
2
-2
/
+2
2008-10-08
ipv6: added net argument to ICMP6MSGOUT_INC_STATS
Denis V. Lunev
2
-3
/
+3
2008-10-08
ipv6: added net argument to ICMP6_INC_STATS_BH
Denis V. Lunev
4
-5
/
+6
2008-10-08
ipv6: added net argument to ICMP6_INC_STATS
Denis V. Lunev
2
-3
/
+3
2008-10-08
ipv6: added net argument to IP6_ADD_STATS_BH
Denis V. Lunev
1
-1
/
+1
2008-10-08
ipv6: added net argument to IP6_INC_STATS_BH
Denis V. Lunev
6
-50
/
+70
2008-10-08
netns: add net parameter to IP6_INC_STATS
Denis V. Lunev
8
-39
/
+55
2008-10-08
ipv6: consolidate error paths in ipv6_frag_rcv
Denis V. Lunev
1
-12
/
+10
2008-10-08
ipv6: local dev is actually unused in ip6_fragment
Denis V. Lunev
1
-2
/
+0
2008-10-08
netfilter: xtables: provide invoked family value to extensions
Jan Engelhardt
1
-2
/
+8
2008-10-08
netfilter: xtables: move extension arguments into compound structure (6/6)
Jan Engelhardt
1
-3
/
+7
2008-10-08
netfilter: xtables: move extension arguments into compound structure (5/6)
Jan Engelhardt
4
-22
/
+17
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
4
-32
/
+24
2008-10-08
netfilter: xtables: move extension arguments into compound structure (3/6)
Jan Engelhardt
1
-3
/
+7
2008-10-08
netfilter: xtables: move extension arguments into compound structure (2/6)
Jan Engelhardt
7
-60
/
+35
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
9
-81
/
+47
2008-10-08
netfilter: xtables: use "if" blocks in Kconfig
Jan Engelhardt
1
-13
/
+4
2008-10-08
netfilter: xtables: sort extensions alphabetically in Kconfig
Jan Engelhardt
1
-22
/
+22
2008-10-08
netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG
Jan Engelhardt
1
-10
/
+10
2008-10-08
netfilter: ip6tables: fix name of hopbyhop in Kconfig
Jan Engelhardt
1
-1
/
+1
2008-10-08
netfilter: xtables: do centralized checkentry call (1/2)
Jan Engelhardt
1
-14
/
+9
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...
Alexey Dobriyan
1
-1
/
+1
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...
Alexey Dobriyan
1
-1
/
+1
2008-10-08
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...
Alexey Dobriyan
1
-1
/
+1
[next]