summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet4-3/+4
2024-03-08net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet2-17/+16
2024-03-08net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet2-18/+18
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet6-9/+13
2024-03-08net: move ptype_all into net_hotdataEric Dumazet3-12/+12
2024-03-08net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet4-7/+8
2024-03-08net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet4-9/+10
2024-03-08net: introduce struct net_hotdataEric Dumazet5-12/+20
2024-03-08Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski20-713/+746
2024-03-08netlink: let core handle error cases in dump operationsEric Dumazet4-20/+3
2024-03-08mpls: Do not orphan the skbChristoph Paasch1-2/+0
2024-03-08net: dsa: Leverage core stats allocatorFlorian Fainelli1-7/+1
2024-03-08net: x25: remove dead links from KconfigJustin Swartz1-2/+0
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-72/+63
2024-03-07Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz1-2/+2
2024-03-07Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-6/+16
2024-03-07netrom: Fix data-races around sysctl_net_busy_readJason Xing2-4/+4
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing1-1/+1
2024-03-07netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing3-4/+5
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing1-1/+1
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing1-1/+1
2024-03-07Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-4/+13
2024-03-07ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit2-6/+0
2024-03-07mptcp: drop lookup_by_id in lookup_addrGeliang Tang1-7/+5
2024-03-07mptcp: set error messages for set_flagsGeliang Tang2-3/+12
2024-03-07mptcp: update set_flags interfacesGeliang Tang4-52/+58
2024-03-07mptcp: drop duplicate header inclusionsGeliang Tang6-9/+0
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang1-0/+4
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso1-0/+1
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal1-6/+5
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso1-0/+3
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso1-0/+3
2024-03-07Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-1/+2
2024-03-07Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()Roman Smirnov1-2/+1
2024-03-07Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()Roman Smirnov1-2/+1
2024-03-07Bluetooth: ISO: Clean up returns values in iso_connect_ind()Dan Carpenter1-6/+3
2024-03-07Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen1-1/+1
2024-03-07Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz1-7/+3
2024-03-07Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-03-07Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz1-0/+3
2024-03-07Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz1-1/+1
2024-03-07Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz4-27/+60
2024-03-07Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz1-11/+55