summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-26tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2020-01-26tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2020-01-26tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2020-01-26tipc: update mon's self addr when node addr generatedHoang Le3-0/+18
2020-01-26tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2020-01-26SUNRPC: Fix backchannel latency metricsChuck Lever2-1/+3
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2020-01-23cfg80211: check for set_wiphy_paramsJohannes Berg1-0/+4
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
2020-01-23devlink: Wait longer before warning about unset port typeIdo Schimmel1-1/+1
2020-01-23net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2020-01-23net: dsa: tag_gswip: fix typo in tagger nameAlexander Lobakin1-1/+1
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-23net/sched: act_ife: initalize ife->metalist earlierEric Dumazet1-4/+3
2020-01-23net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin1-3/+0
2020-01-23net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()Cong Wang1-12/+0
2020-01-23batman-adv: Fix DAT candidate selection on little endian systemsSven Eckelmann1-1/+3
2020-01-23net: bpf: Don't leak time wait and request socketsLorenz Bauer1-5/+4
2020-01-23netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal1-0/+6
2020-01-23netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso1-9/+10
2020-01-23netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal1-4/+9
2020-01-23netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal1-0/+3
2020-01-23netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal1-1/+1
2020-01-23netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger1-0/+13
2020-01-23netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal1-9/+10
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-01-23bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen1-6/+6
2020-01-23cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau1-1/+1
2020-01-23cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau1-0/+1
2020-01-23cfg80211: fix memory leak in nl80211_probe_mesh_linkFelix Fietkau1-0/+2
2020-01-23cfg80211: fix deadlocks in autodisconnect workMarkus Theil1-3/+3
2020-01-23bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend2-8/+2
2020-01-23bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chainingJohn Fastabend1-0/+6
2020-01-23bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt bufJohn Fastabend1-0/+20
2020-01-23bpf: Sockmap/tls, msg_push_data may leave end mark in placeJohn Fastabend1-0/+1
2020-01-23bpf: Sockmap, skmsg helper overestimates push, pull, and pop boundsJohn Fastabend1-5/+5
2020-01-23bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend2-5/+11
2020-01-23bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2-1/+8
2020-01-23tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2020-01-23tipc: fix potential hanging after b/rcast changingTuong Lien1-9/+15
2020-01-17rxrpc: Fix missing security check on incoming callsDavid Howells6-60/+59
2020-01-17rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells1-17/+3
2020-01-17rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2-26/+28
2020-01-17sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle1-0/+1
2020-01-17compat_ioctl: handle SIOCOUTQNSDArnd Bergmann1-0/+1
2020-01-17af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2020-01-17xprtrdma: Fix oops in Receive handler after device removalChuck Lever2-6/+21
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-17xprtrdma: Fix create_qp crash on device unloadChuck Lever1-0/+2
2020-01-17bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8