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
2021-08-05
net: Remove redundant if statements
Yajun Deng
39
-168
/
+82
2021-08-05
net/ipv6/mcast: Use struct_size() helper
Gustavo A. R. Silva
1
-7
/
+13
2021-08-05
net/ipv4/igmp: Use struct_size() helper
Gustavo A. R. Silva
1
-7
/
+13
2021-08-05
net/ipv4/ipv6: Replace one-element arraya with flexible-array members
Gustavo A. R. Silva
2
-18
/
+19
2021-08-05
net: core: don't call SIOCBRADD/DELIF for non-bridge devices
Nikolay Aleksandrov
1
-0
/
+2
2021-08-05
net: bridge: fix ioctl old_deviceless bridge argument
Nikolay Aleksandrov
1
-1
/
+1
2021-08-05
net: bridge: fix ioctl locking
Nikolay Aleksandrov
3
-17
/
+31
2021-08-05
net/ipv4: Revert use of struct_size() helper
Gustavo A. R. Silva
2
-9
/
+7
2021-08-05
net: fix GRO skb truesize update
Paolo Abeni
1
-1
/
+1
2021-08-05
net: dsa: give preference to local CPU ports
Vladimir Oltean
1
-3
/
+39
2021-08-05
net: dsa: rename teardown_default_cpu to teardown_cpu_ports
Vladimir Oltean
1
-5
/
+5
2021-08-05
mctp: remove duplicated assignment of pointer hdr
Colin Ian King
1
-1
/
+0
2021-08-04
net: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-04
pktgen: Remove redundant clone_skb override
Nick Richardson
1
-5
/
+0
2021-08-04
sock: allow reading and changing sk_userlocks with setsockopt
Pavel Tikhomirov
1
-0
/
+13
2021-08-04
net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge
Vladimir Oltean
4
-28
/
+136
2021-08-04
Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...
David S. Miller
3
-43
/
+136
2021-08-04
can: j1939: extend UAPI to notify about RX status
Oleksij Rempel
3
-34
/
+127
2021-08-04
can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*
Oleksij Rempel
3
-10
/
+10
2021-08-04
ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()
Eric Dumazet
1
-59
/
+46
2021-08-04
net: add netif_set_real_num_queues() for device reconfig
Jakub Kicinski
1
-0
/
+44
2021-08-04
net: add extack arg for link ops
Rocco Yue
3
-8
/
+11
2021-08-04
af_unix: Add OOB support
Rao Shoaib
2
-2
/
+156
2021-08-04
net: dsa: tag_sja1105: consistently fail with arbitrary input
Vladimir Oltean
1
-1
/
+1
2021-08-04
net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...
Vladimir Oltean
2
-2
/
+2
2021-08-04
net: decnet: Fix refcount warning for new dn_fib_info
Yajun Deng
1
-1
/
+1
2021-08-03
move netdev_boot_setup into Space.c
Arnd Bergmann
2
-127
/
+0
2021-08-03
ethtool: runtime-resume netdev parent in ethnl_ops_begin
Heiner Kallweit
1
-6
/
+25
2021-08-03
ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...
Heiner Kallweit
1
-7
/
+7
2021-08-03
ethtool: move implementation of ethnl_ops_begin/complete to netlink.c
Heiner Kallweit
2
-13
/
+16
2021-08-03
ethtool: runtime-resume netdev parent before ethtool ioctl ops
Heiner Kallweit
1
-3
/
+15
2021-08-03
net: Keep vertical alignment
Yajun Deng
2
-6
/
+8
2021-08-03
bpf: use skb_expand_head in bpf_out_neigh_v4/6
Vasily Averin
1
-22
/
+5
2021-08-03
ax25: use skb_expand_head
Vasily Averin
3
-23
/
+7
2021-08-03
ipv4: use skb_expand_head in ip_finish_output2
Vasily Averin
1
-11
/
+2
2021-08-03
ipv6: use skb_expand_head in ip6_xmit
Vasily Averin
1
-16
/
+11
2021-08-03
ipv6: use skb_expand_head in ip6_finish_output2
Vasily Averin
1
-35
/
+16
2021-08-03
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+42
2021-08-03
can: j1939: j1939_session_tx_dat(): fix typo
Marc Kleine-Budde
1
-1
/
+1
2021-08-02
ipv4: Fix refcount warning for new fib_info
David Ahern
1
-1
/
+1
2021-08-02
net/ipv4: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-13
/
+14
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
16
-44
/
+23
2021-08-02
nfc: hci: pass callback data param as pointer in nci_request()
Krzysztof Kozlowski
2
-70
/
+65
2021-08-02
net_sched: refactor TC action init API
Cong Wang
33
-159
/
+168
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-106
/
+377
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-136
/
+296
2021-07-31
Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
29
-134
/
+247
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-18
/
+8
2021-07-30
devlink: Break parameter notification sequence to be before/after unload/load...
Leon Romanovsky
1
-12
/
+20
2021-07-30
unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()
Cong Wang
1
-8
/
+8
[next]