summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal5-85/+27
2019-01-18netfilter: conntrack: gre: convert rwlock to rcuFlorian Westphal1-22/+15
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal3-8/+12
2019-01-18netfilter: conntrack: handle builtin l4proto packet functions via direct callsFlorian Westphal7-44/+76
2019-01-18netfilter: nf_tables: Support RULE_ID reference in new rulePhil Sutter1-0/+9
2019-01-18netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2-7/+7
2019-01-18netfilter: conntrack: remove helper hook againFlorian Westphal1-106/+36
2019-01-18netfilter: nf_tables: add direct calls for all builtin expressionsFlorian Westphal9-31/+39
2019-01-18netfilter: nf_tables: handle nft_object lookups via rhltableFlorian Westphal2-13/+93
2019-01-18netfilter: nf_tables: prepare nft_object for lookups via hashtableFlorian Westphal3-13/+18
2019-01-18tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-18tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-18tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3
2019-01-18tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2-4/+4
2019-01-18tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet1-2/+0
2019-01-18tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2-9/+1
2019-01-18tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-18tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet1-1/+0
2019-01-18tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-18tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2-1/+1
2019-01-18tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet1-1/+0
2019-01-18tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-18net: add a route cache full diagnostic messagePeter Oskolkov1-1/+5
2019-01-18switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata3-4/+5
2019-01-18net: Add extack argument to ndo_fdb_add()Petr Machata5-6/+11
2019-01-18tcp: less aggressive window probing on local congestionYuchung Cheng1-15/+7
2019-01-18tcp: retry more conservatively on local congestionYuchung Cheng1-5/+3
2019-01-18tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng1-7/+7
2019-01-18tcp: create a helper to model exponential backoffYuchung Cheng1-13/+18
2019-01-18tcp: properly track retry time on passive Fast OpenYuchung Cheng1-0/+3
2019-01-18tcp: always set retrans_stamp on recoveryYuchung Cheng2-25/+7
2019-01-18tcp: always timestamp on every skb transmissionYuchung Cheng1-8/+8
2019-01-18tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-01-18net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-18net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann1-12/+3
2019-01-18net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-10/+36
2019-01-18tls: 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-17net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli1-1/+55
2019-01-17openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-17net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2019-01-16Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu1-1/+1
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-113/+209
2019-01-12net: clear skb->tstamp in bridge forwarding pathPaolo Abeni1-0/+1
2019-01-12net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2-23/+27
2019-01-12net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo3-12/+38
2019-01-12net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2-20/+36
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1