summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-24bpf: correct loop detection for iterators convergenceEduard Zingerman1-0/+15
2023-10-24bpf: exact states comparison for iterator convergence checksEduard Zingerman1-0/+1
2023-10-24page_pool: update document about fragment APIYunsheng Lin1-13/+80
2023-10-24page_pool: introduce page_pool_alloc() APIYunsheng Lin1-0/+66
2023-10-24page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-4/+2
2023-10-24page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin1-13/+34
2023-10-24Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-8/+37
2023-10-24devlink: make devlink_flash_overwrite enum named oneJiri Pirko1-1/+1
2023-10-24bpf, tcx: Get rid of tcx_link_constDaniel Borkmann1-6/+1
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-1/+5
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu1-23/+20
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2-1/+27
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu1-0/+2
2023-10-23wifi: mac80211: don't drop all unprotected public action framesAvraham Stern1-0/+29
2023-10-23wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad1-2/+6
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo1-4/+4
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-15/+15
2023-10-23wifi: remove unused argument of ieee80211_get_tdls_action()Dmitry Antipov1-2/+1
2023-10-23wifi: nl80211: fix doc typosRandy Dunlap1-2/+2
2023-10-23wifi: mac80211: fix header kernel-doc typosRandy Dunlap1-14/+14
2023-10-23wifi: cfg80211: fix header kernel-doc typosRandy Dunlap1-10/+10
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit1-0/+3
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit1-1/+2
2023-10-23wifi: cfg80211: Fix typo in documentationIlan Peer1-1/+1
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer1-3/+3
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit1-0/+6
2023-10-23tcp: add TCPI_OPT_USEC_TSEric Dumazet1-0/+1
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet3-4/+9
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet1-2/+7
2023-10-23tcp: add RTAX_FEATURE_TCP_USEC_TSEric Dumazet2-7/+16
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet1-5/+4
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet1-6/+0
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet1-5/+9
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet1-6/+19
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet1-0/+5
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet1-0/+5
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet1-1/+1
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+4
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-1/+1
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2-6/+7
2023-10-21Merge tag 'perf-urgent-2023-10-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2023-10-21bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()Hou Tao1-1/+1
2023-10-21bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.hHou Tao1-0/+1
2023-10-21bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()Hou Tao1-0/+1
2023-10-21mm/percpu.c: introduce pcpu_alloc_size()Hou Tao1-0/+1
2023-10-20Merge tag 'mtd/fixes-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+6
2023-10-20Merge tag 'sound-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2023-10-20Merge tag 'drm-fixes-2023-10-20' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-4/+3
2023-10-20ethtool: untangle the linkmode and ethtool headersJakub Kicinski2-35/+16
2023-10-20net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.Heng Guo1-1/+2