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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-11
mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-10
/
+2
2019-08-11
wimax: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-17
/
+3
2019-08-10
net/mlx5: E-switch, Removed unused hwid
Parav Pandit
1
-1
/
+0
2019-08-10
net/mlx5e: Protect mod_hdr hash table with mutex
Vlad Buslov
1
-0
/
+1
2019-08-10
net/mlx5e: Extend mod header entry with reference counter
Vlad Buslov
1
-0
/
+4
2019-08-09
tcp: Update TCP_BASE_MSS comment
Josh Hunt
1
-1
/
+1
2019-08-09
tcp: add new tcp_mtu_probe_floor sysctl
Josh Hunt
1
-0
/
+1
2019-08-09
devlink: remove pointless data_len arg from region snapshot create
Jiri Pirko
1
-1
/
+1
2019-08-09
net: stmmac: Implement RSS and enable it in XGMAC core
Jose Abreu
1
-0
/
+1
2019-08-09
netfilter: nf_tables_offload: support indr block call
wenxu
1
-0
/
+4
2019-08-09
flow_offload: support get multi-subsystem block
wenxu
1
-1
/
+9
2019-08-09
flow_offload: move tc indirect block to flow offload
wenxu
3
-38
/
+29
2019-08-09
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
1
-0
/
+3
2019-08-09
qed: Add new ethtool supported port types based on media.
Rahul Verma
1
-1
/
+1
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
77
-317
/
+309
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
14
-74
/
+79
2019-08-07
net: sched: add ingress mirred action to hardware IR
John Hurley
1
-0
/
+2
2019-08-07
net: tc_act: add helpers to detect ingress mirred actions
John Hurley
1
-0
/
+18
2019-08-07
net: sched: add skbedit of ptype action to hardware IR
John Hurley
1
-0
/
+2
2019-08-07
net: tc_act: add skbedit_ptype helper functions
John Hurley
1
-0
/
+27
2019-08-07
net: sched: sample: allow accessing psample_group with rtnl
Vlad Buslov
1
-1
/
+1
2019-08-07
net: sched: police: allow accessing police->params with rtnl
Vlad Buslov
1
-2
/
+2
2019-08-05
net/tls: partially revert fix transition through disconnect with close
Jakub Kicinski
1
-2
/
+0
2019-08-03
net/socket: fix GCC8+ Wpacked-not-aligned warnings
Qian Cai
1
-6
/
+13
2019-08-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-37
/
+31
2019-08-03
asm-generic: fix -Wtype-limits compiler warnings
Qian Cai
1
-30
/
+20
2019-08-03
page flags: prioritize kasan bits over last-cpuid
Arnd Bergmann
1
-7
/
+11
2019-08-03
Merge tag 'drm-fixes-2019-08-02-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-0
/
+9
2019-08-03
Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+7
2019-08-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-26
/
+27
2019-08-03
Merge tag 'for-linus-20190802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+6
2019-08-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+3
2019-08-02
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2019-08-01
net/mlx5: Add flow counter pool
Gavi Teitz
1
-0
/
+12
2019-08-01
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2
-3
/
+28
2019-08-01
net/mlx5: E-Switch, Verify support QoS element type
Eli Cohen
1
-0
/
+7
2019-08-01
net/mlx5: Fix offset of tisc bits reserved field
Saeed Mahameed
1
-1
/
+1
2019-08-01
net/mlx5: Add flow counter bulk allocation hardware bits and command
Gavi Teitz
1
-2
/
+19
2019-08-01
net/mlx5: Refactor and optimize flow counter bulk query
Gavi Teitz
1
-0
/
+1
2019-08-01
RDMA/devices: Remove the lock around remove_client_context
Jason Gunthorpe
1
-1
/
+0
2019-08-01
RDMA/devices: Do not deadlock during client removal
Jason Gunthorpe
1
-0
/
+3
2019-08-01
Merge tag 'gpio-v5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-32
/
+32
2019-08-01
drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
Thomas Zimmermann
1
-0
/
+7
2019-08-01
drm/client: Support unmapping of DRM client buffers
Thomas Zimmermann
1
-0
/
+2
2019-08-01
xen/swiotlb: remember having called xen_create_contiguous_region()
Juergen Gross
1
-0
/
+4
2019-08-01
net: bridge: mcast: add delete due to fast-leave mdb flag
Nikolay Aleksandrov
1
-0
/
+1
2019-07-31
Merge tag 'trace-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-7
/
+7
2019-07-31
Merge tag 'mac80211-next-for-davem-2019-07-31' of git://git.kernel.org/pub/sc...
David S. Miller
4
-12
/
+150
2019-07-31
Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-0
/
+15
2019-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+6
[next]