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