summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2021-12-08net: mpls: Fix notifications when deleting a deviceBenjamin Poirier
2021-12-08net: return correct error codeliuguoqiang
2021-12-01NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-12-01tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu
2021-11-26batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann
2021-11-26batman-adv: Reserve needed_*room for fragmentsSven Eckelmann
2021-11-26batman-adv: Consider fragmentation for needed_headroomSven Eckelmann
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing
2021-11-26cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma
2021-11-26NFC: reorganize the functions in nci_requestLin Ma
2021-11-269p/net: fix missing error check in p9_check_errorsDominique Martinet
2021-11-26vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata
2021-11-26netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal
2021-11-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-11-26net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-11-26Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi
2021-11-26gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-11-26Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo
2021-11-26Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-11-02sctp: add vtag check in sctp_sf_ootbXin Long
2021-11-02sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long
2021-11-02sctp: fix the processing for COOKIE_ECHO chunkXin Long
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan
2021-11-02net: batman-adv: fix error handlingPavel Skripkin
2021-11-02ipv6: make exception cache less predictibleEric Dumazet
2021-11-02ipv6: use siphash in rt6_exception_hash()Eric Dumazet
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior
2021-10-20NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan
2021-10-20NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-10-20nfc: fix error handling of nfc_proto_register()Ziyang Xuan
2021-10-20sctp: account stream padding length for reconf chunkEiichi Tsukata
2021-10-17mac80211: check return value of rhashtable_initMichelleJin
2021-10-17net: prevent user from passing illegal stab size王贇