aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+127
2019-01-18devlink: Add health buffer supportEran Ben Elisha1-0/+501
2019-01-18net_sched: add hit counter for matchallCong Wang1-0/+24
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall3-0/+3
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi1-2/+2
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3
2019-01-17tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()Eric Dumazet2-4/+4
2019-01-17tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-17tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2-9/+1
2019-01-17tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-17tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-17tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-17net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang1-5/+4
2019-01-17af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel1-1/+2
2019-01-17net: add a route cache full diagnostic messagePeter Oskolkov1-1/+5
2019-01-18bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng1-0/+4
2019-01-18bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov1-1/+4
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata3-4/+5
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata5-6/+11
2019-01-17tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-17tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-10/+36
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg1-70/+196
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing1-2/+2
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing1-10/+0
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg1-8/+17
2019-01-17bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre1-1/+1
2019-01-16net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli1-1/+55
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn2-8/+24
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo1-1/+1
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski1-12/+2
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1