index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: Add airtime accounting and scheduling to TXQs
Toke Høiland-Jørgensen
2019-01-19
9
-10
/
+223
*
cfg80211: Add airtime statistics and settings
Toke Høiland-Jørgensen
2019-01-19
1
-0
/
+24
*
mac80211: Add TXQ scheduling API
Toke Høiland-Jørgensen
2019-01-19
6
-3
/
+84
*
devlink: Add health dump {get,clear} commands
Eran Ben Elisha
2019-01-18
1
-0
/
+75
*
devlink: Add health diagnose command
Eran Ben Elisha
2019-01-18
1
-0
/
+51
*
devlink: Add health recover command
Eran Ben Elisha
2019-01-18
1
-0
/
+20
*
devlink: Add health set command
Eran Ben Elisha
2019-01-18
1
-0
/
+36
*
devlink: Add health get command
Eran Ben Elisha
2019-01-18
1
-0
/
+152
*
devlink: Add health report functionality
Eran Ben Elisha
2019-01-18
1
-0
/
+93
*
devlink: Add health reporter create/destroy functionality
Eran Ben Elisha
2019-01-18
1
-0
/
+127
*
devlink: Add health buffer support
Eran Ben Elisha
2019-01-18
1
-0
/
+501
*
net_sched: add hit counter for matchall
Cong Wang
2019-01-18
1
-0
/
+24
*
net: ip6_gre: remove gre_hdr_len from ip6erspan_rcv
Lorenzo Bianconi
2019-01-18
1
-2
/
+2
*
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-6
/
+4
*
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-6
/
+6
*
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-3
/
+3
*
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2019-01-17
2
-4
/
+4
*
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
2019-01-17
1
-2
/
+0
*
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-9
/
+1
*
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-1
/
+1
*
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2019-01-17
2
-1
/
+1
*
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
2019-01-17
1
-1
/
+0
*
tipc: remove unneeded semicolon in trace.c
YueHaibing
2019-01-17
1
-2
/
+2
*
net: add a route cache full diagnostic message
Peter Oskolkov
2019-01-17
1
-1
/
+5
*
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
2019-01-17
3
-4
/
+5
*
net: Add extack argument to ndo_fdb_add()
Petr Machata
2019-01-17
5
-6
/
+11
*
tcp: less aggressive window probing on local congestion
Yuchung Cheng
2019-01-17
1
-15
/
+7
*
tcp: retry more conservatively on local congestion
Yuchung Cheng
2019-01-17
1
-5
/
+3
*
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
2019-01-17
1
-7
/
+7
*
tcp: create a helper to model exponential backoff
Yuchung Cheng
2019-01-17
1
-13
/
+18
*
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
2019-01-17
1
-0
/
+3
*
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2019-01-17
2
-25
/
+7
*
tcp: always timestamp on every skb transmission
Yuchung Cheng
2019-01-17
1
-8
/
+8
*
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
2019-01-17
1
-4
/
+2
*
net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
2019-01-17
1
-12
/
+3
*
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
2019-01-17
1
-12
/
+3
*
net: introduce SO_BINDTOIFINDEX sockopt
David Herrmann
2019-01-17
1
-10
/
+36
*
tls: Fix recvmsg() to be able to peek across multiple records
Vakul Garg
2019-01-17
1
-70
/
+196
*
net/tls: Make function tls_sw_do_sendpage static
YueHaibing
2019-01-17
1
-2
/
+2
*
net/tls: remove unused function tls_sw_sendpage_locked
YueHaibing
2019-01-17
1
-10
/
+0
*
Optimize sk_msg_clone() by data merge to end dst sg entry
Vakul Garg
2019-01-17
1
-8
/
+17
*
net: dsa: Add ndo_get_phys_port_name() for CPU port
Florian Fainelli
2019-01-16
1
-1
/
+55
*
openvswitch: meter: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-16
1
-2
/
+1
*
net, decnet: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-16
1
-1
/
+1
*
Fix ERROR:do not initialise statics to 0 in af_vsock.c
Lepton Wu
2019-01-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-01-16
29
-113
/
+209
|
\
|
*
net: clear skb->tstamp in bridge forwarding path
Paolo Abeni
2019-01-11
1
-0
/
+1
|
*
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
2019-01-11
2
-23
/
+27
[next]