summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Add airtime accounting and scheduling to TXQsToke Høiland-Jørgensen2019-01-199-10/+223
* cfg80211: Add airtime statistics and settingsToke Høiland-Jørgensen2019-01-191-0/+24
* mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2019-01-196-3/+84
* devlink: Add health dump {get,clear} commandsEran Ben Elisha2019-01-181-0/+75
* devlink: Add health diagnose commandEran Ben Elisha2019-01-181-0/+51
* devlink: Add health recover commandEran Ben Elisha2019-01-181-0/+20
* devlink: Add health set commandEran Ben Elisha2019-01-181-0/+36
* devlink: Add health get commandEran Ben Elisha2019-01-181-0/+152
* devlink: Add health report functionalityEran Ben Elisha2019-01-181-0/+93
* devlink: Add health reporter create/destroy functionalityEran Ben Elisha2019-01-181-0/+127
* devlink: Add health buffer supportEran Ben Elisha2019-01-181-0/+501
* net_sched: add hit counter for matchallCong Wang2019-01-181-0/+24
* net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi2019-01-181-2/+2
* tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-172-6/+4
* tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-172-6/+6
* tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-172-3/+3
* tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-172-4/+4
* tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-171-2/+0
* tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-172-9/+1
* tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-171-1/+0
* tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* tipc: remove unneeded semicolon in trace.cYueHaibing2019-01-171-2/+2
* net: add a route cache full diagnostic messagePeter Oskolkov2019-01-171-1/+5
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-173-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-175-6/+11
* tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-171-15/+7
* tcp: retry more conservatively on local congestionYuchung Cheng2019-01-171-5/+3
* tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-171-7/+7
* tcp: create a helper to model exponential backoffYuchung Cheng2019-01-171-13/+18
* tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-171-0/+3
* tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-172-25/+7
* tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-171-8/+8
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-171-4/+2
* net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
* net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-10/+36
* tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg2019-01-171-70/+196
* net/tls: Make function tls_sw_do_sendpage staticYueHaibing2019-01-171-2/+2
* net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing2019-01-171-10/+0
* Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg2019-01-171-8/+17
* net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2019-01-161-1/+55
* openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+1
* net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-1/+1
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-1629-113/+209
|\
| * net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-111-0/+1
| * net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-112-23/+27
OpenPOWER on IntegriCloud