summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-11-10mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-11-10net: openvswitch: silence suspicious RCU usage warningEelco Chaudron
2020-11-10mptcp: token: fix unititialized variableDavide Caratti
2020-11-10ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin
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-10net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo
2020-11-05net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov
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-05mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau
2020-11-01net: protect tcf_block_unbind with block lockLeon Romanovsky
2020-11-01net/smc: fix suppressed return codeKarsten Graul
2020-11-01net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul
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-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-29bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend
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-29Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka
2020-10-29Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi
2020-10-29Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye
2020-10-29Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi
2020-10-29net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron
2020-10-29mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven
2020-10-29net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
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/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li
2020-10-29mptcp: initialize mptcp_options_received's ahmacGeliang Tang