index
:
kernel/linux.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.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-11
net: liquidio: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+5
2020-03-10
net: stmmac: Integrate it with DesignWare XPCS
Jose Abreu
1
-0
/
+1
2020-03-10
net: phy: Add Synopsys DesignWare XPCS MDIO module
Jose Abreu
1
-0
/
+41
2020-03-10
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
3
-18
/
+32
2020-03-09
remoteproc: add IPA notification to q6v5 driver
Alex Elder
1
-0
/
+82
2020-03-08
net/mlx5: HW bit for goto chain offload support
Eli Cohen
1
-1
/
+2
2020-03-08
net/mlx5: Expose link speed directly
Mark Bloch
1
-1
/
+2
2020-03-08
net/mlx5: Introduce TLS and IPSec objects enums
Saeed Mahameed
1
-1
/
+2
2020-03-08
net/mlx5: Introduce egress acl forward-to-vport capability
Vu Pham
1
-1
/
+1
2020-03-06
PCI: Introduce pci_get_dsn
Jacob Keller
1
-0
/
+5
2020-03-06
net: sched: Make FIFO Qdisc offloadable
Petr Machata
1
-0
/
+1
2020-03-05
ethtool: add infrastructure for centralized checking of coalescing parameters
Jakub Kicinski
1
-3
/
+42
2020-03-05
net/mlx5: Expose raw packet pacing APIs
Yishai Hadas
2
-13
/
+24
2020-03-05
PCI: Add pci_status_get_and_clear_errors
Heiner Kallweit
1
-0
/
+1
2020-03-05
PCI: Add constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
1
-0
/
+7
2020-03-02
netdevice: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-5
/
+5
2020-03-01
ethtool: Factored out similar ethtool link settings for virtual devices to core
Cris Forno
1
-0
/
+6
2020-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-27
/
+121
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
1
-10
/
+2
2020-02-28
net: dccp: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-28
Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
1
-0
/
+1
2020-02-28
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
2
-2
/
+6
2020-02-28
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
1
-0
/
+1
2020-02-28
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
1
-4
/
+7
2020-02-28
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
1
-7
/
+5
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-9
/
+27
2020-02-28
net/mlx5e: Eswitch, Use per vport tables for mirroring
Eli Cohen
1
-0
/
+1
2020-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-7
/
+20
2020-02-28
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2020-02-27
net: phylink: propagate resolved link config via mac_link_up()
Russell King
1
-15
/
+42
2020-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
1
-1
/
+1
2020-02-27
device: add device_change_owner()
Christian Brauner
1
-0
/
+1
2020-02-27
sysfs: add sysfs_change_owner()
Christian Brauner
1
-0
/
+6
2020-02-27
sysfs: add sysfs_group{s}_change_owner()
Christian Brauner
1
-0
/
+20
2020-02-27
sysfs: add sysfs_link_change_owner()
Christian Brauner
1
-0
/
+10
2020-02-27
sysfs: add sysfs_file_change_owner()
Christian Brauner
1
-0
/
+10
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+10
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+3
2020-02-26
Merge branch 'master' of git://blackhole.kfki.hu/nf
Pablo Neira Ayuso
1
-1
/
+10
2020-02-25
icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=n
Jason A. Donenfeld
1
-6
/
+10
2020-02-25
bpf: Provide recursion prevention helpers
Thomas Gleixner
1
-0
/
+30
2020-02-25
bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.
David Miller
2
-6
/
+7
2020-02-25
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
1
-3
/
+1
2020-02-25
bpf: Replace cant_sleep() with cant_migrate()
Thomas Gleixner
1
-1
/
+1
2020-02-25
bpf: Provide bpf_prog_run_pin_on_cpu() helper
Thomas Gleixner
1
-2
/
+24
2020-02-25
mdio_bus: Add generic mdio_find_bus()
Jeremy Linton
1
-0
/
+1
2020-02-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2020-02-23
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-02-22
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
Jozsef Kadlecsik
1
-1
/
+10
2020-02-22
Merge tag 'sched-for-bpf-2020-02-20' of git://git.kernel.org/pub/scm/linux/ke...
Alexei Starovoitov
2
-0
/
+37
[next]