summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-12-02tcp: configurable source port perturb table sizeGleb Mazovetskiy
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-12-02netfilter: flowtable_offload: add missing lockingFelix Fietkau
2022-12-02netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-12-02net: sched: allow act_ct to be built without NF_NATXin Long
2022-12-02xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin
2022-12-02xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch
2022-12-02tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing
2022-12-02tipc: add an extra conn_get in tipc_conn_allocXin Long
2022-12-02tipc: set con sock in tipc_conn_allocXin Long
2022-12-02netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai
2022-12-02netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-12-029p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao
2022-12-02nfc/nci: fix race with opening and closingLin Ma
2022-12-02rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-12-02net: neigh: decrement the family specific qlenThomas Zeitlhofer
2022-12-02af_key: Fix send_acquire race with pfkey_registerHerbert Xu
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock
2022-12-02xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger
2022-12-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari
2022-12-02wifi: cfg80211: Fix bitrates overflow issuePaul Zhang
2022-12-02wifi: mac80211: fix memory free error when registering wiphy failtaozhang
2022-11-26net/9p: use a dedicated spinlock for trans_fdDominique Martinet
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2022-11-26netlink: Bounds-check struct nlmsgerr creationKees Cook
2022-11-269p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-11-269p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2022-11-26kcm: avoid potential race in kcm_tx_workEric Dumazet
2022-11-26tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-11-26net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean
2022-11-26net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun
2022-11-26bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel
2022-11-26kcm: close race conditions on sk_receive_queueCong Wang
2022-11-26net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean
2022-11-26net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao
2022-11-26sctp: clear out_curr if all frag chunks of current msg are prunedXin Long
2022-11-26sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long
2022-11-26bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong
2022-11-26Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz
2022-11-26SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever
2022-11-16can: isotp: fix tx state handling for echo tx processingOliver Hartkopp
2022-11-16can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-11-16mctp: Fix an error handling path in mctp_init()Wei Yongjun
2022-11-16netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida
2022-11-16netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan
2022-11-16tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long
2022-11-16can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao