summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-02-19mac80211: fix quiet mode activation in action framesSara Sharon
2020-02-19xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever
2020-02-14bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-14bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-14bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-14bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-14hv_sock: Remove the accept port restrictionSunil Muthuswamy
2020-02-11rxrpc: Fix service call disconnectionDavid Howells
2020-02-11drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-11ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-02-11taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-11taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-11taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-11taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-11taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-11devlink: report 0 after hitting end in region readJacob Keller
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas
2020-02-11netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-11net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2020-02-11l2tp: Allow duplicate session creation with UDPRidge Kennedy
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet
2020-02-05flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi
2020-02-05net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary
2020-02-05netfilter: nf_tables_offload: fix check the chain offload flagwenxu
2020-02-05netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner
2020-02-05xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang
2020-02-05xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2020-02-05wireless: wext: avoid gcc -O3 warningArnd Bergmann
2020-02-05mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen
2020-02-05cfg80211: Fix radar event during another phy CACOrr Mazor
2020-02-05wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat
2020-02-05mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil
2020-02-05Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter
2020-02-01Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann
2020-02-01rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells
2020-02-01net: include struct nhmsg size in nh nlmsg sizeStephen Worley
2020-02-01net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet