aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell1-0/+1
2017-12-08tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell1-0/+4
2017-12-08tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell1-2/+5
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung3-5/+16
2017-12-07tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet1-0/+1
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion1-0/+3
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro4-25/+9
2017-12-05socketpair(): allocate descriptors firstAl Viro1-51/+38
2017-12-05fix kcm_clone()Al Viro1-44/+27
2017-12-05dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-12-05tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-05tipc: fix a null pointer deref on error pathCong Wang1-1/+1
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg1-1/+1
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet1-3/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-74/+124
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2-23/+46
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells1-2/+3
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+7
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstanding fragsXin Long2-1/+6
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2-4/+15
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_pruneXin Long1-2/+4
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust2-0/+6
2017-11-30sit: update frag_off infoHangbin Liu1-0/+1
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang1-11/+3
2017-11-30Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller5-27/+35
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+5
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-402/+917
2017-11-29SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva2-2/+2
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells1-21/+29
2017-11-29rxrpc: Clean up whitespaceDavid Howells3-4/+4
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-10/+13
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-11-28sctp: remove extern from stream schedXin Long4-9/+31