summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-07inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet
2024-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet
2024-03-07udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet
2024-03-07net: move dev_rx_weight to net_hotdataEric Dumazet
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet
2024-03-07net: move ptype_all into net_hotdataEric Dumazet
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet
2024-03-07net: introduce struct net_hotdataEric Dumazet
2024-03-07Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet
2024-03-07mpls: Do not orphan the skbChristoph Paasch
2024-03-07net: dsa: Leverage core stats allocatorFlorian Fainelli
2024-03-07net: x25: remove dead links from KconfigJustin Swartz
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-07Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-03-07netrom: Fix data-races around sysctl_net_busy_readJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing
2024-03-07netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing
2024-03-07netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing
2024-03-06Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-03-06ethtool: remove ethtool_eee_use_linkmodesHeiner Kallweit
2024-03-06mptcp: drop lookup_by_id in lookup_addrGeliang Tang
2024-03-06mptcp: set error messages for set_flagsGeliang Tang
2024-03-06mptcp: update set_flags interfacesGeliang Tang
2024-03-06mptcp: drop duplicate header inclusionsGeliang Tang
2024-03-07netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-07netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-07netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-03-07netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-03-06genetlink: fit NLMSG_DONE into same read() as familiesJakub Kicinski
2024-03-06netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski
2024-03-06netlink: handle EMSGSIZE errors in the coreJakub Kicinski
2024-03-05ethtool: ignore unused/unreliable fields in set_eee opHeiner Kallweit
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski