summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-27Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen1-16/+0
2025-06-19net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-19Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz1-0/+1
2025-06-19Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal1-0/+9
2025-06-19page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen1-0/+6
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-1/+0
2025-05-29wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth RxEmmanuel Grumbach1-2/+2
2025-05-29wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu1-0/+3
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang1-0/+15
2025-05-18net: export a helper for adding up queue statsJakub Kicinski1-0/+6
2025-05-09Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz3-5/+5
2025-05-09Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz3-7/+10
2025-05-09xsk: Fix race condition in AF_XDP generic RX pathe.kubanski2-3/+2
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal1-0/+21
2025-04-20sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro1-1/+2
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-04-20Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama1-0/+8
2025-04-20Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama2-0/+12
2025-04-20wifi: mac80211: add strict mode disabling workaroundsJohannes Berg1-0/+6
2025-03-29net: mana: Support holes in device list reply msgHaiyang Zhang1-4/+7
2025-03-29Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz1-1/+2
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-22netfilter: nf_tables: make destruction work queue pernetFlorian Westphal1-1/+3
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+8
2025-02-27strparser: Add read_sock callbackJiayuan Chen1-0/+2
2025-02-27net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni1-0/+3
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-0/+14
2025-02-21net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-02-21ipv4: use RCU protection in ip_dst_mtu_maybe_forward()Eric Dumazet1-3/+10
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-21include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
2025-02-21vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-17net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-02-08xfrm: delete intermediate secpath entry in packet offload modeAlexandre Cassen1-3/+13
2025-02-08xfrm: Add an inbound percpu state cache.Steffen Klassert2-0/+6
2025-02-08xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert1-0/+4
2025-02-08xfrm: Add support for per cpu xfrm state handling.Steffen Klassert1-2/+3
2025-02-08net: sched: refine software bypass handling in tc_runXin Long2-5/+13
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso1-0/+6
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet1-5/+5
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-4/+3
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-5/+4
2025-01-23net: make page_pool_ref_netmem work with net iovsPavel Begunkov1-1/+1
2025-01-17tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8