summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30sit: update frag_off infoHangbin Liu
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang
2017-11-30Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2017-11-30net: Remove dst->nextDavid Miller
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-11-30decnet: Move dn_next into decnet route structure.David Miller
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-29SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells
2017-11-29rxrpc: Clean up whitespaceDavid Howells
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney
2017-11-28sctp: remove extern from stream schedXin Long
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal
2017-11-27sunrpc: make the function arg as constBhumika Goyal
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long