summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-03-11net: page_pool: factor out page_pool recycle checkMina Almasry
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-03-11tcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing
2024-03-11mptcp: annotate a data-race around sysctl_tcp_wmem[0]Jason Xing
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet
2024-03-11net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia
2024-03-11net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia
2024-03-11udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-11l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia
2024-03-11ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia
2024-03-11tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-03-08Merge tag 'for-net-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-03-08Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Jakub Kicinski
2024-03-08Merge tag 'ceph-for-6.8-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds
2024-03-08ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08nexthop: Simplify dump error handlingIdo Schimmel
2024-03-08net: add skb_data_unref() helperEric Dumazet
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-03-08Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2024-03-08Bluetooth: Fix eir name lengthFrédéric Danis
2024-03-08ipv6: remove RTNL protection from inet6_dump_addr()Eric Dumazet
2024-03-08ipv6: use xa_array iterator to implement inet6_dump_addr()Eric Dumazet
2024-03-08ipv6: make in6_dump_addrs() locklessEric Dumazet
2024-03-08ipv6: make inet6_fill_ifaddr() locklessEric Dumazet
2024-03-08Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel
2024-03-08net: nexthop: Add hardware statistics notificationsIdo Schimmel
2024-03-08net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel
2024-03-08net: nexthop: Add nexthop group entry statsIdo Schimmel
2024-03-08net: nexthop: Add NHA_OP_FLAGSPetr Machata
2024-03-08net: nexthop: Adjust netlink policy parsing for a new attributePetr Machata
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski
2024-03-08net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet
2024-03-08ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng
2024-03-07netdev: add queue stat for alloc failuresJakub Kicinski
2024-03-07netdev: add per-queue statisticsJakub Kicinski
2024-03-07net: move rps_sock_flow_table to net_hotdataEric Dumazet
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet
2024-03-07ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet
2024-03-07inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet
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