index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
ipv6.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-22
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
1
-0
/
+2
2014-01-20
ipv6: add a flag to get the flow label used remotly
Florent Fourcot
1
-1
/
+2
2014-01-16
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
Li RongQing
1
-0
/
+5
2014-01-02
ipv6: namespace cleanups
stephen hemminger
1
-4
/
+0
2013-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-4
/
+2
2013-12-10
ipv6: add ip6_flowlabel helper
Florent Fourcot
1
-0
/
+5
2013-12-10
ipv6: move IPV6_TCLASS_MASK definition in ipv6.h
Florent Fourcot
1
-0
/
+1
2013-12-06
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
1
-4
/
+2
2013-12-06
xen-netback: fix fragment detection in checksum setup
Paul Durrant
1
-1
/
+2
2013-11-24
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
1
-2
/
+4
2013-11-08
ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt
Florent Fourcot
1
-0
/
+1
2013-10-24
ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...
Hannes Frederic Sowa
1
-2
/
+0
2013-10-20
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
1
-2
/
+2
2013-09-21
ip*.h: Remove extern from function prototypes
Joe Perches
1
-149
/
+119
2013-09-01
ipv6: move ip6_dst_hoplimit() into core kernel
Cong Wang
1
-0
/
+2
2013-08-24
net: Add NEXTHDR_SCTP to ipv6.h
Joe Stringer
1
-0
/
+1
2013-06-20
ipv6: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
1
-2
/
+2
2013-05-26
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
1
-0
/
+6
2013-03-25
ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling
Hannes Frederic Sowa
1
-0
/
+2
2013-03-08
ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...
Hannes Frederic Sowa
1
-0
/
+12
2013-03-08
ipv6 flowlabel: add __rcu annotations
Eric Dumazet
1
-4
/
+4
2013-02-22
ipv6: use a stronger hash for tcp
Eric Dumazet
1
-0
/
+12
2013-01-31
ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+1
2013-01-31
ipv6 flowlabel: Convert hash list to RCU.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+1
2013-01-29
net: frag helper functions for mem limit tracking
Jesper Dangaard Brouer
1
-1
/
+1
2013-01-21
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
1
-7
/
+0
2013-01-17
ipv6: fix ipv6_prefix_equal64_half mask conversion
Fabio Baltieri
1
-1
/
+1
2013-01-17
net: increase fragment memory usage limits
Jesper Dangaard Brouer
1
-2
/
+2
2013-01-17
ipv6: Fix endianess warning in ip6_flow_hdr().
YOSHIFUJI Hideaki
1
-1
/
+1
2013-01-14
ipv6: 64bit version of ipv6_prefix_equal().
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+26
2013-01-14
ipv6: Remove __ipv6_prefix_equal().
YOSHIFUJI Hideaki / 吉藤英明
1
-10
/
+5
2013-01-14
ipv6: 64bit version of ipv6_addr_set().
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+22
2013-01-14
ipv6: 64bit version of ipv6_addr_v4mapped().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+7
2013-01-14
ipv6: 64bit version of ipv6_addr_loopback().
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+6
2013-01-14
ipv6: 64bit version of ipv6_addr_diff().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+28
2013-01-14
ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+5
2013-01-14
ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+9
2012-12-01
ipv6: unify logic evaluating inet6_dev's accept_ra property
Shmulik Ladkani
1
-0
/
+9
2012-11-13
ipv6: improve ipv6_find_hdr() to skip empty routing headers
Ansis Atteka
1
-2
/
+3
2012-11-10
ipv6: Move ipv6_find_hdr() out of Netfilter code.
Jesse Gross
1
-0
/
+9
2012-09-20
ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline
Amerigo Wang
1
-2
/
+11
2012-09-20
ipv6: unify conntrack reassembly expire code with standard one
Amerigo Wang
1
-0
/
+19
2012-08-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
1
-1
/
+4
2012-08-15
net ip6 flowlabel: Make owner a union of struct pid * and kuid_t
Eric W. Biederman
1
-1
/
+4
2012-08-15
gre: Support GRE over IPv6
xeb@mail.ru
1
-0
/
+1
2012-07-18
ipv6: add ipv6_addr_hash() helper
Eric Dumazet
1
-0
/
+13
2012-07-12
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
David S. Miller
1
-0
/
+2
2012-07-11
ipv6: optimize ipv6 addresses compares
Eric Dumazet
1
-1
/
+23
2012-05-19
ipv6: bool/const conversions phase2
Eric Dumazet
1
-1
/
+1
2012-05-18
ipv6: bool conversions phase1
Eric Dumazet
1
-15
/
+15
[next]