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-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
2014-12-31
gre: allow live address change
stephen hemminger
1
-0
/
+1
2014-12-31
l2tp : multicast notification to the registered listeners
Bill Hong
1
-10
/
+91
2014-12-31
tipc: replace 0 by NULL for pointers
Fabian Frederick
1
-1
/
+1
2014-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-154
/
+272
2014-12-30
genetlink: A genl_bind() to an out-of-range multicast group should not WARN().
David S. Miller
1
-6
/
+1
2014-12-27
netlink/genetlink: pass network namespace to bind/unbind
Johannes Berg
4
-20
/
+23
2014-12-27
genetlink: pass multicast bind/unbind to families
Johannes Berg
1
-0
/
+59
2014-12-27
netlink: call unbind when releasing socket
Johannes Berg
1
-0
/
+7
2014-12-27
netlink: update listeners directly when removing socket
Johannes Berg
1
-5
/
+5
2014-12-27
genetlink: pass only network namespace to genl_has_listeners()
Johannes Berg
1
-2
/
+1
2014-12-27
netlink: rename netlink_unbind() to netlink_undo_bind()
Johannes Berg
1
-4
/
+4
2014-12-27
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-4
/
+12
2014-12-27
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
1
-9
/
+14
2014-12-27
net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
Jay Vosburgh
1
-0
/
+1
2014-12-24
openvswitch: fix odd_ptr_err.cocci warnings
Wu Fengguang
1
-1
/
+1
2014-12-24
Bluetooth: Fix accepting connections when not using mgmt
Johan Hedberg
1
-1
/
+6
2014-12-24
Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
Marcel Holtmann
1
-3
/
+6
2014-12-24
net: Reset secmark when scrubbing packet
Thomas Graf
1
-0
/
+1
2014-12-24
net: Fix stacked vlan offload features computation
Toshiaki Makita
1
-5
/
+8
2014-12-24
openvswitch: Fix vport_send double free
Pravin B Shelar
5
-11
/
+23
2014-12-24
openvswitch: Fix GSO with multiple MPLS label.
Pravin B Shelar
1
-1
/
+2
2014-12-24
openvswitch: Fix MPLS action validation.
Pravin B Shelar
1
-12
/
+1
2014-12-24
mpls: Fix allowed protocols for mpls gso
Pravin B Shelar
1
-4
/
+1
2014-12-24
mpls: Fix config check for mpls.
Pravin B Shelar
1
-1
/
+1
2014-12-24
net: Rearrange loop in net_rx_action
Herbert Xu
1
-14
/
+12
2014-12-24
net: Always poll at least one device in net_rx_action
Herbert Xu
1
-4
/
+3
2014-12-24
net: Detect drivers that reschedule NAPI and exhaust budget
Herbert Xu
1
-0
/
+9
2014-12-24
net: Move napi polling code out of net_rx_action
Herbert Xu
1
-44
/
+54
2014-12-24
batman-adv: avoid NULL dereferences and fix if check
Antonio Quartulli
1
-1
/
+1
2014-12-24
batman-adv: Unify fragment size calculation
Sven Eckelmann
1
-1
/
+1
2014-12-24
batman-adv: Calculate extra tail size based on queued fragments
Sven Eckelmann
1
-1
/
+1
2014-12-24
net: drop the packet when fails to do software segmentation or header check
Jason Wang
1
-1
/
+1
2014-12-23
tcp6: don't move IP6CB before xfrm6_policy_check()
Nicolas Dichtel
1
-16
/
+29
[next]