aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-9/+11
2019-10-11devlink: don't do reporter recovery if the state is healthyJiri Pirko1-0/+3
2019-10-11sock_get_timeout: drop unnecessary return variableVito Caputo1-6/+3
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+8
2019-10-11xdp: Trivial, fix spelling in function descriptionAnton Ivanov1-1/+1
2019-10-11flow_dissector: Allow updating the flow dissector program atomicallyJakub Sitnicki1-3/+7
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches1-6/+6
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau6-68/+63
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau3-8/+76
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2-8/+5
2019-10-11nl80211: trivial: Remove redundant loopDenis Kenzior1-4/+2
2019-10-10net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2019-10-10net/smc: receive returns without dataKarsten Graul1-3/+1
2019-10-10net/smc: fix SMCD link group creation with VLAN idUrsula Braun1-1/+4
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington1-9/+8
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet3-3/+3
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet4-4/+4
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet6-10/+10
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2019-10-09net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet1-2/+2
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel1-6/+11
2019-10-09net/smc: improve close of terminated socketUrsula Braun1-31/+9
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun5-3/+44
2019-10-09net/smc: increase device refcount for added link groupUrsula Braun1-2/+7
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun2-15/+43
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun2-7/+18
2019-10-09act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2019-10-09net: taprio: Fix returning EINVAL when configuring without flagsVinicius Costa Gomes1-0/+4
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2-21/+58
2019-10-09sctp: add SCTP_ADDR_MADE_PRIM eventXin Long1-0/+2
2019-10-09sctp: add SCTP_ADDR_REMOVED eventXin Long1-0/+1
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long2-14/+23
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-3/+9
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+2
2019-10-08ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan1-0/+1
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski8-26/+62
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko1-0/+9
2019-10-08net: genetlink: always allocate separate attrs for dumpit opsJiri Pirko1-11/+17
2019-10-08net_sched: fix backward compatibility for TCA_ACT_KINDCong Wang1-4/+5
2019-10-08net_sched: fix backward compatibility for TCA_KINDCong Wang2-5/+34
2019-10-08llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers1-27/+6
2019-10-08llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers3-18/+30
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers2-25/+15
2019-10-08llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2-18/+17
2019-10-07bpf/flow_dissector: add mode to enforce global BPF flow dissectorStanislav Fomichev1-4/+34
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar3-10/+29
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10