summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-11-17tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-11-17net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-11-17netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso
2021-11-17cfg80211: always free wiphy specific regdomainJohannes Berg
2021-11-17rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang
2021-11-17net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng
2021-11-17Bluetooth: fix init and cleanup of sco_conn.timeout_workDesmond Cheong Zhi Xi
2021-11-17netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso
2021-11-17gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-11-17net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart
2021-11-17net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-11-17Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo
2021-11-17Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()Takashi Iwai
2021-11-17can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong
2021-11-17can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong
2021-11-17net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-11-17net/smc: Fix smc_link->llc_testlink_time overflowTony Lu
2021-11-17net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-11-17bpf: 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: fix the processing for INIT_ACK chunkXin Long
2021-11-02sctp: fix the processing for INIT chunkXin Long
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long
2021-11-02net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-11-02net: Prevent infinite while loop in skb_tx_hash()Michael Chan
2021-11-02cfg80211: correct bridge/4addr mode checkJanusz Dziedzic
2021-11-02net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long
2021-11-02net: batman-adv: fix error handlingPavel Skripkin
2021-11-02tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian
2021-11-02mac80211: mesh: fix HE operation element length checkJohannes Berg
2021-11-02cfg80211: fix management registrations lockingJohannes Berg
2021-11-02cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()Johannes Berg
2021-11-02net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-11-02tipc: fix size validations for the MSG_CRYPTO typeMax VA
2021-10-27bpf, test, cgroup: Use sk_{alloc,free} for test casesDaniel Borkmann
2021-10-27net: bridge: mcast: use multicast_membership_interval for IGMPv3Nikolay Aleksandrov
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-27can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytesZhang Changzhong
2021-10-27can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...Zhang Changzhong
2021-10-27can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_privZiyang Xuan
2021-10-27can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimerZiyang Xuan
2021-10-27can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()Ziyang Xuan
2021-10-27can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()Ziyang Xuan
2021-10-27can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX pathMarc Kleine-Budde
2021-10-27net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'Christophe JAILLET
2021-10-27net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey