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-01-06
batman-adv: fix potential TT client + orig-node memory leak
Linus Lüssing
1
-3
/
+3
2015-01-06
batman-adv: fix multicast counter when purging originators
Linus Lüssing
1
-1
/
+2
2015-01-06
batman-adv: fix counter for multicast supporting nodes
Linus Lüssing
1
-3
/
+5
2015-01-06
batman-adv: fix lock class for decoding hash in network-coding.c
Martin Hundebøll
1
-1
/
+1
2015-01-06
batman-adv: fix delayed foreign originator recognition
Linus Lüssing
1
-0
/
+1
2015-01-06
batman-adv: fix and simplify condition when bonding should be used
Simon Wunderlich
1
-2
/
+4
2015-01-06
net: tcp: add per route congestion control
Daniel Borkmann
4
-4
/
+51
2015-01-06
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
5
-8
/
+45
2015-01-06
net: tcp: add key management to congestion control
Daniel Borkmann
1
-16
/
+81
2015-01-06
net: tcp: refactor reinitialization of congestion control
Daniel Borkmann
1
-10
/
+14
2015-01-06
net: fib6: convert cfg metric to u32 outside of table write lock
Florian Westphal
2
-43
/
+83
2015-01-06
net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference
Daniel Borkmann
1
-7
/
+6
2015-01-06
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
Hubert Sokolowski
2
-3
/
+9
2015-01-06
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2
-2
/
+41
2015-01-06
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
1
-2
/
+3
2015-01-06
ip: IP cmsg cleanup
Tom Herbert
1
-27
/
+37
2015-01-06
ip: Move checksum convert defines to inet
Tom Herbert
4
-4
/
+4
2015-01-05
Revert "mac80211: Fix accounting of the tailroom-needed counter"
Johannes Berg
1
-3
/
+9
2015-01-05
geneve: Check family when reusing sockets.
Jesse Gross
1
-4
/
+5
2015-01-05
geneve: Remove socket hash table.
Jesse Gross
1
-19
/
+7
2015-01-05
geneve: Simplify locking.
Jesse Gross
1
-33
/
+26
2015-01-05
geneve: Remove workqueue.
Jesse Gross
1
-19
/
+2
2015-01-03
netlink: Lockless lookup with RCU grace period in socket release
Thomas Graf
2
-16
/
+17
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
2
-28
/
+14
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
1
-8
/
+3
2015-01-03
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
3
-11
/
+17
2015-01-03
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
2
-21
/
+30
2015-01-03
openvswitch: Consistently include VLAN header in flow and port stats.
Ben Pfaff
2
-3
/
+4
2015-01-03
tcp: Do not apply TSO segment limit to non-TSO packets
Herbert Xu
1
-2
/
+2
2015-01-03
net: skbuff: don't zero tc members when freeing skb
Florian Westphal
1
-7
/
+0
2015-01-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
24
-1687
/
+2869
2015-01-02
geneve: Add Geneve GRO support
Joe Stringer
1
-2
/
+95
2015-01-02
net: Add Transparent Ethernet Bridging GRO support.
Jesse Gross
1
-0
/
+92
2015-01-01
fib_trie: Add tracking value for suffix length
Alexander Duyck
1
-6
/
+116
2015-01-01
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
1
-9
/
+5
2015-01-01
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
1
-121
/
+115
2015-01-01
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
1
-53
/
+50
2015-01-01
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
1
-83
/
+66
2015-01-01
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
1
-86
/
+89
2015-01-01
fib_trie: Move resize to after inflate/halve
Alexander Duyck
1
-157
/
+154
2015-01-01
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
3
-101
/
+85
2015-01-01
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
1
-27
/
+26
2015-01-01
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
1
-113
/
+81
2015-01-01
fib_trie: Optimize fib_table_insert
Alexander Duyck
1
-125
/
+71
2015-01-01
fib_trie: Optimize fib_find_node
Alexander Duyck
1
-15
/
+21
2015-01-01
fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables
Alexander Duyck
1
-157
/
+93
2015-01-01
fib_trie: Merge leaf into tnode
Alexander Duyck
1
-182
/
+140
2015-01-01
fib_trie: Merge tnode_free and leaf_free into node_free
Alexander Duyck
1
-50
/
+40
2015-01-01
fib_trie: Make leaf and tnode more uniform
Alexander Duyck
1
-110
/
+82
2015-01-01
fib_trie: Update usage stats to be percpu instead of global variables
Alexander Duyck
2
-21
/
+49
[prev]
[next]