summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-28rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang1-0/+10
2020-02-24sunrpc: Fix potential leaks in sunrpc_cache_unhash()Trond Myklebust1-0/+2
2020-02-24bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_mapLi RongQing1-1/+1
2020-02-24netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2020-02-24bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+3
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-24net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin1-1/+1
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-02-24core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-19mac80211: fix quiet mode activation in action framesSara Sharon1-4/+4
2020-02-19xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever1-6/+7
2020-02-15bpf, sockmap: Check update requirements after lockingLorenz Bauer1-6/+10
2020-02-15bpf: Improve bucket_log calculation logicMartin KaFai Lau1-2/+3
2020-02-15bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+4
2020-02-15bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki1-4/+4
2020-02-15hv_sock: Remove the accept port restrictionSunil Muthuswamy1-59/+9
2020-02-11rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-11drop_monitor: Do not cancel uninitialized work itemIdo Schimmel1-1/+3
2020-02-11ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet1-0/+3
2020-02-11taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-11taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-11taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-11taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-11taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-11devlink: report 0 after hitting end in region readJacob Keller1-0/+6
2020-02-11sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-11netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József1-20/+21
2020-02-11tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-02-11tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-02-11rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-11rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-02-11rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-02-11rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-11net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-02-11l2tp: Allow duplicate session creation with UDPRidge Kennedy1-1/+6
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-06flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9
2020-02-06net: Fix skb->csum update in inet_proto_csum_replace16().Praveen Chaudhary1-3/+17
2020-02-06netfilter: nf_tables_offload: fix check the chain offload flagwenxu1-1/+1
2020-02-06netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner1-3/+3
2020-02-06xfrm: interface: do not confirm neighbor when do pmtu updateXu Wang1-1/+1
2020-02-06xfrm interface: fix packet tx through bpf_redirect()Nicolas Dichtel1-7/+25
2020-02-06vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2-4/+22
2020-02-06wireless: wext: avoid gcc -O3 warningArnd Bergmann1-1/+2