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
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
2016-02-09
packet: tpacket_snd gso and checksum offload
Willem de Bruijn
1
-16
/
+37
2016-02-09
packet: parse tpacket header before skb alloc
Willem de Bruijn
1
-46
/
+65
2016-02-09
packet: vnet_hdr support for tpacket_rcv
Willem de Bruijn
1
-4
/
+15
2016-02-09
packet: move vnet_hdr code to helper functions
Willem de Bruijn
1
-113
/
+148
2016-02-09
bridge: mdb: Passing the port-group pointer to br_mdb module
Elad Raz
3
-29
/
+34
2016-02-09
bridge: mdb: Separate br_mdb_entry->state from net_bridge_port_group->state
Elad Raz
3
-15
/
+26
2016-02-08
tcp: Fix syncookies sysctl default.
David S. Miller
1
-1
/
+1
2016-02-07
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
Nikolay Borisov
3
-10
/
+8
2016-02-07
ipv4: Namespaceify tcp_fin_timeout sysctl knob
Nikolay Borisov
3
-11
/
+11
2016-02-07
ipv4: Namespaceify tcp_orphan_retries sysctl knob
Nikolay Borisov
3
-9
/
+9
2016-02-07
ipv4: Namespaceify tcp_retries2 sysctl knob
Nikolay Borisov
4
-11
/
+12
2016-02-07
ipv4: Namespaceify tcp_retries1 sysctl knob
Nikolay Borisov
3
-12
/
+13
2016-02-07
ipv4: Namespaceify tcp reordering sysctl knob
Nikolay Borisov
5
-16
/
+17
2016-02-07
ipv4: Namespaceify tcp syncookies sysctl knob
Nikolay Borisov
6
-21
/
+19
2016-02-07
ipv4: Namespaceify tcp synack retries sysctl knob
Nikolay Borisov
4
-14
/
+11
2016-02-07
ipv4: Namespaceify tcp syn retries sysctl knob
Nikolay Borisov
4
-12
/
+15
2016-02-07
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
44
-353
/
+582
2016-02-07
tcp: tcp_cong_control helper
Yuchung Cheng
1
-12
/
+19
2016-02-07
tcp: make congestion control more robust against reordering
Yuchung Cheng
1
-1
/
+1
2016-02-07
tcp: refactor pkts acked accounting
Yuchung Cheng
1
-4
/
+3
2016-02-07
tcp: new delivery accounting
Yuchung Cheng
1
-6
/
+15
2016-02-07
tcp: move cwnd reduction after recovery state procesing
Yuchung Cheng
1
-32
/
+28
2016-02-07
tcp: retransmit after recovery processing and congestion control
Yuchung Cheng
1
-12
/
+46
2016-02-07
net: drop write-only stack variable
David Herrmann
1
-4
/
+1
2016-02-07
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
Eric Dumazet
2
-1
/
+4
2016-02-06
tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1
Parthasarathy Bhuvaragan
1
-2
/
+2
2016-02-06
tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVER
Parthasarathy Bhuvaragan
1
-3
/
+11
2016-02-06
tipc: protect tipc_subscrb_get() with subscriber spin lock
Parthasarathy Bhuvaragan
1
-2
/
+2
2016-02-06
tipc: hold subscriber->lock for tipc_nametbl_subscribe()
Parthasarathy Bhuvaragan
1
-2
/
+2
2016-02-06
tipc: fix connection abort when receiving invalid cancel request
Parthasarathy Bhuvaragan
1
-1
/
+2
2016-02-06
tipc: fix connection abort during subscription cancellation
Parthasarathy Bhuvaragan
1
-19
/
+19
2016-02-06
tipc: introduce tipc_subscrb_subscribe() routine
Parthasarathy Bhuvaragan
1
-23
/
+31
2016-02-06
tipc: remove struct tipc_name_seq from struct tipc_subscription
Parthasarathy Bhuvaragan
3
-16
/
+37
2016-02-06
tipc: remove filter and timeout elements from struct tipc_subscription
Parthasarathy Bhuvaragan
2
-12
/
+8
2016-02-06
tipc: remove incorrect check for subscription timeout value
Parthasarathy Bhuvaragan
1
-2
/
+1
2016-02-06
ethtool: Declare netdev_rss_key as __read_mostly.
Kim Jones
1
-1
/
+1
2016-02-06
tcp: do not enqueue skb with SYN flag
Eric Dumazet
2
-2
/
+9
2016-02-06
tcp: fastopen: accept data/FIN present in SYNACK message
Eric Dumazet
2
-30
/
+37
2016-02-06
net: add rx_nohandler stat counter
Jarod Wilson
3
-1
/
+9
2016-02-06
net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64
Jarod Wilson
1
-6
/
+13
2016-02-06
tipc: fix link priority propagation
Richard Alpe
1
-0
/
+6
2016-02-06
tipc: fix link attribute propagation bug
Richard Alpe
3
-30
/
+16
2016-02-03
batman-adv: Switch to HTTPS version of links
Sven Eckelmann
1
-1
/
+1
2016-02-02
batman-adv: update copyright years for 2016
Sven Eckelmann
43
-43
/
+43
2016-02-02
batman-adv: Fix kernel-doc for batadv_claim_free_ref
Sven Eckelmann
1
-1
/
+2
2016-02-02
batman-adv: add kerneldoc for batadv_iv_ogm_aggr_packet
Simon Wunderlich
1
-1
/
+8
2016-02-02
batman-adv: add kernel doc for AP isolation attributes in bat_priv
Antonio Quartulli
1
-0
/
+3
2016-02-02
batman-adv: fix kerneldoc for TT functions
Antonio Quartulli
1
-9
/
+24
2016-02-02
batman-adv: fix kerneldoc for DAT functions
Antonio Quartulli
1
-0
/
+4
2016-02-02
batman-adv: Update/repair bridge loop avoidance kerneldoc
Simon Wunderlich
1
-48
/
+130
[next]