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
2013-02-07
macvlan: add multicast filter
Eric Dumazet
2
-0
/
+29
2013-02-07
net: reset mac header in dev_start_xmit()
Eric Dumazet
1
-0
/
+2
2013-02-07
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
3
-8
/
+26
2013-02-07
wpan: use stack buffer instead of heap
Alexander Aring
1
-6
/
+1
2013-02-07
6lowpan: use stack buffer instead of heap
Alexander Aring
1
-9
/
+4
2013-02-07
6lowpan: Remove __init tag from lowpan_netlink_fini().
David S. Miller
1
-1
/
+1
2013-02-07
team: allow userspace to take control over carrier
Flavio Leitner
2
-0
/
+9
2013-02-07
drivers: net:ethernet: cpsw: add support for VLAN
Mugunthan V N
3
-2
/
+109
2013-02-07
drivers: net: cpsw: Add helper functions for VLAN ALE implementation
Mugunthan V N
3
-22
/
+113
2013-02-07
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
3
-2
/
+76
2013-02-07
wpan: whitespace fix
Alexander Aring
1
-1
/
+1
2013-02-07
ipv6: Don't send packet to big messages to self
Steffen Klassert
1
-2
/
+1
2013-02-06
drivers: net: misc: Remove unused OOM variables
Joe Perches
2
-2
/
+0
2013-02-06
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2
-12
/
+6
2013-02-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
47
-910
/
+1228
2013-02-05
tcp: remove Appropriate Byte Count support
Stephen Hemminger
9
-67
/
+1
2013-02-05
ipv4: Disallow non-namespace aware protocols to register.
David S. Miller
3
-26
/
+6
2013-02-05
l2tp: Make ipv4 protocol handler namespace aware.
David S. Miller
1
-6
/
+10
2013-02-05
l2tp: create tunnel sockets in the right namespace
Tom Parkin
1
-33
/
+54
2013-02-05
l2tp: prevent tunnel creation on netns mismatch
Tom Parkin
1
-2
/
+9
2013-02-05
l2tp: set netnsok flag for netlink messages
Tom Parkin
1
-0
/
+1
2013-02-05
l2tp: put tunnel socket release on a workqueue
Tom Parkin
2
-44
/
+61
2013-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
38
-166
/
+291
2013-02-05
ixgbe: Fix SR-IOV MTU warning
Alexander Duyck
2
-3
/
+1
2013-02-05
ixgbe: Replace rmb in Tx cleanup with read_barrier_depends
Alexander Duyck
1
-1
/
+1
2013-02-05
ixgbe: update date to 2013
Don Skidmore
29
-30
/
+30
2013-02-05
ixgbe: fix return values and memcpy parameters to eliminate Smatch warnings
Josh Hay
2
-6
/
+7
2013-02-05
ixgbe: fix potential null dereference
Josh Hay
1
-0
/
+3
2013-02-05
ixgbe: allow reading of SFF-8472 data over i2c
Emil Tantilov
6
-7
/
+66
2013-02-05
e1000e: cleanup checkpatch braces checks
Bruce Allan
5
-8
/
+2
2013-02-05
e1000e: convert enums of register offsets and move #defines to regs.h
Bruce Allan
3
-223
/
+253
2013-02-05
e1000e: cosmetic move of #defines and prototypes to the new manage.h
Bruce Allan
4
-41
/
+73
2013-02-05
e1000e: cosmetic move of #defines and function prototypes to the new nvm.h
Bruce Allan
3
-15
/
+48
2013-02-05
e1000e: cosmetic move of #defines and function prototypes to the new phy.h
Bruce Allan
5
-222
/
+243
2013-02-05
e1000e: cosmetic move of function prototypes to the new mac.h
Bruce Allan
3
-37
/
+76
2013-02-05
e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h
Bruce Allan
6
-230
/
+270
2013-02-05
e1000e: cosmetic move of #defines to the new 80003es2lan.h
Bruce Allan
3
-63
/
+96
2013-02-05
e1000e: cosmetic move of #defines and prototypes to the new 82571.h
Bruce Allan
6
-25
/
+60
2013-02-05
qlcnic: Updating copyright information.
Jitendra Kalsaria
16
-8
/
+63
2013-02-05
gianfar: dont conditionally alloc Rx/Err irq structs
Paul Gortmaker
1
-12
/
+4
2013-02-05
ipcomp: Mark as netns_ok.
David S. Miller
1
-0
/
+1
2013-02-05
net: fec: fix miss init spinlock
Frank Li
1
-0
/
+1
2013-02-04
team: ab: set active port option as changed when port is leaving
Jiri Pirko
1
-1
/
+12
2013-02-04
team: move netlink event notifiers after team_port_leave()
Jiri Pirko
1
-4
/
+6
2013-02-04
team: handle sending port list in the same way option list is sent
Jiri Pirko
1
-84
/
+93
2013-02-04
net/mlx4_en: Fix compilation error when CONFIG_INET isn't defined
Hadar Hen Zion
1
-0
/
+4
2013-02-04
net/mlx4_en: Fix error propagation for ethtool helper function
Hadar Hen Zion
1
-18
/
+34
2013-02-04
mcast: do not check 'rv' twice in a row
Jean Sacren
1
-4
/
+2
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
11
-38
/
+21
2013-02-04
be2net: update driver version to 4.6.x
Sathya Perla
1
-1
/
+1
[next]