summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel2024-03-082-0/+27
* net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel2024-03-082-0/+5
* net: nexthop: Add hardware statistics notificationsIdo Schimmel2024-03-081-0/+3
* net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel2024-03-081-0/+30
* net: nexthop: Add nexthop group entry statsIdo Schimmel2024-03-081-0/+6
* net: nexthop: Add NHA_OP_FLAGSPetr Machata2024-03-081-0/+3
* tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli2024-03-081-2/+8
* net: dqs: add NIC stall detector based on BQLJakub Kicinski2024-03-082-0/+78
* netdev: add queue stat for alloc failuresJakub Kicinski2024-03-082-0/+3
* netdev: add per-queue statisticsJakub Kicinski2024-03-083-0/+76
* net: move rps_sock_flow_table to net_hotdataEric Dumazet2024-03-082-5/+7
* net: introduce include/net/rps.hEric Dumazet2024-03-083-117/+127
* ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet2024-03-082-0/+3
* ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet2024-03-082-0/+3
* inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet2024-03-082-0/+4
* inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet2024-03-081-0/+2
* ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet2024-03-081-0/+4
* udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet2024-03-081-0/+2
* net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-082-1/+3
* net: move dev_rx_weight to net_hotdataEric Dumazet2024-03-082-2/+1
* net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-082-1/+1
* net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet2024-03-081-0/+3
* net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet2024-03-081-0/+5
* net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-082-1/+1
* net: move ptype_all into net_hotdataEric Dumazet2024-03-082-1/+1
* net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet2024-03-081-0/+1
* net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet2024-03-081-0/+2
* net: introduce struct net_hotdataEric Dumazet2024-03-083-4/+17
* Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2024-03-081-91/+107
|\
| * rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells2024-03-061-81/+93
| * rxrpc: Differentiate PING ACK transmission traces.David Howells2024-03-061-0/+2
| * rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells2024-02-291-1/+1
| * rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells2024-02-291-7/+5
| * rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells2024-02-291-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-0712-74/+79
|\ \
| * \ Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-075-34/+37
| |\ \
| | * | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-062-17/+13
| | * | Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-051-1/+3
| | |\ \
| | | * | net/mlx5: Check capability for fw_resetMoshe Shemesh2024-03-021-1/+3
| | * | | tracing/net_sched: Fix tracepoints that save qdisc_dev() as a stringSteven Rostedt (Google)2024-03-041-10/+10
| | |/ /
| | * | net: bql: fix building with BQL disabledArnd Bergmann2024-03-012-6/+11
| * | | Merge tag 'vfs-6.8-release.fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-061-16/+0
| |\ \ \
| | * | | iov_iter: get rid of 'copy_mc' flagLinus Torvalds2024-03-061-16/+0
| * | | | Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-051-1/+21
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley2024-03-011-1/+21
| * | | | block: define bvec_iter as __packed __aligned(4)Ming Lei2024-03-021-1/+1
| * | | | Merge tag 'sound-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-03-012-2/+4
| |\ \ \ \
| | * \ \ \ Merge tag 'asoc-fix-v6.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2024-02-291-0/+2
| | |\ \ \ \
| | | * | | | ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Richard Fitzgerald2024-02-231-0/+2
| | * | | | | ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela2024-02-231-2/+2
| | |/ / / /