Age | Commit message (Expand) | Author |
2024-03-08 | Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski |
2024-03-08 | ipv6: remove RTNL protection from inet6_dump_addr() | Eric Dumazet |
2024-03-08 | ipv6: use xa_array iterator to implement inet6_dump_addr() | Eric Dumazet |
2024-03-08 | ipv6: make in6_dump_addrs() lockless | Eric Dumazet |
2024-03-08 | ipv6: make inet6_fill_ifaddr() lockless | Eric Dumazet |
2024-03-08 | Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller |
2024-03-08 | net: nexthop: Expose nexthop group HW stats to user space | Ido Schimmel |
2024-03-08 | net: nexthop: Add ability to enable / disable hardware statistics | Ido Schimmel |
2024-03-08 | net: nexthop: Add hardware statistics notifications | Ido Schimmel |
2024-03-08 | net: nexthop: Expose nexthop group stats to user space | Ido Schimmel |
2024-03-08 | net: nexthop: Add nexthop group entry stats | Ido Schimmel |
2024-03-08 | net: nexthop: Add NHA_OP_FLAGS | Petr Machata |
2024-03-08 | net: nexthop: Adjust netlink policy parsing for a new attribute | Petr Machata |
2024-03-08 | net: dqs: add NIC stall detector based on BQL | Jakub Kicinski |
2024-03-07 | netdev: add queue stat for alloc failures | Jakub Kicinski |
2024-03-07 | netdev: add per-queue statistics | Jakub Kicinski |
2024-03-07 | net: move rps_sock_flow_table to net_hotdata | Eric Dumazet |
2024-03-07 | net: introduce include/net/rps.h | Eric Dumazet |
2024-03-07 | ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata | Eric Dumazet |
2024-03-07 | ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata | Eric Dumazet |
2024-03-07 | inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata | Eric Dumazet |
2024-03-07 | inet: move tcp_protocol and udp_protocol to net_hotdata | Eric Dumazet |
2024-03-07 | ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata | Eric Dumazet |
2024-03-07 | udp: move udpv4_offload and udpv6_offload to net_hotdata | Eric Dumazet |
2024-03-07 | net: move skbuff_cache(s) to net_hotdata | Eric Dumazet |
2024-03-07 | net: move dev_rx_weight to net_hotdata | Eric Dumazet |
2024-03-07 | net: move dev_tx_weight to net_hotdata | Eric Dumazet |
2024-03-07 | net: move tcpv4_offload and tcpv6_offload to net_hotdata | Eric Dumazet |
2024-03-07 | net: move ip_packet_offload and ipv6_packet_offload to net_hotdata | Eric Dumazet |
2024-03-07 | net: move netdev_max_backlog to net_hotdata | Eric Dumazet |
2024-03-07 | net: move ptype_all into net_hotdata | Eric Dumazet |
2024-03-07 | net: move netdev_tstamp_prequeue into net_hotdata | Eric Dumazet |
2024-03-07 | net: move netdev_budget and netdev_budget to net_hotdata | Eric Dumazet |
2024-03-07 | net: introduce struct net_hotdata | Eric Dumazet |
2024-03-07 | Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2024-03-07 | netlink: let core handle error cases in dump operations | Eric Dumazet |
2024-03-07 | mpls: Do not orphan the skb | Christoph Paasch |
2024-03-07 | net: dsa: Leverage core stats allocator | Florian Fainelli |
2024-03-07 | net: x25: remove dead links from Kconfig | Justin Swartz |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-07 | Merge tag 'nf-24-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Paolo Abeni |
2024-03-07 | netrom: Fix data-races around sysctl_net_busy_read | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_link_fails_count | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_routing_control | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_busy_delay | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries | Jason Xing |
2024-03-07 | netrom: Fix a data-race around sysctl_netrom_transport_timeout | Jason Xing |