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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-20
net: tcp: add skb drop reasons to tcp_v4_rcv()
Menglong Dong
1
-1
/
+6
2022-02-20
net: tcp: introduce tcp_drop_reason()
Menglong Dong
1
-2
/
+8
2022-02-19
net/smc: unlock on error paths in __smc_setsockopt()
Dan Carpenter
1
-4
/
+8
2022-02-19
net: dsa: remove pcs_poll
Russell King (Oracle)
1
-1
/
+0
2022-02-19
net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()
Juhee Kang
2
-7
/
+11
2022-02-19
net: get rid of rtnl_lock_unregistering()
Eric Dumazet
1
-42
/
+0
2022-02-19
bridge: switch br_net_exit to batch mode
Eric Dumazet
1
-6
/
+9
2022-02-19
net: ip6mr: add support for passing full packet on wrong mif
Mobashshera Rasool
1
-4
/
+14
2022-02-19
mctp: add address validity checking for packet receive
Jeremy Kerr
1
-0
/
+11
2022-02-19
mctp: replace mctp_address_ok with more fine-grained helpers
Jeremy Kerr
3
-3
/
+3
2022-02-19
net: Add new protocol attribute to IP addresses
Jacques de Laval
2
-6
/
+28
2022-02-18
net: avoid quadratic behavior in netdev_wait_allrefs_any()
Eric Dumazet
1
-3
/
+1
2022-02-18
ipv6: annotate some data-races around sk->sk_prot
Eric Dumazet
2
-8
/
+22
2022-02-18
net: dsa: add support for phylink mac_select_pcs()
Russell King (Oracle)
1
-0
/
+15
2022-02-18
net: dsa: delete unused exported symbols for ethtool PHY stats
Vladimir Oltean
1
-57
/
+0
2022-02-18
net: add sanity check in proto_register()
Eric Dumazet
1
-0
/
+4
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+3
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-121
/
+168
2022-02-17
ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt
Eric Dumazet
1
-9
/
+10
2022-02-17
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
4
-18
/
+21
2022-02-17
net: dsa: lan9303: handle hwaccel VLAN tags
Mans Rullgard
1
-14
/
+7
2022-02-17
vsock: remove vsock from connected table when connect is interrupted by a signal
Seth Forshee
1
-0
/
+1
2022-02-17
ipv6/addrconf: ensure addrconf_verify_rtnl() has completed
Eric Dumazet
1
-1
/
+1
2022-02-17
net: allow out-of-order netdev unregistration
Jakub Kicinski
1
-27
/
+37
2022-02-17
net: transition netdev reg state earlier in run_todo
Jakub Kicinski
1
-9
/
+9
2022-02-17
ping: fix the dif and sdif check in ping_lookup
Xin Long
1
-2
/
+9
2022-02-17
net: ping6: support setting basic SOL_IPV6 options via cmsg
Jakub Kicinski
2
-5
/
+17
2022-02-17
net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...
Vladimir Oltean
1
-0
/
+7
2022-02-17
net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask
Petr Machata
1
-1
/
+3
2022-02-17
mptcp: don't save tcp data_ready and write space callbacks
Florian Westphal
2
-8
/
+6
2022-02-17
mptcp: mark ops structures as ro_after_init
Florian Westphal
1
-8
/
+7
2022-02-17
mptcp: constify a bunch of of helpers
Paolo Abeni
3
-32
/
+32
2022-02-17
mptcp: drop port parameter of mptcp_pm_add_addr_signal
Geliang Tang
3
-7
/
+7
2022-02-17
mptcp: drop unneeded type casts for hmac
Geliang Tang
2
-5
/
+2
2022-02-17
mptcp: drop unused sk in mptcp_get_options
Geliang Tang
3
-10
/
+8
2022-02-17
mptcp: add SNDTIMEO setsockopt support
Geliang Tang
1
-0
/
+2
2022-02-17
net: sched: limit TC_ACT_REPEAT loops
Eric Dumazet
1
-3
/
+10
2022-02-17
tipc: fix wrong notification node addresses
Jon Maloy
1
-5
/
+6
2022-02-17
ipv6: per-netns exclusive flowlabel checks
Willem de Bruijn
1
-1
/
+3
2022-02-17
net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_pop
Vladimir Oltean
1
-2
/
+2
2022-02-17
net: bridge: multicast: notify switchdev driver whenever MC processing gets d...
Oleksandr Mazur
1
-0
/
+4
2022-02-17
net/smc: return ETIMEDOUT when smc_connect_clc() timeout
D. Wythe
1
-1
/
+7
2022-02-16
net: dsa: offload bridge port VLANs on foreign interfaces
Vladimir Oltean
2
-26
/
+31
2022-02-16
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
5
-47
/
+288
2022-02-16
net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...
Vladimir Oltean
1
-8
/
+132
2022-02-16
net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcu
Vladimir Oltean
1
-9
/
+9
2022-02-16
net: bridge: switchdev: replay all VLAN groups
Vladimir Oltean
1
-41
/
+49
2022-02-16
net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()
Vladimir Oltean
1
-2
/
+2
2022-02-16
net: bridge: switchdev: differentiate new VLANs from changed ones
Vladimir Oltean
3
-9
/
+10
[next]