summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet
2025-03-25net: protect rxq->mp_params with the instance lockJakub Kicinski
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski
2025-03-25net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...Jakub Kicinski
2025-03-25Bluetooth: SCO: add TX timestampingPauli Virtanen
2025-03-25Bluetooth: L2CAP: add TX timestampingPauli Virtanen
2025-03-25Bluetooth: ISO: add TX timestampingPauli Virtanen
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen
2025-03-25HCI: coredump: Log devcd dumps into the monitorLuiz Augusto von Dentz
2025-03-25Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz
2025-03-25Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/brokenPedro Nishiyama
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-25Bluetooth: SMP: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-25Bluetooth: MGMT: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert
2025-03-25Bluetooth: MGMT: Remove unused mgmt_pending_find_dataDr. David Alan Gilbert
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-25net: rfs: hash function changeEric Dumazet
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25af_unix: Clean up #include under net/unix/.Kuniyuki Iwashima
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing
2025-03-24net: introduce per netns packet chainsPaolo Abeni
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets
2025-03-24ax25: Remove broken autobindMurad Masimov
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli