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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-5
/
+44
2014-09-05
ipv4: implement igmp_qrv sysctl to tune igmp robustness variable
Hannes Frederic Sowa
1
-0
/
+1
2014-09-05
ipv6: add sysctl_mld_qrv to configure query robustness variable
Hannes Frederic Sowa
1
-0
/
+1
2014-09-04
lib/rhashtable: allow user to set the minimum shifts of shrinking
Ying Xue
1
-0
/
+2
2014-09-02
sock: deduplicate errqueue dequeue
Willem de Bruijn
1
-0
/
+1
2014-09-02
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
1
-1
/
+15
2014-09-02
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2
-0
/
+40
2014-09-02
net: Support for csum_bad in skbuff
Tom Herbert
2
-2
/
+23
2014-09-02
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
1
-2
/
+2
2014-09-02
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
1
-0
/
+1
2014-09-02
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
1
-4
/
+5
2014-09-02
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
1
-2
/
+8
2014-08-30
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
1
-14
/
+12
2014-08-30
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
1
-23
/
+51
2014-08-30
net: Allocate a new 16 bits for flags in skbuff
Tom Herbert
1
-0
/
+4
2014-08-30
include/rxrpc/types.h: Remove unused header
Rasmus Villemoes
1
-41
/
+0
2014-08-30
include/linux/phonedev.h: Remove unused header
Rasmus Villemoes
1
-25
/
+0
2014-08-30
include/linux/i82593.h: Remove unused header
Rasmus Villemoes
1
-229
/
+0
2014-08-30
include/linux/cycx_x25.h: Remove unused header
Rasmus Villemoes
1
-125
/
+0
2014-08-30
net: add skb_get_tx_queue() helper
Daniel Borkmann
1
-0
/
+6
2014-08-28
net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entries
Florian Fainelli
1
-0
/
+2
2014-08-28
net: phy: broadcom: add new Broadcom OUI
Florian Fainelli
1
-1
/
+1
2014-08-28
net: phy: broadcom: fix PHY_BCM_OUI_4
Florian Fainelli
1
-1
/
+1
2014-08-28
net: dsa: add Broadcom tag RX/TX handler
Florian Fainelli
1
-0
/
+5
2014-08-28
net: dsa: allow updating fixed PHY link information
Florian Fainelli
1
-0
/
+3
2014-08-28
net: dsa: allow drivers to do link adjustment
Florian Fainelli
1
-0
/
+7
2014-08-28
net: dsa: allow switches to work without tagging
Florian Fainelli
2
-3
/
+8
2014-08-28
net: dsa: allow for more complex PHY setups
Florian Fainelli
1
-0
/
+1
2014-08-28
net: dsa: retain a per-port device_node pointer
Florian Fainelli
1
-0
/
+1
2014-08-28
net: dsa: provide a switch device device tree node pointer
Florian Fainelli
1
-0
/
+7
2014-08-28
net: phy: provide stub for fixed_phy_set_link_update
Florian Fainelli
1
-8
/
+9
2014-08-28
net: dsa: reduce number of protocol hooks
Florian Fainelli
3
-33
/
+16
2014-08-28
net: Update sk_buff flag bit availability comment.
David S. Miller
1
-1
/
+1
2014-08-26
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
1
-2
/
+2
2014-08-26
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
David S. Miller
2
-23
/
+4
2014-08-26
net/mlx4: Use is_kdump_kernel() to detect kdump kernel
Amir Vadai
1
-1
/
+2
2014-08-25
net: Add ops->ndo_xmit_flush()
David S. Miller
1
-0
/
+35
2014-08-25
random32: improvements to prandom_bytes
Daniel Borkmann
1
-2
/
+2
2014-08-25
udp: additional GRO support
Tom Herbert
1
-0
/
+18
2014-08-25
net: add gro_compute_pseudo functions
Tom Herbert
2
-0
/
+16
2014-08-25
net: skb_gro_checksum_* functions
Tom Herbert
1
-2
/
+74
2014-08-23
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2
-8
/
+24
2014-08-23
net: phy: bcm7xxx: enable EEE at the PHY level
Florian Fainelli
1
-0
/
+3
2014-08-23
net: phy: export phy_{read,write}_mmd_indirect
Florian Fainelli
1
-0
/
+27
2014-08-23
net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h
Florian Fainelli
1
-0
/
+20
2014-08-23
net: phy: broadcom: extract all registers to brcmphy.h
Florian Fainelli
1
-0
/
+103
2014-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-6
/
+18
2014-08-23
tcp: improve undo on timeout
Yuchung Cheng
1
-1
/
+1
2014-08-23
net: use ktime_get_ns() and ktime_get_real_ns() helpers
Eric Dumazet
2
-2
/
+2
2014-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
[next]