summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-12-08wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg1-1/+6
2022-12-08wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg1-1/+2
2022-12-02tcp: configurable source port perturb table sizeGleb Mazovetskiy2-5/+15
2022-12-02ipv4: Fix error return code in fib_table_insert()Ziyang Xuan1-1/+3
2022-12-02dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima4-0/+8
2022-12-02netfilter: flowtable_offload: add missing lockingFelix Fietkau1-0/+4
2022-12-02NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-12-02net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-12-02xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin1-1/+5
2022-12-02tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing1-1/+4
2022-12-02tipc: add an extra conn_get in tipc_conn_allocXin Long1-3/+6
2022-12-02tipc: set con sock in tipc_conn_allocXin Long1-6/+5
2022-12-02netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai1-5/+3
2022-12-02netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik10-7/+85
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu11-39/+45
2022-12-029p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-12-02nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-12-02rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2-15/+24
2022-12-02rxrpc: Use refcount_t rather than atomic_tDavid Howells12-121/+118
2022-12-02rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells4-22/+94
2022-12-02af_key: Fix send_acquire race with pfkey_registerHerbert Xu1-10/+22
2022-12-02xfrm: replay: Fix ESN wrap around for GSOChristian Langrock4-2/+21
2022-12-02xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger1-0/+5
2022-12-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari1-1/+1
2022-12-02wifi: mac80211: fix memory free error when registering wiphy failtaozhang1-2/+6
2022-12-02bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel1-3/+14
2022-12-02bridge: switchdev: Notify about VLAN protocol changesDanielle Ratson1-2/+14
2022-11-259p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa1-0/+3
2022-11-259p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet1-1/+2
2022-11-25kcm: close race conditions on sk_receive_queueCong Wang1-52/+8
2022-11-25kcm: avoid potential race in kcm_tx_workEric Dumazet1-1/+1
2022-11-25tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet1-0/+2
2022-11-25net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai1-5/+5
2022-11-25net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun1-1/+1
2022-11-25net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao1-3/+0
2022-11-25sctp: clear out_curr if all frag chunks of current msg are prunedXin Long1-0/+5
2022-11-25sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long1-5/+3
2022-11-25bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong1-0/+1
2022-11-25Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz1-1/+1
2022-11-16can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp1-0/+3
2022-11-16tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long1-1/+1
2022-11-16can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao1-1/+1
2022-11-16ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko1-0/+1
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei1-1/+1
2022-11-16net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc1-17/+19
2022-11-16bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen1-3/+5
2022-11-16wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel1-3/+9
2022-11-16wifi: cfg80211: silence a sparse RCU warningJohannes Berg1-1/+3
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima6-109/+45