summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2024-05-30Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-30Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-30Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu
2024-05-30Bluetooth: ISO: Add hcon for listening bis skIulia Tanasescu
2024-05-30Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-30ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou
2024-05-30tcp: increase the default TCP scaling ratioHechao Li
2024-05-30wifi: mac80211: don't use rate mask for scanningJohannes Berg
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert
2024-05-02macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu
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-02Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz
2024-05-02Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz
2024-05-02Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu
2024-05-02Bluetooth: hci_sync: Attempt to dequeue connection attemptLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncLuiz Augusto von Dentz
2024-05-02Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutLuiz Augusto von Dentz
2024-05-02Bluetooth: Remove pending ACL connection attemptsJonas Dreßler
2024-05-02Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler
2024-05-02Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler
2024-05-02net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-04-27net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-27netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz 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-17geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto
2024-04-10net: mana: Fix Rx DMA datasize and skb_over_panicHaiyang Zhang
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-10xsk: Don't assume metadata is always requested in TX completionStanislav Fomichev
2024-04-03wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg
2024-04-03mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-26Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz
2024-03-26Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove BT_HSLuiz Augusto von Dentz
2024-03-26Bluetooth: Remove HCI_POWER_OFF_TIMEOUTJonas Dreßler
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann
2024-02-22net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-02-18mptcp: fix lockless access in subflow ULP diagPaolo Abeni