summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAge
* tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-08
* tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-08
* tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-08
* tcp: correctly test congestion state in RACKYuchung Cheng2017-12-08
* tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-08
* tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-08
* tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-08
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-08
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-07
* adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-07
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-06
* net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-06
* make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-05
* socketpair(): allocate descriptors firstAl Viro2017-12-05
* fix kcm_clone()Al Viro2017-12-05
* dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-05
* VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-05
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-05
* tipc: fix a null pointer deref on error pathCong Wang2017-12-05
* net_sched: red: Avoid illegal valuesNogah Frankel2017-12-05
* Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-05
* Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-04
|\
| * tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-03
| * rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-03
| * tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-01
| * tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-01
| * sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-01
| * sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-01
| * sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-01
| * sit: update frag_off infoHangbin Liu2017-11-30
| * tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-30
| * act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-30
| * Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-30
| |\
| | * rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-29
| | * rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-29
| | * rxrpc: Clean up whitespaceDavid Howells2017-11-29
* | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-01
|\ \ \ | |/ / |/| |
| * | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-30
| * | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-29
* | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-29
|\ \ \
| * | | SUNRPC: make cache_detail structures constBhumika Goyal2017-11-27
| * | | sunrpc: make the function arg as constBhumika Goyal2017-11-27
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-29
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-28
| * | VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-28
| * | sctp: use right member as the param of list_for_each_entryXin Long2017-11-28
| * | sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-28
| * | cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-28
| * | net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-11-28