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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
Merge branch 'listener-sock-const'
David S. Miller
24
-106
/
+149
2015-09-25
inet: constify inet_rtx_syn_ack() sock argument
Eric Dumazet
2
-2
/
+2
2015-09-25
tcp/dccp: constify rtx_synack() and friends
Eric Dumazet
5
-5
/
+5
2015-09-25
dccp: constify dccp_make_response() socket argument
Eric Dumazet
2
-7
/
+12
2015-09-25
tcp: constify tcp_v{4|6}_send_synack() socket argument
Eric Dumazet
3
-3
/
+3
2015-09-25
ipv6: constify ip6_xmit() sock argument
Eric Dumazet
3
-9
/
+21
2015-09-25
tcp: constify tcp_make_synack() socket argument
Eric Dumazet
2
-10
/
+16
2015-09-25
tcp: remove tcp_ecn_make_synack() socket argument
Eric Dumazet
2
-9
/
+13
2015-09-25
tcp: remove tcp_synack_options() socket argument
Eric Dumazet
1
-8
/
+7
2015-09-25
ip: constify ip_build_and_send_pkt() socket argument
Eric Dumazet
2
-7
/
+9
2015-09-25
tcp: md5: constify tcp_md5_do_lookup() socket argument
Eric Dumazet
3
-10
/
+10
2015-09-25
inet: constify ip_dont_fragment() arguments
Eric Dumazet
1
-3
/
+5
2015-09-25
ipv6: constify inet6_csk_route_req() socket argument
Eric Dumazet
2
-2
/
+2
2015-09-25
ipv6: constify ip6_dst_lookup_{flow|tail}() sock arguments
Eric Dumazet
2
-3
/
+3
2015-09-25
inet: constify inet_csk_route_req() socket argument
Eric Dumazet
2
-2
/
+2
2015-09-25
inet: constify ip_route_output_flow() socket argument
Eric Dumazet
4
-9
/
+10
2015-09-25
tcp: constify tcp_openreq_init_rwin()
Eric Dumazet
2
-11
/
+20
2015-09-25
tcp: constify listener socket in tcp_v[46]_init_req()
Eric Dumazet
3
-6
/
+9
2015-09-25
net: remove unused argument of __netdev_find_adj()
Michal Kubeček
1
-8
/
+7
2015-09-25
Merge branch 'l2tp-module-autoloading'
David S. Miller
7
-5
/
+16
2015-09-25
l2tp: remove references to modprobe in documentation
stephen hemminger
1
-5
/
+2
2015-09-25
l2tp: auto load IP modules
stephen hemminger
2
-0
/
+2
2015-09-25
l2tp: auto load type modules
stephen hemminger
4
-0
/
+12
2015-09-25
net: dsa: Set a "dsa" device_type
Florian Fainelli
1
-0
/
+5
2015-09-25
Merge branch 'switchdev-transaction-item-queue'
David S. Miller
5
-227
/
+296
2015-09-25
switchdev: reduce transaction phase enum down to a boolean
Jiri Pirko
2
-12
/
+7
2015-09-25
dsa: use prepare/commit switchdev transaction helpers
Jiri Pirko
1
-10
/
+5
2015-09-25
switchdev: remove "ABORT" transaction phase
Jiri Pirko
2
-9
/
+2
2015-09-25
switchdev: remove "NONE" transaction phase
Jiri Pirko
1
-1
/
+0
2015-09-25
rocker: use switchdev transaction queue for allocated memory
Jiri Pirko
1
-46
/
+7
2015-09-25
rocker: push struct switchdev_trans down through rocker code
Jiri Pirko
1
-237
/
+225
2015-09-25
switchdev: add switchdev_trans_ph_prepare/commit helpers
Jiri Pirko
1
-0
/
+10
2015-09-25
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
4
-24
/
+26
2015-09-25
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
5
-20
/
+146
2015-09-25
switchdev: rename "trans" to "trans_ph".
Jiri Pirko
4
-204
/
+204
2015-09-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
11
-278
/
+855
2015-09-25
tcp: factorize sk_txhash init
Eric Dumazet
3
-3
/
+1
2015-09-25
net: axinet: Use of_property_read_u32 instead of open-coding it
Tobias Klauser
1
-4
/
+1
2015-09-25
net: ll_temac: Use of_property_read_u32 instead of open-coding it
Tobias Klauser
1
-5
/
+4
2015-09-24
ipv6: remove unused neigh parameter from ndisc functions
Jiri Benc
6
-19
/
+13
2015-09-24
genetlink: simplify genl_notify
Jiri Benc
4
-14
/
+11
2015-09-24
ixgbe: Advance version to 4.2.1
Mark Rustad
1
-1
/
+1
2015-09-24
ixgbe: X540 thermal warning interrupt not a GPI
Mark Rustad
1
-3
/
+0
2015-09-24
ixgbe: Fix FCRTH value in VM-to-VM loopback mode
Mark Rustad
2
-4
/
+11
2015-09-24
ixgbe: Only clear adapter_stopped if ixgbe_setup_fc succeeded
Mark Rustad
1
-3
/
+3
2015-09-24
ixgbe: Correct several flaws with with DCA setup
Mark Rustad
1
-14
/
+26
2015-09-24
ixgbe: Add new X550EM SFP+ device ID
Mark Rustad
1
-0
/
+1
2015-09-24
ixgbe: Update ixgbe_disable_pcie_master flow for X550*
Mark Rustad
1
-0
/
+3
2015-09-24
ixgbe: Add small packet padding support for X550
Mark Rustad
2
-0
/
+4
2015-09-24
ixgbe: Correct setting of RDRXCTL register for X550* devices
Mark Rustad
1
-2
/
+2
[next]