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
2014-04-01
net-gro: restore frag0 optimization
Eric Dumazet
1
-5
/
+0
2014-04-01
net-sysfs: expose number of carrier on/off changes
david decotigny
1
-0
/
+3
2014-04-01
net: export NET_ADDR_* values to user-space API
Florian Fainelli
1
-7
/
+0
2014-04-01
net: Allow modules to use is_skb_forwardable
Vlad Yasevich
1
-0
/
+1
2014-03-31
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+260
2014-03-31
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2014-03-31
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-26
/
+88
2014-03-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+6
2014-03-31
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-66
/
+177
2014-03-31
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-20
/
+18
2014-03-31
locks: fix locks_mandatory_locked to respect file-private locks
Jeff Layton
1
-11
/
+11
2014-03-31
locks: pass the cmd value to fcntl_getlk/getlk64
Jeff Layton
1
-4
/
+6
2014-03-31
locks: make /proc/locks show IS_FILE_PVT locks as type "FLPVT"
Jeff Layton
1
-0
/
+1
2014-03-31
locks: rename locks_remove_flock to locks_remove_file
Jeff Layton
1
-2
/
+2
2014-03-31
locks: close potential race between setlease and open
Jeff Layton
1
-0
/
+6
2014-03-31
Merge tag 'v3.14' into drm-intel-next-queued
Daniel Vetter
9
-13
/
+35
2014-03-31
Merge remote-tracking branch 'robh/for-next' into devicetree/next
Grant Likely
8
-50
/
+43
2014-03-31
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
2
-11
/
+64
2014-03-31
net: isdn: use sk_unattached_filter api
Daniel Borkmann
1
-3
/
+2
2014-03-31
net: ptp: do not reimplement PTP/BPF classifier
Daniel Borkmann
1
-8
/
+2
2014-03-31
net: ptp: use sk_unattached_filter_create() for BPF
Daniel Borkmann
1
-4
/
+0
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-13
/
+17
2014-03-31
net: filter: keep original BPF program around
Daniel Borkmann
1
-2
/
+13
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-03-31
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
1
-0
/
+15
2014-03-31
Input: pmic8xxx-pwrkey - migrate to DT
Stephen Boyd
1
-31
/
+0
2014-03-31
Input: pmic8xxx-keypad - migrate to DT
Stephen Boyd
1
-52
/
+0
2014-03-30
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
1
-1
/
+12
2014-03-30
SUNRPC: New helper for creating client with rpc_xprt
Kinglong Mee
1
-0
/
+2
2014-03-30
Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...
Mark Brown
1
-5
/
+4
2014-03-30
Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...
Mark Brown
1
-0
/
+4
2014-03-30
Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...
Mark Brown
1
-1
/
+1
2014-03-30
Merge remote-tracking branch 'spi/topic/dma' into spi-next
Mark Brown
1
-0
/
+31
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+11
2014-03-30
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
1
-0
/
+5
2014-03-30
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
1
-4
/
+4
2014-03-30
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2
-3
/
+2
2014-03-29
shdma: add R-Car Audio DMAC peri peri driver
Kuninori Morimoto
1
-0
/
+34
2014-03-29
workqueue: remove deprecated WQ_NON_REENTRANT
ZhangZhen
1
-6
/
+0
2014-03-29
cgroup: remove useless argument from cgroup_exit()
Li Zefan
1
-2
/
+2
2014-03-29
spi: bitbang: Make spi_bitbang_stop() return void
Axel Lin
1
-1
/
+1
2014-03-29
Merge tag 'samsung-pm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kge...
Arnd Bergmann
1
-0
/
+2
2014-03-29
vlan: Warn the user if lowerdev has bad vlan features.
Vlad Yasevich
1
-0
/
+7
2014-03-29
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
1
-1
/
+1
2014-03-29
net: net: add a core netdev->tx_dropped counter
Eric Dumazet
1
-3
/
+4
2014-03-29
net/mlx4: Implement vxlan ndo calls
Or Gerlitz
1
-1
/
+1
2014-03-29
mlx4: Add support for CONFIG_DEV command
Or Gerlitz
2
-0
/
+3
2014-03-28
gpio: unmap gpio irqs properly
Linus Walleij
1
-0
/
+1
2014-03-28
Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'reg...
Mark Brown
1
-1
/
+19
2014-03-28
dm table: add dm_table_run_md_queue_async
Mike Snitzer
1
-0
/
+5
[prev]
[next]