summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8
2023-09-13bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer1-0/+2
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2-10/+29
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-2/+1
2023-09-13net: Avoid address overwrite in kernel_connectJordan Rife1-1/+5
2023-09-13sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-09-13netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2023-09-13wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer1-3/+3
2023-09-13wifi: cfg80211: remove links only on APJohannes Berg1-1/+8
2023-09-13net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2-12/+16
2023-09-139p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-09-139p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet1-1/+1
2023-09-13Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima1-3/+0
2023-08-30can: raw: add missing refcount for memory leak fixOliver Hartkopp1-9/+26
2023-08-30batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann1-0/+3
2023-08-30batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel1-1/+3
2023-08-30batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel1-1/+0
2023-08-30batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2-2/+4
2023-08-30batman-adv: Don't increase MTU when set by userSven Eckelmann3-1/+22
2023-08-30batman-adv: Trigger events for auto adjusted MTUSven Eckelmann1-1/+1
2023-08-30wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-30netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-30netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-30net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-30can: isotp: fix support for transmission of SF without flow controlOliver Hartkopp1-15/+7
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet5-7/+7
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-30dccp: annotate data-races in dccp_poll()Eric Dumazet1-8/+12
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-08-30devlink: add missing unregister linecard notificationJiri Pirko1-0/+3
2023-08-30devlink: move code to a dedicated directoryJakub Kicinski4-1/+4
2023-08-30can: raw: fix lockdep issue in raw_release()Eric Dumazet1-2/+3
2023-08-30can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-08-23net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing1-1/+3
2023-08-23af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima1-5/+4
2023-08-23netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long1-3/+3
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-23net: openvswitch: reject negative ifindexJakub Kicinski1-4/+4
2023-08-23netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3
2023-08-23ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-08-23netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal1-0/+1
2023-08-23netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal1-1/+12
2023-08-23xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-08-23xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-23ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2-2/+2