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
2022-05-10
x25: remove redundant pointer dev
Colin Ian King
1
-2
/
+1
2022-05-10
ptp: Support late timestamp determination
Gerhard Engleder
1
-10
/
+39
2022-05-10
ptp: Pass hwtstamp to ptp_convert_timestamp()
Gerhard Engleder
1
-1
/
+1
2022-05-10
ptp: Request cycles for TX timestamp
Gerhard Engleder
1
-1
/
+10
2022-05-10
ROSE: Remove unused code and clean up some inconsistent indenting
Jiapeng Chong
1
-16
/
+9
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
3
-4
/
+6
2022-05-08
Merge tag 'batadv-next-pullrequest-20220508' of git://git.open-mesh.org/linux...
David S. Miller
3
-9
/
+9
2022-05-07
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
1
-40
/
+0
2022-05-06
net: move netif_set_gso_max helpers
Jakub Kicinski
1
-0
/
+21
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2
-8
/
+8
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
2
-2
/
+37
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
3
-4
/
+14
2022-05-06
mptcp: add more offered MIBs counter
Paolo Abeni
3
-1
/
+13
2022-05-06
mptcp: never shrink offered window
Paolo Abeni
3
-12
/
+50
2022-05-06
tcp: allow MPTCP to update the announced window
Paolo Abeni
2
-7
/
+9
2022-05-06
mptcp: add mib for xmit window sharing
Paolo Abeni
3
-1
/
+5
2022-05-06
mptcp: really share subflow snd_wnd
Paolo Abeni
1
-9
/
+15
2022-05-06
net: Make msg_zerocopy_alloc static
David Ahern
1
-2
/
+1
2022-05-06
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+2
2022-05-06
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
1
-0
/
+6
2022-05-06
Revert "Merge branch 'mlxsw-line-card-model'"
Jakub Kicinski
1
-298
/
+5
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-67
/
+87
2022-05-05
Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-66
/
+82
2022-05-05
NFC: netlink: fix sleep in atomic bug when firmware download timeout
Duoming Zhou
1
-2
/
+2
2022-05-05
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-05-05
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-05-05
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-05-05
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-05-05
tcp: resalt the secret every 10 seconds
Eric Dumazet
1
-3
/
+9
2022-05-05
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-05-05
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
3
-8
/
+10
2022-05-05
memcg: accounting for objects allocated for new netdevice
Vasily Averin
3
-6
/
+6
2022-05-04
mptcp: netlink: allow userspace-driven subflow establishment
Florian Westphal
3
-0
/
+211
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_REMOVE
Kishen Maloor
3
-2
/
+74
2022-05-04
mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE
Kishen Maloor
3
-5
/
+79
2022-05-04
mptcp: netlink: split mptcp_pm_parse_addr into two functions
Florian Westphal
1
-21
/
+39
2022-05-04
mptcp: read attributes of addr entries managed by userspace PMs
Kishen Maloor
4
-3
/
+62
2022-05-04
mptcp: handle local addrs announced by userspace PMs
Kishen Maloor
6
-26
/
+113
2022-05-04
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
29
-342
/
+448
2022-05-04
netdev: reshuffle netif_napi_add() APIs to allow dropping weight
Jakub Kicinski
1
-3
/
+3
2022-05-04
mptcp: allow ADD_ADDR reissuance by userspace PMs
Kishen Maloor
1
-2
/
+10
2022-05-04
mptcp: expose server_side attribute in MPTCP netlink events
Kishen Maloor
1
-0
/
+3
2022-05-04
mptcp: establish subflows from either end of connection
Kishen Maloor
3
-7
/
+8
2022-05-04
mptcp: reflect remote port (not 0) in ANNOUNCED events
Kishen Maloor
4
-8
/
+15
2022-05-04
mptcp: store remote id from MP_JOIN SYN/ACK in local ctx
Kishen Maloor
1
-0
/
+1
2022-05-04
mptcp: bypass in-kernel PM restrictions for non-kernel PMs
Kishen Maloor
4
-3
/
+32
2022-05-03
net: rds: acquire refcount on TCP sockets
Tetsuo Handa
1
-0
/
+8
2022-05-03
net: sysctl: introduce sysctl SYSCTL_THREE
Tonghao Zhang
4
-9
/
+4
2022-05-03
net: sysctl: use shared sysctl macro
Tonghao Zhang
3
-16
/
+10
2022-05-03
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
1
-0
/
+47
[next]