index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
2016-01-05
1
-0
/
+3
*
udp: fix behavior of wrong checksums
Eric Dumazet
2016-01-05
1
-4
/
+2
*
ipv6: Don't reduce hop limit for an interface
D.S. Ljungmark
2016-01-05
1
-1
/
+8
*
net: ipv6: allow choosing optimistic addresses with use_optimistic
Erik Kline
2015-04-11
1
-1
/
+3
*
net: ipv6: Add a sysctl to make optimistic addresses useful candidates
Erik Kline
2014-11-28
1
-2
/
+44
*
net: ipv6: autoconf routes into per-device tables
Lorenzo Colitti
2014-11-27
2
-44
/
+99
*
net: ipv6: ping: Use socket mark in routing lookup
Lorenzo Colitti
2014-11-26
1
-0
/
+1
*
Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvr
Ziyann
2014-11-26
14
-78
/
+184
|
\
|
*
ipv6: tcp: fix panic in SYN processing
Eric Dumazet
2013-10-22
1
-1
/
+1
|
*
ipv6: udp packets following an UFO enqueued packet need also be handled by UFO
Hannes Frederic Sowa
2013-10-13
1
-31
/
+22
|
*
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
Salam Noureddine
2013-10-13
1
-2
/
+2
|
*
ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO
Jiri Bohac
2013-09-14
1
-1
/
+9
|
*
ipv6: Don't depend on per socket memory for neighbour discovery messages
Thomas Graf
2013-09-14
1
-7
/
+9
|
*
ipv6: drop packets with multiple fragmentation headers
Hannes Frederic Sowa
2013-09-14
1
-0
/
+5
|
*
ipv6: remove max_addresses check from ipv6_create_tempaddr
Hannes Frederic Sowa
2013-09-14
1
-6
/
+4
|
*
ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not match
Hannes Frederic Sowa
2013-09-14
1
-4
/
+12
|
*
ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup
Hannes Frederic Sowa
2013-08-11
1
-0
/
+5
|
*
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
2013-07-28
1
-1
/
+6
|
*
ipv6,mcast: always hold idev->lock before mca_lock
Amerigo Wang
2013-07-28
2
-18
/
+28
|
*
ipv6: ip6_sk_dst_check() must not assume ipv6 dst
Eric Dumazet
2013-07-28
1
-1
/
+7
|
*
ipv6: don't call addrconf_dst_alloc again when enable lo
Gao feng
2013-07-28
1
-0
/
+3
|
*
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
Gao feng
2013-06-27
1
-1
/
+3
|
*
ipv6: fix possible crashes in ip6_cork_release()
Eric Dumazet
2013-06-27
1
-1
/
+1
|
*
xfrm6: release dev before returning error
Cong Wang
2013-05-19
1
-1
/
+3
|
*
ipv6: do not clear pinet6 field
Eric Dumazet
2013-05-19
4
-2
/
+27
|
*
net: drop dst before queueing fragments
Eric Dumazet
2013-05-01
1
-2
/
+11
|
*
net IPv6 : Fix broken IPv6 routing table after loopback down-up
Balakumaran Kannan
2013-05-01
1
-0
/
+27
*
|
net: core: Support UID-based routing.
Lorenzo Colitti
2014-11-20
9
-0
/
+17
*
|
net: ipv6: fix wrong ping_v6_sendmsg return value
Lorenzo Colitti
2014-11-20
1
-1
/
+4
*
|
net: ipv6: add missing lock in ping_v6_sendmsg
Lorenzo Colitti
2014-11-20
1
-0
/
+2
*
|
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
2014-11-20
4
-7
/
+246
*
|
Merge tag 'v3.0.72' into android-3.0
Todd Poynor
2013-04-05
4
-25
/
+24
|
\
\
|
|
/
|
*
ipv6: fix bad free of addrconf_init_net
Hong Zhiguo
2013-04-05
1
-16
/
+10
|
*
inet: limit length of fragment queue hash table bucket lists
Hannes Frederic Sowa
2013-03-28
2
-8
/
+12
|
*
ipv6: stop multicast forwarding to process interface scoped addresses
Hannes Frederic Sowa
2013-03-20
1
-1
/
+2
|
*
net: ipv6: Don't purge default router if accept_ra=2
Lorenzo Colitti
2013-03-20
1
-1
/
+2
*
|
Merge tag 'v3.0.68' into android-3.0
Colin Cross
2013-03-13
5
-15
/
+25
|
\
\
|
|
/
|
*
ipv6: do not create neighbor entries for local delivery
Marcelo Ricardo Leitner
2013-02-14
1
-1
/
+2
|
*
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
2013-01-17
5
-14
/
+23
*
|
net: ipv6: Don't purge default router if accept_ra=2
Lorenzo Colitti
2013-03-05
1
-1
/
+2
*
|
Merge commit 'v3.0.58' into android-3.0
Todd Poynor
2013-01-15
3
-4
/
+4
|
\
\
|
|
/
|
*
ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value
Hannes Frederic Sowa
2012-11-26
1
-0
/
+1
|
*
ipv6: send unsolicited neighbour advertisements to all-nodes
Hannes Frederic Sowa
2012-11-17
1
-2
/
+1
|
*
ipv6: Set default hoplimit as zero.
Li RongQing
2012-11-17
1
-2
/
+2
*
|
Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0
Todd Poynor
2012-11-01
7
-68
/
+118
|
\
\
|
|
/
|
*
tcp: resets are misrouted
Alexey Kuznetsov
2012-10-28
1
-1
/
+2
|
*
ipv6: mip6: fix mip6_mh_filter()
Eric Dumazet
2012-10-13
1
-9
/
+11
|
*
ipv6: raw: fix icmpv6_filter()
Eric Dumazet
2012-10-13
1
-11
/
+10
|
*
ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rt
Gao feng
2012-10-13
1
-5
/
+6
|
*
ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lock
Ben Hutchings
2012-10-02
1
-3
/
+1
[next]