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-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
6
-7
/
+8
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
5
-5
/
+6
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
3
-8
/
+19
2021-11-22
ethtool: add support to set/get rx buf len via ethtool
Hao Chen
2
-3
/
+22
2021-11-22
ethtool: add support to set/get tx copybreak buf size via ethtool
Hao Chen
2
-0
/
+2
2021-11-20
mptcp: sockopt: add SOL_IP freebind & transparent options
Florian Westphal
2
-2
/
+67
2021-11-20
mptcp: Support for IP_TOS for MPTCP setsockopt()
Poorva Sonparote
1
-0
/
+40
2021-11-20
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
1
-1
/
+1
2021-11-20
net: kunit: add a test for dev_addr_lists
Jakub Kicinski
3
-0
/
+243
2021-11-20
dev_addr_list: put the first addr on the tree
Jakub Kicinski
1
-28
/
+34
2021-11-20
dev_addr: add a modification check
Jakub Kicinski
2
-0
/
+20
2021-11-20
net: unexport dev_addr_init() & dev_addr_flush()
Jakub Kicinski
1
-2
/
+0
2021-11-20
net: constify netdev->dev_addr
Jakub Kicinski
1
-0
/
+10
2021-11-19
net/bridge: replace simple_strtoul to kstrtol
Bernard Zhao
1
-4
/
+3
2021-11-19
ethtool: stats: Use struct_group() to clear all stats at once
Kees Cook
1
-8
/
+7
2021-11-19
net/af_iucv: Use struct_group() to zero struct iucv_sock region
Kees Cook
1
-1
/
+1
2021-11-19
ipv6: Use memset_after() to zero rt6_info
Kees Cook
1
-3
/
+1
2021-11-19
net: 802: Use memset_startat() to clear struct fields
Kees Cook
1
-1
/
+1
2021-11-19
net: dccp: Use memset_startat() for TP zeroing
Kees Cook
1
-3
/
+1
2021-11-19
net/af_iucv: fix kernel doc comments
Heiko Carstens
1
-19
/
+19
2021-11-19
net/iucv: fix kernel doc comments
Heiko Carstens
1
-62
/
+62
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
30
-155
/
+197
2021-11-18
Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
27
-101
/
+186
2021-11-18
mctp/test: Update refcount checking in route fragment tests
Jeremy Kerr
1
-5
/
+0
2021-11-18
ipv6: ah6: use swap() to make code cleaner
Yao Jing
1
-4
/
+1
2021-11-18
ipv6: check return value of ipv6_skip_exthdr
Jordy Zomer
1
-0
/
+6
2021-11-18
devlink: Don't throw an error if flash notification sent before devlink visible
Leon Romanovsky
1
-1
/
+3
2021-11-18
page_pool: Revert "page_pool: disable dma mapping support..."
Yunsheng Lin
1
-6
/
+4
2021-11-18
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
4
-25
/
+16
2021-11-18
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-11-18
NFC: reorder the logic in nfc_{un,}register_device
Lin Ma
1
-14
/
+18
2021-11-18
NFC: reorganize the functions in nci_request
Lin Ma
1
-4
/
+7
2021-11-18
tipc: check for null after calling kmemdup
Tadeusz Struk
1
-0
/
+4
2021-11-17
net: no longer stop all TX queues in dev_watchdog()
Eric Dumazet
1
-3
/
+5
2021-11-17
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
1
-0
/
+51
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-4
/
+4
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2
-6
/
+2
2021-11-17
Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
19
-3217
/
+6720
2021-11-17
net: sched: act_mirred: drop dst for the direction from egress to ingress
Xin Long
1
-3
/
+8
2021-11-17
net: align static siphash keys
Eric Dumazet
10
-12
/
+12
2021-11-17
Merge tag 'mac80211-for-net-2021-11-16' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
10
-58
/
+63
2021-11-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-2
/
+24
2021-11-16
Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error event
Archie Pusaka
1
-1
/
+8
2021-11-16
Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated event
Archie Pusaka
1
-0
/
+12
2021-11-16
Bluetooth: hci_request: Remove bg_scan_update work
Luiz Augusto von Dentz
2
-112
/
+0
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_sync
Luiz Augusto von Dentz
3
-60
/
+50
2021-11-16
Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_sync
Luiz Augusto von Dentz
3
-36
/
+109
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
9
-29
/
+8
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
1
-11
/
+1
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
2
-13
/
+1
[next]