summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-02tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca
2024-05-02netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-05-02Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee
2024-05-02Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-05-02ax25: Fix netdev refcount issueDuoming Zhou
2024-05-02bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-05-02icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-05-02wifi: mac80211: fix unaligned le16 accessJohannes Berg
2024-05-02wifi: mac80211: remove link before APJohannes Berg
2024-05-02wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau
2024-05-02wifi: mac80211: clean up assignments to pointer cache.Colin Ian King
2024-04-27af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima
2024-04-27af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima
2024-04-27netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-27netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
2024-04-27netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-17af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17netfilter: complete validation of user inputEric Dumazet
2024-04-17Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-17Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz
2024-04-17Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz
2024-04-17Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz
2024-04-17Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-17ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-04-17af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima
2024-04-17xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-04-17batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann
2024-04-13net: mpls: error out if inner headers are not setFlorian Westphal
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-04-13wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet