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
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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-19
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
4
-10
/
+10
2015-03-19
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
2
-6
/
+5
2015-03-19
ipv6: get rid of __inet6_hash()
Eric Dumazet
4
-73
/
+11
2015-03-19
inet: add IPv6 support to sk_ehashfn()
Eric Dumazet
6
-45
/
+26
2015-03-19
net: introduce sk_ehashfn() helper
Eric Dumazet
1
-11
/
+6
2015-03-19
netns: constify net_hash_mix() and various callers
Eric Dumazet
6
-25
/
+25
2015-03-18
net: Add max rate tx queue attribute
John Fastabend
1
-12
/
+55
2015-03-18
tipc: Use rhashtable max/min_size instead of max/min_shift
Herbert Xu
1
-2
/
+2
2015-03-18
netlink: Use rhashtable max_size instead of max_shift
Herbert Xu
1
-1
/
+1
2015-03-18
tipc: withdraw tipc topology server name when namespace is deleted
Ying Xue
1
-0
/
+3
2015-03-18
tipc: fix a potential deadlock when nametable is purged
Ying Xue
1
-2
/
+2
2015-03-18
tipc: fix netns refcnt leak
Ying Xue
3
-92
/
+39
2015-03-18
inet: fix request sock refcounting
Eric Dumazet
4
-12
/
+11
2015-03-18
inet: avoid fastopen lock for regular accept()
Eric Dumazet
1
-2
/
+4
2015-03-18
tcp: rename struct tcp_request_sock listener
Eric Dumazet
6
-24
/
+14
2015-03-18
inet: add rsk_listener field to struct request_sock
Eric Dumazet
1
-1
/
+1
2015-03-18
inet: uninline inet_reqsk_alloc()
Eric Dumazet
1
-0
/
+24
2015-03-18
inet: add sk_listener argument to inet_reqsk_alloc()
Eric Dumazet
5
-10
/
+5
2015-03-17
tcp: uninline tcp_oow_rate_limited()
Eric Dumazet
1
-0
/
+30
2015-03-17
tcp: move tcp_openreq_init() to tcp_input.c
Eric Dumazet
1
-0
/
+25
2015-03-17
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
Eric Dumazet
1
-12
/
+22
2015-03-17
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
Eric Dumazet
1
-6
/
+12
2015-03-17
netfilter: use sk_fullsock() helper
Eric Dumazet
5
-6
/
+6
2015-03-17
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
Alexei Starovoitov
1
-22
/
+50
2015-03-16
tcp_metrics: fix wrong lockdep annotations
Eric Dumazet
1
-12
/
+8
2015-03-16
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
Jiri Pirko
1
-2
/
+1
2015-03-16
net: kernel socket should be released in init_net namespace
Ying Xue
1
-1
/
+1
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
4
-12
/
+12
2015-03-16
inet: factorize sock_edemux()/sock_gen_put() code
Eric Dumazet
2
-15
/
+6
2015-03-16
inet_diag: allow sk_diag_fill() to handle request socks
Eric Dumazet
1
-67
/
+53
2015-03-16
inet: ip early demux should avoid request sockets
Eric Dumazet
2
-2
/
+2
2015-03-16
switchdev: use new swdev ops
Scott Feldman
2
-23
/
+28
2015-03-16
bpf: allow extended BPF programs access skb fields
Alexei Starovoitov
1
-17
/
+83
2015-03-16
ebpf: add helper for obtaining current processor id
Daniel Borkmann
1
-0
/
+2
2015-03-16
ebpf: add prandom helper for packet sampling
Daniel Borkmann
1
-0
/
+2
2015-03-15
net: dsa: do not use slave MII bus for fixed PHYs
Florian Fainelli
1
-1
/
+2
2015-03-14
inet_diag: factorize code in new inet_diag_msg_common_fill() helper
Eric Dumazet
1
-101
/
+47
2015-03-14
inet_diag: adjust inet_sk_diag_fill() bug condition
Eric Dumazet
1
-1
/
+1
2015-03-14
inet: fill request sock ir_iif for IPv4
Eric Dumazet
5
-3
/
+7
2015-03-14
tipc: clean up handling of message priorities
Jon Paul Maloy
4
-61
/
+50
2015-03-14
tipc: split link outqueue
Jon Paul Maloy
7
-167
/
+150
2015-03-14
tipc: eliminate unnecessary call to broadcast ack function
Jon Paul Maloy
2
-1
/
+5
2015-03-14
tipc: extract bundled buffers by cloning instead of copying
Jon Paul Maloy
2
-47
/
+28
2015-03-14
tipc: eliminate unnecessary linearization of incoming buffers
Jon Paul Maloy
2
-9
/
+10
2015-03-14
tipc: move message validation function to msg.c
Jon Paul Maloy
3
-60
/
+47
2015-03-14
tipc: add framework for node capabilities exchange
Jon Paul Maloy
3
-2
/
+16
2015-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
16
-1258
/
+1369
2015-03-14
ieee802154: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-14
mac802154: correct max sifs size handling
Alexander Aring
1
-1
/
+12
2015-03-14
ieee802154: remove deprecated sysfs entries
Alexander Aring
1
-49
/
+0
[next]