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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-05
bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi
Jouni Malinen
5
-8
/
+20
2015-03-05
ax25: Fix the build when CONFIG_INET is disabled
kbuild test robot
1
-1
/
+1
2015-03-05
fib_trie: Prevent allocating tnode if bits is too big for size_t
Alexander Duyck
1
-3
/
+13
2015-03-05
fib_trie: Update last spot w/ idx >> n->bits code and explanation
Alexander Duyck
1
-5
/
+13
2015-03-05
fib_trie: Make fib_table rcu safe
Alexander Duyck
2
-21
/
+52
2015-03-05
fib_trie: move leaf and tnode to occupy the same spot in the key vector
Alexander Duyck
1
-24
/
+27
2015-03-05
fib_trie: Update insert and delete to make use of tp from find_node
Alexander Duyck
1
-142
/
+95
2015-03-05
fib_trie: Fib find node should return parent
Alexander Duyck
1
-18
/
+24
2015-03-05
fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
Alexander Duyck
1
-96
/
+120
2015-03-05
fib_trie: Only resize tnodes once instead of on each leaf removal in fib_tabl...
Alexander Duyck
1
-63
/
+78
2015-03-05
mpls: rtm_mpls_policy[] can be static
Wu Fengguang
1
-1
/
+1
2015-03-04
mpls: Multicast route table change notifications
Eric W. Biederman
1
-0
/
+60
2015-03-04
mpls: Netlink commands to add, remove, and dump routes
Eric W. Biederman
1
-0
/
+229
2015-03-04
mpls: Functions for reading and wrinting mpls labels over netlink
Eric W. Biederman
2
-0
/
+60
2015-03-04
mpls: Basic support for adding and removing routes
Eric W. Biederman
1
-0
/
+133
2015-03-04
mpls: Add a sysctl to control the size of the mpls label table
Eric W. Biederman
1
-0
/
+146
2015-03-04
mpls: Basic routing support
Eric W. Biederman
4
-0
/
+411
2015-03-04
mpls: Refactor how the mpls module is built
Eric W. Biederman
2
-2
/
+18
2015-03-04
neigh: Add helper function neigh_xmit
Eric W. Biederman
1
-0
/
+34
2015-03-04
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
4
-16
/
+26
2015-03-04
bridge: fix bridge netlink RCU usage
Johannes Berg
1
-6
/
+8
2015-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-252
/
+269
2015-03-04
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-0
/
+4
2015-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
40
-80
/
+192
2015-03-04
l2tp: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-04
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+9
2015-03-04
mac80211: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+8
2015-03-04
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-04
bluetooth: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-04
atm: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-04
appletalk: Use eth_<foo>_addr instead of memset
Joe Perches
1
-3
/
+3
2015-03-04
8021q: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
1
-54
/
+6
2015-03-03
openvswitch: Fix serialization of non-masked set actions.
Joe Stringer
1
-1
/
+7
2015-03-03
net/atm/signaling.c: remove WAIT_FOR_DEMON code
Fabian Frederick
1
-24
/
+0
2015-03-03
net: bridge: add compile-time assert for cb struct size
Florian Westphal
1
-0
/
+2
2015-03-03
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
2
-2
/
+4
2015-03-03
neigh: Don't require a dst in neigh_resolve_output
Eric W. Biederman
1
-6
/
+0
2015-03-03
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
4
-4
/
+7
2015-03-03
arp: Kill arp_find
Eric W. Biederman
1
-65
/
+0
2015-03-03
net: Kill dev_rebuild_header
Eric W. Biederman
7
-189
/
+0
2015-03-03
ax25: Stop depending on arp_find
Eric W. Biederman
1
-12
/
+28
2015-03-03
ax25: Stop calling/abusing dev_rebuild_header
Eric W. Biederman
1
-8
/
+2
2015-03-03
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
2
-22
/
+16
2015-03-03
arp: Remove special case to give AX25 it's open arp operations.
Eric W. Biederman
1
-37
/
+0
2015-03-03
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
1
-0
/
+21
2015-03-03
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
1
-10
/
+8
2015-03-03
rose: Transmit packets in rose_xmit not rose_rebuild_header
Eric W. Biederman
1
-27
/
+11
2015-03-03
rose: Set the destination address in rose_header
Eric W. Biederman
1
-0
/
+3
2015-03-03
ax25: In ax25_rebuild_header add missing kfree_skb
Eric W. Biederman
1
-0
/
+1
[next]