summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-10-24netfilter: nf_tables: set backend .flush always succeedsPablo Neira Ayuso
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal
2023-10-24xsk: Avoid starving the xsk further down the listAlbert Huang
2023-10-23page_pool: update document about fragment APIYunsheng Lin
2023-10-23page_pool: introduce page_pool_alloc() APIYunsheng Lin
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-10-23page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin
2023-10-23bpf, tcx: Get rid of tcx_link_constDaniel Borkmann
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu
2023-10-23wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo
2023-10-23wifi: mac80211: fix header kernel-doc typosRandy Dunlap
2023-10-23wifi: cfg80211: fix header kernel-doc typosRandy Dunlap
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit
2023-10-23wifi: cfg80211: Fix typo in documentationIlan Peer
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit
2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet
2023-10-23tcp: introduce TCP_PAWS_WRAPEric Dumazet
2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet
2023-10-23tcp: move tcp_ns_to_ts() to net/ipv4/syncookies.cEric Dumazet
2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet
2023-10-23tcp: replace tcp_time_stamp_raw()Eric Dumazet
2023-10-23tcp: introduce tcp_clock_ms()Eric Dumazet
2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet
2023-10-23tcp: fix cookie_init_timestamp() overflowsEric Dumazet
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
2023-10-20netlink: add variable-length / auto integersJakub Kicinski
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19net/socket: Break down __sys_setsockoptBreno Leitao
2023-10-19inet: lock the socket in ip_sock_set_tos()Eric Dumazet
2023-10-18netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal
2023-10-18net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko
2023-10-17Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-10-17tcp: fix excessive TLP and RACK timeouts from HZ roundingNeal Cardwell
2023-10-17Merge tag 'wireless-next-2023-10-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-16Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-10-16net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller