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
2013-11-02
net: cdc_ncm: drop "extern" from header declarations
Bjørn Mork
1
-6
/
+6
2013-11-02
net: cdc_ncm: remove descriptor pointers
Bjørn Mork
1
-3
/
+1
2013-11-02
net: cdc_ncm: remove ncm_parm field
Bjørn Mork
1
-1
/
+0
2013-11-02
net: cdc_ncm: remove tx_speed and rx_speed fields
Bjørn Mork
1
-2
/
+0
2013-11-02
net: cdc_ncm: remove unused udev field
Bjørn Mork
1
-1
/
+0
2013-11-02
net: cdc_ncm: remove redundant netdev field
Bjørn Mork
1
-2
/
+1
2013-11-02
net: cdc_ncm: remove redundant endpoint pointers
Bjørn Mork
1
-3
/
+0
2013-11-02
net: cdc_ncm: remove redundant "intf" field
Bjørn Mork
1
-1
/
+0
2013-11-02
net: cdc_ncm: add include protection to cdc_ncm.h
Bjørn Mork
1
-0
/
+5
2013-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2
-0
/
+12
2013-10-30
net: sched: cls_bpf: add BPF-based classifier
Daniel Borkmann
1
-0
/
+14
2013-10-29
net: add might_sleep() call to napi_disable
Jacob Keller
1
-0
/
+1
2013-10-29
vxlan: Have the NIC drivers do less work for offloads
Joseph Gasparakis
1
-0
/
+11
2013-10-29
ipv6: Remove privacy config option.
David S. Miller
2
-6
/
+1
2013-10-26
net: fix rtnl notification in atomic context
Alexei Starovoitov
1
-1
/
+1
2013-10-26
net: make net_get_random_once irq safe
Hannes Frederic Sowa
1
-1
/
+0
2013-10-24
inet: remove old fragmentation hash initializing
Hannes Frederic Sowa
1
-0
/
+4
2013-10-24
ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...
Hannes Frederic Sowa
1
-2
/
+0
2013-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
25
-94
/
+109
2013-10-24
net: Dereference pointer-value of sk_prot->memory_pressure
Christoph Paasch
1
-1
/
+1
2013-10-23
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+6
2013-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-19
/
+38
2013-10-22
net: remove function sk_reset_txq()
ZHAO Gang
1
-3
/
+1
2013-10-22
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
1
-0
/
+1
2013-10-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+2
2013-10-22
Merge tag 'drm-intel-fixes-2013-10-21' of git://people.freedesktop.org/~danve...
Dave Airlie
6
-4
/
+55
2013-10-22
mac802154: correct a typo in ieee802154_alloc_device() prototype
Alexandre Belloni
1
-1
/
+1
2013-10-22
ipv6: sit: add GSO/TSO support
Eric Dumazet
2
-2
/
+6
2013-10-22
tcp_memcontrol: Kill struct tcp_memcontrol
Eric W. Biederman
2
-24
/
+14
2013-10-22
tcp_memcontrol: Remove the per netns control.
Eric W. Biederman
2
-3
/
+1
2013-10-22
tcp_memcontrol: Remove setting cgroup settings via sysctl
Eric W. Biederman
1
-1
/
+0
2013-10-22
tcp_memcontrol: Remove tcp_max_memory
Eric W. Biederman
1
-1
/
+0
2013-10-22
ipv6: fill rt6i_gateway with nexthop address
Julian Anastasov
1
-4
/
+2
2013-10-22
ipv6: always prefer rt6i_gateway if present
Julian Anastasov
1
-1
/
+1
2013-10-22
nf_tables*.h: Remove extern from function prototypes
Joe Perches
2
-43
/
+40
2013-10-22
net: fix build warnings because of net_get_random_once merge
Hannes Frederic Sowa
1
-0
/
+1
2013-10-21
IB/core: Temporarily disable create_flow/destroy_flow uverbs
Yann Droneaud
1
-0
/
+6
2013-10-20
tcp: switch tcp_fastopen key generation to net_get_random_once
Hannes Frederic Sowa
1
-1
/
+1
2013-10-20
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
1
-4
/
+0
2013-10-20
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...
Hannes Frederic Sowa
1
-1
/
+0
2013-10-20
net: introduce new macro net_get_random_once
Hannes Frederic Sowa
1
-0
/
+25
2013-10-20
static_key: WARN on usage before jump_label_init was called
Hannes Frederic Sowa
2
-0
/
+12
2013-10-20
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2
-23
/
+9
2013-10-20
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
1
-16
/
+6
2013-10-20
ipip: add GSO/TSO support
Eric Dumazet
2
-2
/
+6
2013-10-20
ipv4: gso: make inet_gso_segment() stackable
Eric Dumazet
1
-2
/
+5
2013-10-20
ipv4: generalize gre_handle_offloads
Eric Dumazet
2
-1
/
+10
2013-10-20
bonding: add Netlink support active_slave option
Jiri Pirko
1
-0
/
+1
2013-10-20
bonding: add Netlink support mode option
Jiri Pirko
1
-0
/
+10
2013-10-20
net: fix cipso packet validation when !NETLABEL
Seif Mazareeb
1
-2
/
+4
[next]