summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-03-06netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin1-0/+20
2024-03-06Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2-1/+11
2024-03-06Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz1-1/+4
2024-03-06Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu1-2/+2
2024-03-06Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu1-3/+4
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-06net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal1-7/+21
2024-03-06netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka1-1/+1
2024-03-01arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima1-1/+2
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal1-0/+1
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-03-01tls: rx: drop pointless else after gotoJakub Kicinski1-2/+1
2024-03-01tls: rx: jump to a more appropriate labelJakub Kicinski1-3/+4
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook3-7/+7
2024-03-01packet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2024-03-01ipv4: properly combine dev_base_seq and ipv4.dev_addr_genidEric Dumazet1-4/+17
2024-03-01mptcp: fix lockless access in subflow ULP diagPaolo Abeni2-2/+6
2024-03-01l2tp: pass correct message length to ip6_append_dataTom Parkin1-1/+1
2024-03-01hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2-5/+12
2024-03-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long1-1/+1
2024-03-01wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2-1/+3
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior1-0/+1
2024-03-01net/sched: Retire dsmark qdiscJamal Hadi Salim3-533/+0
2024-03-01net/sched: Retire ATM qdiscJamal Hadi Salim3-724/+0
2024-03-01net/sched: Retire CBQ qdiscJamal Hadi Salim3-1834/+0
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter2-3/+4
2024-02-23net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2-2/+4
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik4-18/+61
2024-02-23can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-23wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-1/+2
2024-02-23net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()Nikita Zhandarovich1-2/+2
2024-02-23nfc: nci: free rx_data_reassembly skb on NCI device cleanupFedor Pchelkin1-0/+4
2024-02-23net: openvswitch: limit the number of recursions from action setsAaron Conole1-16/+33
2024-02-23netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso1-3/+3
2024-02-23net/af_iucv: clean up a try_then_request_module()Julian Wiedmann1-11/+3
2024-02-23netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal3-39/+10
2024-02-23netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal1-5/+23
2024-02-23netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal3-26/+44
2024-02-23netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso1-0/+3
2024-02-23netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso1-1/+7
2024-02-23netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso1-1/+2
2024-02-23tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida1-0/+6
2024-02-23rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells1-0/+8
2024-02-23inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-23tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-23af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2-9/+7