summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-14udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-12-14seg6: fix the iif in the IPv6 socket control blockAndrea Mayer1-0/+8
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-12-14net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov2-1/+42
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov19-41/+46
2021-12-14net: core: netlink: add helper refcount dec and lock functionVlad Buslov1-0/+6
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-12-08net: mpls: Fix notifications when deleting a deviceBenjamin Poirier1-16/+52
2021-12-08net: return correct error codeliuguoqiang1-1/+1
2021-12-01NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-2/+17
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-12-01ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-12-01netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu1-4/+4
2021-11-26batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann1-5/+6
2021-11-26batman-adv: Reserve needed_*room for fragmentsSven Eckelmann1-5/+10
2021-11-26batman-adv: Consider fragmentation for needed_headroomSven Eckelmann1-0/+3
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-3/+48
2021-11-26cfg80211: call cfg80211_stop_ap when switch from P2P_GO typeNguyen Dinh Phi1-0/+1
2021-11-26NFC: reorder the logic in nfc_{un,}register_deviceLin Ma1-14/+18
2021-11-26NFC: reorganize the functions in nci_requestLin Ma1-4/+7
2021-11-269p/net: fix missing error check in p9_check_errorsDominique Martinet1-0/+2
2021-11-26vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-11-26netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1
2021-11-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-11-26net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-11-26Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi1-5/+4
2021-11-26gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski4-0/+58
2021-11-26Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo1-1/+9
2021-11-26Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai1-8/+16
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-11-02sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-11-02sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-11-02sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-11-02net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-11-02ipv6: make exception cache less predictibleEric Dumazet1-1/+4
2021-11-02ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-11-02ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum1-1/+1
2021-10-27nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5