aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long1-1/+1
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-27sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy1-1/+1
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-10/+47
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long1-7/+14
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long1-0/+9
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long1-0/+35
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long1-4/+6
2017-11-27mac80211: tear down RX aggregations firstSara Sharon1-1/+3
2017-11-27mac80211: fix the update of path metric for RANN frameChun-Yeow Yeoh1-6/+9
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg2-3/+28
2017-11-26openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2017-11-27net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva1-1/+1
2017-11-26net: dsa: fix 'increment on 0' warningVivien Didelot1-11/+14
2017-11-26VSOCK: Don't call vsock_stream_has_data in atomic contextJorgen Hansen1-3/+7
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds42-184/+163
2017-11-25net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2017-11-24cfg80211: select CRYPTO_SHA256 if neededJohannes Berg1-0/+7
2017-11-24rxrpc: Fix conn expiry timersDavid Howells5-28/+68
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells5-18/+45