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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-04
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
56
-2
/
+78
2006-01-04
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
3
-53
/
+4
2006-01-04
[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}
Christoph Hellwig
1
-114
/
+110
2006-01-04
[NET]: Fix sock_init() return value.
David S. Miller
2
-5
/
+2
2006-01-04
[PKTGEN]: Deinitialise static variables.
Jaco Kroon
1
-3
/
+3
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
29
-59
/
+59
2006-01-04
[NET]: Small cleanup to socket initialization
Andi Kleen
1
-5
/
+5
2006-01-04
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
1
-0
/
+184
2006-01-04
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
7
-200
/
+523
2006-01-04
[IPV4] fib_trie: Add credits.
Robert Olsson
1
-0
/
+7
2006-01-04
[TCP] cubic: use Newton-Raphson
Stephen Hemminger
1
-54
/
+39
2006-01-04
[TCP] cubic: precompute constants
Stephen Hemminger
1
-76
/
+57
2006-01-04
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
1
-3
/
+46
2006-01-04
[BRIDGE]: add version number
Stephen Hemminger
2
-0
/
+3
2006-01-04
[BRIDGE]: limited ethtool support
Stephen Hemminger
3
-3
/
+67
2006-01-04
[BRIDGE]: filter packets in learning state
Stephen Hemminger
1
-4
/
+7
2006-01-04
[BRIDGE]: handle speed detection after carrier changes
Stephen Hemminger
3
-22
/
+44
2006-01-04
[BRIDGE]: allow setting hardware address of bridge pseudo-dev
Stephen Hemminger
3
-4
/
+28
2006-01-04
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
2
-19
/
+19
2006-01-04
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
15
-76
/
+89
2006-01-04
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
3
-344
/
+183
2006-01-04
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
3
-331
/
+180
2006-01-04
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
6
-59
/
+78
2006-01-04
[DCCP]: Use reqsk_free in dccp_v4_conn_request
Arnaldo Carvalho de Melo
1
-4
/
+1
2006-01-04
[DCCP]: Introduce DCCPv6
Arnaldo Carvalho de Melo
4
-1
/
+1491
2006-01-04
[IPV6]: Export ipv6_opt_accepted
Arnaldo Carvalho de Melo
2
-16
/
+21
2006-01-04
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
6
-52
/
+114
2006-01-04
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
3
-6
/
+6
2006-01-04
[IPV6]: Export some symbols for DCCPv6
Arnaldo Carvalho de Melo
4
-0
/
+10
2006-01-04
[IPV6]: Introduce inet6_timewait_sock
Arnaldo Carvalho de Melo
4
-13
/
+15
2006-01-04
[IPV6]: Generalise some functions
Arnaldo Carvalho de Melo
3
-149
/
+159
2006-01-04
[AF_UNIX]: Remove superfluous reference counting in unix_stream_sendmsg
Benjamin LaHaise
1
-6
/
+5
2006-01-04
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
6
-15
/
+20
2006-01-04
[IPVS]: remove dead code
Roberto Nibali
4
-104
/
+0
2006-01-04
[UDP]: udp_checksum_init return value
Stephen Hemminger
1
-4
/
+2
2006-01-04
[IP]: Simplify and consolidate MSG_PEEK error handling
Herbert Xu
4
-41
/
+42
2006-01-04
[DCCP]: Introduce dccp_ipv4_af_ops
Arnaldo Carvalho de Melo
5
-14
/
+39
2006-01-04
[ICSK]: Move v4_addr2sockaddr from TCP to icsk
Arnaldo Carvalho de Melo
2
-11
/
+13
2006-01-04
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
8
-46
/
+43
2006-01-04
[IPV6]: Introduce inet6_rsk()
Arnaldo Carvalho de Melo
3
-16
/
+15
2006-01-04
[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add
Arnaldo Carvalho de Melo
3
-72
/
+105
2006-01-04
[ICSK]: make inet_csk_reqsk_queue_hash_add timeout arg unsigned long
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-01-04
[IPV6]: Generalise __tcp_v6_hash, renaming it to __inet6_hash
Arnaldo Carvalho de Melo
1
-30
/
+4
2006-01-04
[IPV6]: Reuse inet_csk_get_port in tcp_v6_get_port
Arnaldo Carvalho de Melo
4
-96
/
+16
2006-01-04
[IPV4]: Safer reassembly
Herbert Xu
4
-1
/
+79
2006-01-04
[NETFILTER] ebtables: Support nf_log API from ebt_log and ebt_ulog
Bart De Schuymer
3
-21
/
+110
2006-01-04
[NETFILTER] ip_tables: NUMA-aware allocation
Eric Dumazet
3
-182
/
+382
2006-01-04
[TCP] BIC: CUBIC window growth (2.0)
Stephen Hemminger
3
-0
/
+454
2006-01-04
[TCP] BIC: spelling and whitespace
Stephen Hemminger
1
-2
/
+2
2006-01-04
[TCP] BIC: remove low utilization code.
Stephen Hemminger
1
-80
/
+1
[next]