Age | Commit message (Expand) | Author |
2024-04-03 | net: mana: Fix Rx DMA datasize and skb_over_panic | Haiyang Zhang |
2024-03-29 | Bluetooth: add quirk for broken address properties | Johan Hovold |
2024-03-27 | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2024-03-26 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni |
2024-03-25 | tcp: properly terminate timers for kernel sockets | Eric Dumazet |
2024-03-25 | wifi: cfg80211: add a flag to disable wireless extensions | Johannes Berg |
2024-03-21 | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-03-19 | tcp: Clear req->syncookie in reqsk_alloc(). | Kuniyuki Iwashima |
2024-03-19 | xsk: Don't assume metadata is always requested in TX completion | Stanislav Fomichev |
2024-03-13 | s390/iucv: use new address translation helpers | Heiko Carstens |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-03-11 | net: nexthop: Have all NH notifiers carry NH ID | Petr Machata |
2024-03-11 | net: gro: move two declarations to include/net/gro.h | Eric Dumazet |
2024-03-11 | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux | Linus Torvalds |
2024-03-08 | Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2024-03-08 | Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc... | Jakub Kicinski |
2024-03-08 | Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski |
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: Add nexthop group entry stats | Ido Schimmel |
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-07 | Bluetooth: ISO: Align broadcast sync_timeout with connection timeout | Luiz Augusto von Dentz |
2024-03-06 | Bluetooth: Add new quirk for broken read key length on ATS2851 | Vinicius Peixoto |
2024-03-06 | Bluetooth: hci_sync: Fix overwriting request callback | Luiz Augusto von Dentz |
2024-03-06 | Bluetooth: ISO: Reassemble PA data for bcast sink | Iulia Tanasescu |
2024-03-06 | Bluetooth: ISO: Add hcon for listening bis sk | Iulia Tanasescu |
2024-03-06 | Bluetooth: hci_sync: Attempt to dequeue connection attempt | Luiz Augusto von Dentz |
2024-03-06 | Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue | Luiz Augusto von Dentz |