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
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
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
21
-169
/
+183
2014-08-03
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
5
-14
/
+14
2014-08-03
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
5
-10
/
+10
2014-08-03
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
Alexei Starovoitov
3
-7
/
+6
2014-08-03
net: filter: simplify socket charging
Alexei Starovoitov
3
-53
/
+45
2014-08-01
net: use inet6_iif instead of IP6CB()->iif
Duan Jiong
4
-7
/
+7
2014-08-01
ISDN: pcbit: off by one bugs in pcbit_set_msn()
Dan Carpenter
1
-2
/
+2
2014-08-01
AX88179_178A: Add ethtool ops for EEE support
Freddy Xin
1
-0
/
+264
2014-08-01
netlink: Use PAGE_ALIGNED macro
Tobias Klauser
1
-1
/
+1
2014-08-01
net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS
Duan Jiong
5
-18
/
+17
2014-08-01
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
7
-105
/
+112
2014-08-01
net: kernel-doc compliant documentation for net_device
Karoly Kemeny
1
-131
/
+250
2014-08-01
Merge branch 'stmmac-next'
David S. Miller
10
-93
/
+238
2014-08-01
net: stmmac: Support devicetree configs for mcast and ucast filter entries
Vince Bridgers
7
-21
/
+132
2014-08-01
ARM: socfpga: Add socfpga Ethernet filter attributes entries
Vince Bridgers
1
-0
/
+4
2014-08-01
dts: Add bindings for multicast hash bins and perfect filter entries
Vince Bridgers
1
-0
/
+6
2014-08-01
net: stmmac: Correct set_filter for multicast and unicast cases
Vince Bridgers
5
-19
/
+14
2014-08-01
net: stmmac: Change MAC interface to support multiple filter configurations
Vince Bridgers
5
-62
/
+91
2014-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
10
-135
/
+133
2014-08-01
tcp: don't require root to read tcp_metrics
Banerjee, Debabrata
1
-1
/
+0
2014-08-01
team: fix releasing uninitialized pointer to BPF prog
Daniel Borkmann
1
-1
/
+1
2014-07-31
netfilter: nf_tables: check for unset NFTA_SET_ELEM_LIST_ELEMENTS attribute
Pablo Neira Ayuso
1
-0
/
+6
2014-07-31
netfilter: nfnetlink_acct: avoid using NFACCT_F_OVERQUOTA with bit helper fun...
Alexey Perevalov
1
-3
/
+5
2014-07-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-65
/
+42
2014-07-31
net: bcmgenet: correct spelling
Brian Norris
1
-11
/
+11
2014-07-31
Merge branch 'libphy_mmd'
David S. Miller
4
-24
/
+95
2014-07-31
Documentation: networking: phy.txt: Update text for indirect MMD access
Vince Bridgers
1
-1
/
+17
2014-07-31
net: libphy: Add stubs to hook IEEE MMD Register reads and writes
Vince Bridgers
1
-0
/
+22
2014-07-31
net: libphy: Add phy specific function to access mmd phy registers
Vince Bridgers
2
-23
/
+56
2014-07-31
net/fsl: Add format length modifier to avoid negative values
Shruti Kanetkar
1
-1
/
+1
2014-07-31
net/fsl: fix misspelled word
Madalin Bucur
1
-1
/
+1
2014-07-31
net: filter: don't release unattached filter through call_rcu()
Pablo Neira
2
-4
/
+13
2014-07-31
netfilter: xt_bpf: add mising opaque struct sk_filter definition
Pablo Neira
1
-0
/
+2
2014-07-31
CAPI: use correct structure type name in sizeof
Julia Lawall
1
-1
/
+1
2014-07-31
Merge branch 'amd-xgbe-next'
David S. Miller
14
-127
/
+1631
2014-07-31
amd-xgbe: Add traffic class support
Lendacky, Thomas
8
-27
/
+508
2014-07-31
amd-xgbe-phy: Print out the auto-negotiation method used
Lendacky, Thomas
1
-0
/
+8
2014-07-31
amd-xgbe-phy: Updates to KR training initiation
Lendacky, Thomas
1
-0
/
+7
2014-07-31
amd-xgbe-phy: Updates to rate change complete check
Lendacky, Thomas
1
-2
/
+25
2014-07-31
amd-xgbe: Base queue fifo size and enablement on ring count
Lendacky, Thomas
3
-22
/
+33
2014-07-31
amd-xgbe: Update/fix 2.5GbE support
Lendacky, Thomas
3
-19
/
+96
2014-07-31
amd-xgbe: Add hardware timestamp support
Lendacky, Thomas
11
-58
/
+954
2014-07-31
amd-xgbe: Add dma-coherent to device bindings documentation
Lendacky, Thomas
1
-0
/
+1
2014-07-31
net: Remove unlikely() for WARN_ON() conditions
Thomas Graf
2
-2
/
+2
2014-07-31
dcbnl : Fix misleading dcb_app->priority explanation
Anish Bhatt
2
-3
/
+5
2014-07-31
net: stmmac: add platform init/exit for Altera's ARM socfpga
Vince Bridgers
2
-0
/
+73
2014-07-31
Merge branch 'mlx5-next'
David S. Miller
17
-339
/
+525
2014-07-31
mlx5: Adjust events to use unsigned long param instead of void *
Jack Morgenstein
4
-12
/
+13
2014-07-31
mlx5: minor fixes (mainly avoidance of hidden casts)
Jack Morgenstein
15
-22
/
+19
2014-07-31
mlx5: Move pci device handling from mlx5_ib to mlx5_core
Jack Morgenstein
9
-310
/
+498
[next]