summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-05ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier
2020-03-05ipv6: Fix route replacement with dev-only routeBenjamin Poirier
2020-03-05net: export netdev_next_lower_dev_rcu()Taehee Yoo
2020-03-05sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long
2020-03-05udp: rehash on disconnectWillem de Bruijn
2020-03-05Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni
2020-03-05net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari
2020-03-05net: sched: correct flower port blockingJason Baron
2020-03-05net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang
2020-02-24sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing
2020-02-24netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long
2020-02-24bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-24net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen
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