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
2019-11-25
xsk: Fix xsk_poll()'s return type
Luc Van Oostenryck
1
-4
/
+4
2019-11-24
net: gro: use vlan API instead of accessing directly
Tonghao Zhang
1
-1
/
+1
2019-11-24
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2
-10
/
+13
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
1
-1
/
+1
2019-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-33
/
+112
2019-11-22
seg6: allow local packet processing for SRv6 End.DT6 behavior
Andrea Mayer
1
-4
/
+18
2019-11-22
Merge tag 'mac80211-next-for-net-next-2019-11-22' of git://git.kernel.org/pub...
David S. Miller
10
-24
/
+900
2019-11-22
tipc: support in-order name publication events
Tuong Lien
2
-8
/
+47
2019-11-22
tipc: update replicast capability for broadcast send link
Hoang Le
4
-5
/
+11
2019-11-22
udp: drop skb extensions before marking skb stateless
Florian Westphal
1
-5
/
+22
2019-11-22
net: rtnetlink: prevent underflows in do_setvfinfo()
Dan Carpenter
1
-1
/
+22
2019-11-22
mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue
Toke Høiland-Jørgensen
2
-0
/
+44
2019-11-22
mac80211: Implement Airtime-based Queue Limit (AQL)
Kan Yan
7
-14
/
+225
2019-11-22
mac80211: Import airtime calculation code from mt76
Toke Høiland-Jørgensen
3
-1
/
+603
2019-11-22
mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED
Thomas Pedersen
1
-1
/
+2
2019-11-22
mac80211: expose HW conf flags through debugfs
Thomas Pedersen
1
-0
/
+3
2019-11-22
mac80211: Add new sta_info getter by sta/vif addrs
Toke Høiland-Jørgensen
3
-8
/
+20
2019-11-22
mac80211: add a comment about monitor-to-dev injection
Johannes Berg
1
-0
/
+3
2019-11-22
net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN
Maciej Żenczykowski
1
-2
/
+2
2019-11-22
ipv4: use dst hint for ipv4 list receive
Paolo Abeni
2
-4
/
+73
2019-11-22
ipv4: move fib4_has_custom_rules() helper to public header
Paolo Abeni
1
-10
/
+0
2019-11-22
ipv6: introduce and uses route look hints for list input.
Paolo Abeni
1
-2
/
+24
2019-11-22
ipv6: keep track of routes using src
Paolo Abeni
2
-0
/
+7
2019-11-22
net: dsa: ocelot: add hardware timestamping support for Felix
Yangbo Lu
1
-1
/
+13
2019-11-22
bpf: skmsg, fix potential psock NULL pointer dereference
John Fastabend
1
-5
/
+8
2019-11-21
net: Fix Kconfig indentation, continued
Krzysztof Kozlowski
5
-148
/
+148
2019-11-21
lwtunnel: check erspan options before allocating tun_info
Xin Long
1
-8
/
+16
2019-11-21
lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTS
Xin Long
1
-0
/
+3
2019-11-21
net: remove the unnecessary strict_start_type in some policies
Xin Long
3
-3
/
+0
2019-11-21
net: sched: allow flower to match erspan options
Xin Long
1
-0
/
+145
2019-11-21
net: sched: allow flower to match vxlan options
Xin Long
1
-0
/
+109
2019-11-21
net: sched: add erspan option support to act_tunnel_key
Xin Long
1
-0
/
+118
2019-11-21
net: sched: add vxlan option support to act_tunnel_key
Xin Long
1
-1
/
+84
2019-11-21
vsock: avoid to assign transport if its initialization fails
Stefano Garzarella
1
-1
/
+8
2019-11-21
tcp: warn if offset reach the maxlen limit when using snprintf
Hangbin Liu
3
-0
/
+13
2019-11-21
ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv
wenxu
1
-1
/
+5
2019-11-21
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2019-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-12
/
+45
2019-11-20
net: ipconfig: Wait for deferred device probes
Thomas Bogendoerfer
1
-0
/
+3
2019-11-20
net: page_pool: add the possibility to sync DMA memory for device
Lorenzo Bianconi
1
-2
/
+34
2019-11-20
net: sched: pie: enable timestamp based delay calculation
Gautam Ramakrishnan
1
-21
/
+99
2019-11-20
ipv6/route: return if there is no fib_nh_gw_family
Hangbin Liu
1
-1
/
+1
2019-11-20
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2019-11-20
page_pool: Don't recycle non-reusable pages
Saeed Mahameed
1
-1
/
+13
2019-11-20
page_pool: Add API to update numa node
Saeed Mahameed
1
-0
/
+8
2019-11-20
netfilter: nft_payload: add C-VLAN offload support
Pablo Neira Ayuso
1
-0
/
+16
2019-11-20
netfilter: nft_payload: add VLAN offload support
Pablo Neira Ayuso
1
-0
/
+22
2019-11-20
netfilter: nf_tables_offload: allow ethernet interface type only
Pablo Neira Ayuso
2
-0
/
+10
2019-11-20
lwtunnel: add support for multiple geneve opts
Xin Long
1
-36
/
+75
2019-11-20
net/sched: act_pedit: fix WARN() in the traffic path
Davide Caratti
1
-7
/
+5
[next]