aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+6
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Gravatar Kuniyuki Iwashima 1-1/+6
2024-03-13s390/iucv: use new address translation helpersGravatar Heiko Carstens 1-1/+2
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 51-322/+1006
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2024-03-11net: nexthop: Have all NH notifiers carry NH IDGravatar Petr Machata 1-1/+1
2024-03-11net: gro: move two declarations to include/net/gro.hGravatar Eric Dumazet 1-3/+6
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+4
2024-03-08Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 5-56/+68
2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Gravatar Jakub Kicinski 1-0/+1
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 2-7/+65
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceGravatar Ido Schimmel 1-0/+18
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsGravatar Ido Schimmel 1-0/+2
2024-03-08net: nexthop: Add hardware statistics notificationsGravatar Ido Schimmel 1-0/+3
2024-03-08net: nexthop: Add nexthop group entry statsGravatar Ido Schimmel 1-0/+6
2024-03-07netdev: add queue stat for alloc failuresGravatar Jakub Kicinski 1-0/+2
2024-03-07netdev: add per-queue statisticsGravatar Jakub Kicinski 1-0/+54
2024-03-07net: move rps_sock_flow_table to net_hotdataGravatar Eric Dumazet 2-5/+7
2024-03-07net: introduce include/net/rps.hGravatar Eric Dumazet 2-35/+127
2024-03-07ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataGravatar Eric Dumazet 2-0/+3
2024-03-07ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataGravatar Eric Dumazet 2-0/+3
2024-03-07inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataGravatar Eric Dumazet 2-0/+4
2024-03-07inet: move tcp_protocol and udp_protocol to net_hotdataGravatar Eric Dumazet 1-0/+2
2024-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataGravatar Eric Dumazet 1-0/+4
2024-03-07udp: move udpv4_offload and udpv6_offload to net_hotdataGravatar Eric Dumazet 1-0/+2
2024-03-07net: move skbuff_cache(s) to net_hotdataGravatar Eric Dumazet 1-0/+3
2024-03-07net: move dev_rx_weight to net_hotdataGravatar Eric Dumazet 1-0/+1
2024-03-07net: move dev_tx_weight to net_hotdataGravatar Eric Dumazet 1-0/+1
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataGravatar Eric Dumazet 1-0/+3
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataGravatar Eric Dumazet 1-0/+5
2024-03-07net: move netdev_max_backlog to net_hotdataGravatar Eric Dumazet 1-0/+1
2024-03-07net: move ptype_all into net_hotdataGravatar Eric Dumazet 1-0/+1
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataGravatar Eric Dumazet 1-0/+1
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataGravatar Eric Dumazet 1-0/+2
2024-03-07net: introduce struct net_hotdataGravatar Eric Dumazet 2-3/+17
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+1
2024-03-07Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutGravatar Luiz Augusto von Dentz 1-0/+2
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Gravatar Vinicius Peixoto 1-0/+8
2024-03-06Bluetooth: hci_sync: Fix overwriting request callbackGravatar Luiz Augusto von Dentz 1-0/+1
2024-03-06Bluetooth: ISO: Reassemble PA data for bcast sinkGravatar Iulia Tanasescu 2-2/+8
2024-03-06Bluetooth: ISO: Add hcon for listening bis skGravatar Iulia Tanasescu 1-3/+3
2024-03-06Bluetooth: hci_sync: Attempt to dequeue connection attemptGravatar Luiz Augusto von Dentz 2-4/+25
2024-03-06Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queueGravatar Luiz Augusto von Dentz 1-0/+12
2024-03-06Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_syncGravatar Luiz Augusto von Dentz 1-2/+1
2024-03-06Bluetooth: hci_conn: Always use sk_timeo as conn_timeoutGravatar Luiz Augusto von Dentz 2-3/+4
2024-03-06Bluetooth: Remove pending ACL connection attemptsGravatar Jonas Dreßler 1-1/+0
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyGravatar Jonas Dreßler 2-0/+4
2024-03-06Bluetooth: Remove BT_HSGravatar Luiz Augusto von Dentz 2-43/+0
2024-03-06Bluetooth: hci_core: Cancel request on command timeoutGravatar Luiz Augusto von Dentz 1-1/+1
2024-03-06Bluetooth: hci_event: Use HCI error defines instead of magic valuesGravatar Jonas Dreßler 1-0/+2