summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-11-22can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong
2020-11-22mac80211: always wind down STA stateJohannes Berg
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin
2020-11-18tipc: fix memory leak in tipc_topsrv_start()Wang Hai
2020-11-18net/x25: Fix null-ptr-deref in x25_connectMartin Schiller
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-18net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin
2020-11-18net/af_iucv: fix null pointer dereference on shutdownUrsula Braun
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-11-18cfg80211: regulatory: Fix inconsistent format argumentYe Bin
2020-11-18cfg80211: initialize wdev data earlierJohannes Berg
2020-11-18mac80211: fix use of skb payload instead of headerJohannes Berg
2020-11-18can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong
2020-11-18netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio
2020-11-18netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-11-10sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat
2020-11-10ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu
2020-11-10tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le
2020-11-05libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov
2020-11-05net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam
2020-11-05SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever
2020-11-01tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-11-01net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault
2020-11-01netem: fix zero division in tabledistAleksandr Nogikh
2020-11-01socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers
2020-11-01netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye
2020-10-29Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi
2020-10-29mac80211: handle lack of sband->bitrates in ratesThomas Pedersen
2020-10-29ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang
2020-10-29netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso
2020-10-29netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT
2020-10-29netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri
2020-10-29SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw
2020-10-29svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso
2020-10-29ipvs: clear skb->tstamp in forwarding pathJulian Anastasov
2020-10-29nl80211: fix non-split wiphy informationJohannes Berg
2020-10-29nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan
2020-10-29icmp: randomize the global rate limiterEric Dumazet
2020-10-29tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-29nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo
2020-10-29nexthop: Fix performance regression in nexthop deletionIdo Schimmel
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li
2020-10-29net_sched: remove a redundant goto chain checkCong Wang