summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-01-17tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng
2019-01-17tcp: create a helper to model exponential backoffYuchung Cheng
2019-01-17tcp: properly track retry time on passive Fast OpenYuchung Cheng
2019-01-17tcp: always set retrans_stamp on recoveryYuchung Cheng
2019-01-17tcp: always timestamp on every skb transmissionYuchung Cheng
2019-01-17tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng
2019-01-17net/ipv6/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann
2019-01-17net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2019-01-17tls: Fix recvmsg() to be able to peek across multiple recordsVakul Garg
2019-01-17net/tls: Make function tls_sw_do_sendpage staticYueHaibing
2019-01-17net/tls: remove unused function tls_sw_sendpage_lockedYueHaibing
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg
2019-01-16net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-16net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-15Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-11net: clear skb->tstamp in bridge forwarding pathPaolo Abeni
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng
2019-01-10ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-09bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-01-08packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-08net: bridge: Fix VLANs memory leakIdo Schimmel
2019-01-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang
2019-01-07smc: move unhash as early as possible in smc_release()Cong Wang
2019-01-07net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva
2019-01-07rds: use DIV_ROUND_UP instead of ceilJacob Wen
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2019-01-04fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei
2019-01-04net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds