summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->copied_seq lockless readsEric Dumazet
2019-10-13tcp: annotate tp->rcv_nxt lockless readsEric Dumazet
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet
2019-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko
2019-10-11devlink: don't do reporter recovery if the state is healthyJiri Pirko
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau
2019-10-11nl80211: trivial: Remove redundant loopDenis Kenzior
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul
2019-10-10net/smc: receive returns without dataKarsten Graul
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel
2019-10-09net/smc: improve close of terminated socketUrsula Braun
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun
2019-10-09net/smc: increase device refcount for added link groupUrsula Braun
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long
2019-10-09sctp: add SCTP_ADDR_MADE_PRIM eventXin Long
2019-10-09sctp: add SCTP_ADDR_REMOVED eventXin Long
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang