index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-05-22
Merge branch 'bpf-af-xdp-cleanups'
Daniel Borkmann
2018-05-22
xsk: convert atomic_t to refcount_t
Björn Töpel
2018-05-22
xsk: simplified umem setup
Björn Töpel
2018-05-22
xsk: add missing write- and data-dependency barrier
Björn Töpel
2018-05-22
samples/bpf: adapt xdpsock to the new uapi
Björn Töpel
2018-05-22
xsk: remove explicit ring structure from uapi
Björn Töpel
2018-05-22
xsk: proper queue id check at bind
Magnus Karlsson
2018-05-22
xsk: fill hole in struct sockaddr_xdp
Björn Töpel
2018-05-22
xsk: remove rebind support
Björn Töpel
2018-05-18
Merge branch 'bpf-sk-msg-fields'
Daniel Borkmann
2018-05-18
bpf: add sk_msg prog sk access tests to test_verifier
John Fastabend
2018-05-18
bpf: allow sk_msg programs to read sock fields
John Fastabend
2018-05-18
Merge branch 'bpf-nfp-shift-insns'
Daniel Borkmann
2018-05-18
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
2018-05-18
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
2018-05-18
Merge branch 'bpf-af-xdp-cleanups'
Daniel Borkmann
2018-05-18
xsk: proper '=' alignment
Björn Töpel
2018-05-18
xsk: fixed some cases of unnecessary parentheses
Björn Töpel
2018-05-18
xsk: remove newline at end of file
Björn Töpel
2018-05-18
xsk: clean up SPDX headers
Björn Töpel
2018-05-17
bpf: sockmap, fix double-free
Gustavo A. R. Silva
2018-05-17
bpf: sockmap, fix uninitialized variable
Gustavo A. R. Silva
2018-05-17
bpf: change eBPF helper doc parsing script to allow for smaller indent
Quentin Monnet
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-17
bpf: sockmap, on update propagate errors back to userspace
John Fastabend
2018-05-17
bpf: fix sock hashmap kmalloc warning
Yonghong Song
2018-05-17
libbpf: add ifindex to enable offload support
David Beckett
2018-05-17
bpf: add __printf verification to bpf_verifier_vlog
Mathieu Malaterre
2018-05-16
samples/bpf: Decrement ttl in fib forwarding example
David Ahern
2018-05-16
Merge branch 'bpf-sock-hashmap'
Daniel Borkmann
2018-05-16
bpf: bpftool, support for sockhash
John Fastabend
2018-05-16
bpf: selftest additions for SOCKHASH
John Fastabend
2018-05-16
cxgb4: update LE-TCAM collection for T6
Rahul Lakkireddy
2018-05-16
Merge branch 'qed-LL2-fixes'
David S. Miller
2018-05-16
qed: Fix LL2 race during connection terminate
Michal Kalderon
2018-05-16
qed: Fix possibility of list corruption during rmmod flows
Michal Kalderon
2018-05-16
qed: LL2 flush isles when connection is closed
Michal Kalderon
2018-05-16
net: ethoc: Remove useless test before clk_disable_unprepare
YueHaibing
2018-05-16
net: stmmac: Remove useless test before clk_disable_unprepare
YueHaibing
2018-05-16
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
2018-05-16
Merge branch 'rmnet-next'
David S. Miller
2018-05-16
net: qualcomm: rmnet: Remove redundant command check
Subash Abhinov Kasiviswanathan
2018-05-16
net: qualcomm: rmnet: Add support for ethtool private stats
Subash Abhinov Kasiviswanathan
2018-05-16
net: qualcomm: rmnet: Capture all drops in transmit path
Subash Abhinov Kasiviswanathan
2018-05-16
Merge branch 'of-mdio-Fall-back-to-mdiobus_register-with-NULL-device_node'
David S. Miller
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
2018-05-16
of: mdio: Fall back to mdiobus_register() with NULL device_node
Florian Fainelli
2018-05-16
net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
Grygorii Strashko
2018-05-16
Revert "bonding: allow carrier and link status to determine link state"
Debabrata Banerjee
[next]