summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-011-2/+17
* net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-12-011-1/+7
* tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet2021-12-011-2/+3
* net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-12-011-0/+6
* ipv6: fix typos in __ip6_finish_output()Eric Dumazet2021-12-011-1/+1
* netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2021-12-011-4/+4
* batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann2021-11-261-5/+6
* batman-adv: Reserve needed_*room for fragmentsSven Eckelmann2021-11-261-5/+10
* batman-adv: Consider fragmentation for needed_headroomSven Eckelmann2021-11-261-0/+3
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing2021-11-263-3/+48
* cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi2021-11-261-0/+1
* NFC: reorder the logic in nfc_{un,}register_deviceLin Ma2021-11-261-14/+18
* NFC: reorganize the functions in nci_requestLin Ma2021-11-261-4/+7
* 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-261-0/+2
* vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata2021-11-261-0/+2
* netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal2021-11-261-1/+1
* tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell2021-11-261-1/+1
* net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-11-261-3/+0
* Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi2021-11-261-5/+4
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-11-261-0/+3
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-264-0/+58
* Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-11-261-1/+9
* Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai2021-11-261-8/+16
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-261-1/+1
* sctp: add vtag check in sctp_sf_ootbXin Long2021-11-021-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-11-021-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-11-021-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-11-021-4/+10
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-11-021-0/+1
* net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-11-021-0/+6
* net: batman-adv: fix error handlingPavel Skripkin2021-11-024-20/+52
* ipv6: make exception cache less predictibleEric Dumazet2021-11-021-1/+4
* ipv6: use siphash in rt6_exception_hash()Eric Dumazet2021-11-021-6/+14
* ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-11-021-6/+6
* netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum2021-10-271-1/+1
* nfc: nci: fix the UAF of rf_conn_info objectLin Ma2021-10-271-0/+2
* netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart2021-10-271-0/+5
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-201-12/+18
* NFC: digital: fix possible memory leak in digital_in_send_sdd_req()Ziyang Xuan2021-10-201-2/+6
* NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()Ziyang Xuan2021-10-201-2/+7
* nfc: fix error handling of nfc_proto_register()Ziyang Xuan2021-10-201-0/+3
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-201-1/+1
* mac80211: check return value of rhashtable_initMichelleJin2021-10-171-1/+4
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+6
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-10-171-1/+2
* netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden2021-10-171-0/+1
* rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-131-1/+1
* netlink: annotate data races around nlk->boundEric Dumazet2021-10-131-4/+10
* net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet2021-10-131-1/+1
* net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-131-0/+3