Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 3057b03c7cca
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 829ff8a18e1b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 1, 2019

  1. linux/kernel: enable QoS and/or fair queueing

    This allows to set queueing disciplines different than a simple fifo,
    like fq_codel, which is the default in systemd since quite some time.
    
    NET_SCHED is already set in the kernels x86_64_defconfig, but not on
    arm/aarch64, so let's set it here.
    flokli committed Sep 1, 2019
    Copy the full SHA
    cb8d815 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67855 from flokli/kernel-net-sched

    linux/kernel: enable QoS and/or fair queueing
    flokli committed Sep 1, 2019
    Copy the full SHA
    829ff8a View commit details
    Browse the repository at this point in the history