summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-12-08net: return correct error codeliuguoqiang
2021-12-08NFC: add NCI_UNREG flag to eliminate the raceLin Ma
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-11-26batman-adv: Avoid WARN_ON timing related checksSven Eckelmann
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: set .owner to THIS_MODULETaehee Yoo
2021-11-26batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing
2021-11-26batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann
2021-11-26batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing
2021-11-26batman-adv: Keep fragments equally sizedSven Eckelmann
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-26net: batman-adv: fix error handlingPavel Skripkin
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-26net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub 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-02sctp: add vtag check in sctp_sf_violationXin Long
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long
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-27NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan
2021-10-27NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan
2021-10-27nfc: fix error handling of nfc_proto_register()Ziyang Xuan
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-10-17netlink: annotate data races around nlk->boundEric Dumazet
2021-10-17net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-10-09af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi
2021-10-06mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg
2021-09-26sctp: validate from_addr_param returnMarcelo Ricardo Leitner
2021-09-269p/trans_virtio: Remove sysfs file on probe failureXie Yongji
2021-09-26sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner
2021-09-26sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet
2021-09-22tipc: increase timeout in tipc_sk_enqueue()Hoang Le
2021-09-22net/l2tp: Fix reference count leak in l2tp_udp_recv_coreXiyu Yang
2021-09-22dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-09-22net-caif: avoid user-triggerable WARN_ON(1)Eric Dumazet
2021-09-22net: fix NULL pointer reference in cipso_v4_doi_free王贇
2021-09-22rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields