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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-04-26
[NET_SCHED]: kill jiffie conversion macros
Patrick McHardy
1
-3
/
+0
2007-04-26
[NET_SCHED]: Add hrtimer based qdisc watchdog
Patrick McHardy
1
-0
/
+10
2007-04-26
[NET_SCHED]: Use ktime as clocksource
Patrick McHardy
1
-156
/
+13
2007-04-26
[KBUILD]: Unifdef headers changed by the skb layer header refactorings
Arnaldo Carvalho de Melo
1
-3
/
+3
2007-04-26
[NETFILTER]: ctnetlink: add support for internal tcp connection tracking flag...
Pablo Neira Ayuso
2
-0
/
+9
2007-04-26
[NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb
Yasuyuki Kozakai
1
-0
/
+13
2007-04-26
[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb
Yasuyuki Kozakai
1
-0
/
+17
2007-04-26
[JHASH]: Use const in jhash2
Patrick McHardy
1
-1
/
+1
2007-04-26
[NETFILTER]: nf_conntrack: uninline notifier registration functions
Patrick McHardy
1
-24
/
+6
2007-04-26
[NETFILTER]: nfnetlink: use mutex instead of semaphore
Patrick McHardy
2
-17
/
+1
2007-04-26
[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registration
Patrick McHardy
1
-0
/
+3
2007-04-26
[NETFILTER]: Remove IPv4 only connection tracking/NAT
Patrick McHardy
27
-1860
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
14
-23
/
+33
2007-04-26
[SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h
Arnaldo Carvalho de Melo
2
-1
/
+5
2007-04-26
[SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph
Arnaldo Carvalho de Melo
2
-1
/
+5
2007-04-26
[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
Arnaldo Carvalho de Melo
4
-7
/
+11
2007-04-26
[TCP]: Introduce tcp_hdrlen() and tcp_optlen()
Arnaldo Carvalho de Melo
1
-0
/
+10
2007-04-26
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
2
-1
/
+9
2007-04-26
[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
Arnaldo Carvalho de Melo
3
-2
/
+10
2007-04-26
[SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph
Arnaldo Carvalho de Melo
2
-1
/
+21
2007-04-26
[ICMP6]: Introduce icmp6_hdr()
Arnaldo Carvalho de Melo
1
-0
/
+9
2007-04-26
[SCTP]: Introduce sctp_hdr()
Arnaldo Carvalho de Melo
1
-0
/
+9
2007-04-26
[SK_BUFF]: Introduce skb_set_transport_header
Arnaldo Carvalho de Melo
1
-0
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
2
-3
/
+8
2007-04-26
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
Arnaldo Carvalho de Melo
2
-3
/
+8
2007-04-26
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
3
-2
/
+6
2007-04-26
[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
Arnaldo Carvalho de Melo
2
-1
/
+9
2007-04-26
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
5
-5
/
+13
2007-04-26
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
1
-1
/
+6
2007-04-26
[SK_BUFF]: Introduce skb_set_network_header
Arnaldo Carvalho de Melo
1
-0
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_network_header()
Arnaldo Carvalho de Melo
6
-7
/
+14
2007-04-26
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
1
-0
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
2
-1
/
+6
2007-04-26
[PPPOE]: Introduce pppoe_hdr()
Arnaldo Carvalho de Melo
1
-0
/
+7
2007-04-26
[LLC]: Kill llc_set_pdu_hdr
Arnaldo Carvalho de Melo
1
-6
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_mac_header()
Arnaldo Carvalho de Melo
5
-4
/
+14
2007-04-26
[SK_BUFF]: Introduce skb_set_mac_header()
Arnaldo Carvalho de Melo
1
-0
/
+5
2007-04-26
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
4
-4
/
+9
2007-04-26
[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support
Eric Dumazet
22
-10
/
+49
2007-04-26
[NET]: Replace CONFIG_NET_DEBUG with sysctl.
Stephen Hemminger
2
-7
/
+6
2007-04-26
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
Eric Dumazet
24
-22
/
+46
2007-04-26
[TCP]: Abstract out all write queue operations.
David S. Miller
2
-21
/
+114
2007-04-26
[UDP]: Clean up UDP-Lite receive checksum
Herbert Xu
3
-37
/
+8
2007-04-26
[NETLINK]: Limit NLMSG_GOODSIZE to 8K.
David S. Miller
2
-5
/
+14
2007-04-26
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
Neil Horman
3
-1
/
+8
2007-04-26
[NET]: convert network timestamps to ktime_t
Eric Dumazet
2
-30
/
+14
2007-04-26
[NET]: div64_64 consolidate (rev3)
Stephen Hemminger
7
-1
/
+34
2007-04-26
[NET]: Convert xtime.tv_sec to get_seconds()
James Morris
1
-2
/
+2
2007-04-26
[NET]: Keep sk_backlog near sk_lock
Eric Dumazet
1
-9
/
+9
2007-04-26
[TCP]: Add two new spurious RTO responses to FRTO
Ilpo Järvinen
2
-1
/
+3
[next]