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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-09
liquidio: fix misspelled firmware image filenames
Derek Chickles
1
-4
/
+8
2017-08-09
bpf: Extend check_uarg_tail_zero() checks
Mickaël Salaün
1
-11
/
+15
2017-08-09
bpf: Move check_uarg_tail_zero() upward
Mickaël Salaün
1
-26
/
+26
2017-08-09
netvsc: make sure and unregister datapath
stephen hemminger
3
-48
/
+28
2017-08-09
igb: support BCM54616 PHY
John W Linville
3
-0
/
+8
2017-08-09
liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool
Intiyaz Basha
1
-21
/
+9
2017-08-09
igbvf: convert msleep to mdelay in atomic context
Greg Edwards
1
-1
/
+1
2017-08-09
igbvf: after mailbox write, wait for reply
Greg Edwards
1
-2
/
+8
2017-08-09
net: dsa: mediatek: add adjust link support for user ports
John Crispin
2
-0
/
+39
2017-08-09
net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
Davide Caratti
1
-11
/
+18
2017-08-09
igbvf: add lock around mailbox ops
Greg Edwards
4
-0
/
+56
2017-08-09
e1000e: Initial Support for IceLake
Sasha Neftin
2
-0
/
+8
2017-08-09
igb: do not drop PF mailbox lock after read of VF message
Greg Edwards
4
-12
/
+26
2017-08-09
Merge branch 'bpf-rewrite-value-tracking-in-verifier'
David S. Miller
10
-1281
/
+2217
2017-08-09
bpf/verifier: increase complexity limit to 128k
Edward Cree
1
-1
/
+1
2017-08-09
Documentation: describe the new eBPF verifier value tracking behaviour
Edward Cree
1
-18
/
+104
2017-08-09
selftests/bpf: variable offset negative tests
Edward Cree
1
-0
/
+41
2017-08-09
selftests/bpf: add tests for subtraction & negative numbers
Edward Cree
1
-0
/
+104
2017-08-09
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
1
-8
/
+8
2017-08-09
selftests/bpf: add test for bogus operations on pointers
Edward Cree
1
-2
/
+64
2017-08-09
selftests/bpf: add a test to test_align
Edward Cree
1
-0
/
+67
2017-08-09
selftests/bpf: rewrite test_align
Edward Cree
1
-93
/
+132
2017-08-09
selftests/bpf: change test_verifier expectations
Edward Cree
1
-180
/
+152
2017-08-09
bpf/verifier: more concise register state logs for constant var_off
Edward Cree
1
-19
/
+27
2017-08-09
bpf/verifier: track signed and unsigned min/max values
Edward Cree
4
-317
/
+461
2017-08-09
bpf/verifier: rework value tracking
Edward Cree
7
-852
/
+1265
2017-08-09
igb: expose mailbox unlock method
Greg Edwards
3
-0
/
+41
2017-08-09
igb: add argument names to mailbox op function declarations
Greg Edwards
2
-13
/
+14
2017-08-09
net: usb: rtl8150: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: usb: r8152: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: usb: kaweth: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: usb: ipheth: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: usb: cdc-phonet: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: usb: catc: constify usb_device_id and fix space before '[' error
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: stir4200: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: mcs7780: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: ksdazzle: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: ks959: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: kingsun: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
net: irda: irda-usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-09
igb: Remove incorrect "unexpected SYS WRAP" log message
Corinna Vinschen
1
-2
/
+0
2017-08-09
e1000e: add check on e1e_wphy() return value
Gustavo A R Silva
1
-0
/
+2
2017-08-09
igb: protect TX timestamping from API misuse
Cliff Spradlin
1
-1
/
+2
2017-08-09
igb: Fix error of RX network flow classification
Gangfeng Huang
1
-2
/
+2
2017-08-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
13
-53
/
+102
2017-08-08
parse-maintainers: Move matching sections from MAINTAINERS
Joe Perches
1
-0
/
+12
2017-08-08
parse-maintainers: Use perl hash references and specific filenames
Joe Perches
1
-23
/
+34
2017-08-08
parse-maintainers: Add section pattern sorting
Joe Perches
1
-21
/
+49
2017-08-08
get_maintainer: Prepare for separate MAINTAINERS files
Joe Perches
1
-25
/
+66
2017-08-08
MAINTAINERS: openbmc mailing list is moderated
Randy Dunlap
1
-1
/
+1
[prev]
[next]