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-01-28
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
Patrick McHardy
1
-3
/
+20
2008-01-28
[NETFILTER]: Parenthesize macro parameters
Jan Engelhardt
1
-1
/
+1
2008-01-28
[NETFILTER]: constify nf_afinfo
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_log: move logging stuff to seperate header
Patrick McHardy
3
-0
/
+3
2008-01-28
[NETFILTER]: ctnetlink: use netlink attribute helpers
Patrick McHardy
1
-12
/
+6
2008-01-28
[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: ip6_tables: fix stack leagage
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: {ip,ip6}_tables: fix format strings
Patrick McHardy
1
-9
/
+7
2008-01-28
[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences
Patrick McHardy
1
-23
/
+23
2008-01-28
[NETFILTER]: ip6_tables: add compat support
Patrick McHardy
1
-56
/
+767
2008-01-28
[NETFILTER]: ip6_tables: resync get_entries() with ip_tables
Patrick McHardy
1
-19
/
+18
2008-01-28
[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function
Patrick McHardy
1
-42
/
+47
2008-01-28
[NETFILTER]: ip6_tables: move counter allocation to seperate function
Patrick McHardy
1
-9
/
+22
2008-01-28
[NETFILTER]: ip6_tables: use vmalloc_node()
Patrick McHardy
1
-3
/
+4
2008-01-28
[NETFILTER]: ip6_tables: move entry, match and target checks to seperate func...
Patrick McHardy
1
-47
/
+82
2008-01-28
[NETFILTER]: ip6_tables: kill a few useless defines/forward declarations
Patrick McHardy
1
-14
/
+2
2008-01-28
[UDP]: Move udp_stats_in6 into net/ipv4/udp.c
Herbert Xu
1
-3
/
+0
2008-01-28
[IPV6] sit: Rebinding of SIT tunnels to other interfaces
Michal Schmidt
1
-28
/
+42
2008-01-28
[IPV6]: Always pass a valid nl_info to inet6_rt_notify.
Denis V. Lunev
2
-15
/
+15
2008-01-28
[IPV6]: fix section mismatch warnings
Daniel Lezcano
5
-5
/
+5
2008-01-28
[IPSEC]: Do not let packets pass when ICMP flag is off
Herbert Xu
1
-2
/
+5
2008-01-28
[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT
Herbert Xu
4
-4
/
+4
2008-01-28
[IPSEC]: Fix reversed ICMP6 policy check
Herbert Xu
1
-1
/
+1
2008-01-28
[IPSEC]: Add ICMP host relookup support
Herbert Xu
1
-4
/
+56
2008-01-28
[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse
Herbert Xu
1
-5
/
+5
2008-01-28
[IPV6]: make the protocol initialization to return an error code
Daniel Lezcano
6
-60
/
+159
2008-01-28
[IPV6]: make inet6_register_protosw to return an error code
Daniel Lezcano
1
-4
/
+7
2008-01-28
[IPV6]: make frag to return an error at initialization
Daniel Lezcano
2
-5
/
+19
2008-01-28
[IPV6]: make extended headers to return an error at initialization
Daniel Lezcano
2
-28
/
+46
2008-01-28
[IPV6]: make flowlabel to return an error
Daniel Lezcano
2
-8
/
+27
2008-01-28
[NET]: Remove unused "mibalign" argument for snmp_mib_init().
YOSHIFUJI Hideaki
2
-15
/
+11
2008-01-28
[IPV6]: route6 remove ifdef for fib_rules
Daniel Lezcano
1
-6
/
+1
2008-01-28
[IPV6]: remove ifdef in route6 for xfrm6
Daniel Lezcano
1
-6
/
+1
2008-01-28
[IPV6]: create route6 proc init-fini functions
Daniel Lezcano
1
-18
/
+40
2008-01-28
[IPV6] route6/fib6: Don't panic a kmem_cache_create.
Daniel Lezcano
2
-2
/
+8
2008-01-28
[IPV6]: Make af_inet6 to check ip6_route_init return value.
Daniel Lezcano
1
-1
/
+5
2008-01-28
[IPV6]: Make ip6_route_init to return an error code.
Daniel Lezcano
1
-11
/
+53
2008-01-28
[IPV6]: Make fib6_rules_init to return an error code.
Daniel Lezcano
1
-3
/
+16
2008-01-28
[IPV6]: Make xfrm6_init to return an error code.
Daniel Lezcano
2
-7
/
+19
2008-01-28
[IPV6]: Make fib6_init to return an error code.
Daniel Lezcano
1
-3
/
+11
2008-01-28
[NET]: Multiple namespaces in the all dst_ifdown routines.
Denis V. Lunev
2
-3
/
+7
2008-01-28
[UDP]: Only increment counter on first peek/recv
Herbert Xu
1
-2
/
+5
2008-01-28
[UDP]: Restore missing inDatagrams increments
Herbert Xu
2
-0
/
+3
2008-01-28
[UDP]: Avoid repeated counting of checksum errors due to peeking
Herbert Xu
1
-2
/
+2
2008-01-28
[IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.a...
Pavel Emelyanov
1
-36
/
+20
2008-01-28
[IPV6]: Use sysctl paths to register ipv6 sysctl tables
Pavel Emelyanov
1
-20
/
+6
2008-01-28
[IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleaner
Pavel Emelyanov
2
-9
/
+2
2008-01-28
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
Patrick McHardy
1
-10
/
+2
2008-01-28
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
2
-50
/
+31
[next]