index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-23
team: add peer notification
Jiri Pirko
2
-1
/
+94
2013-07-23
macvlan fdb replace support
Thomas Richter
1
-0
/
+3
2013-07-23
vxlan fdb replace an existing entry
Thomas Richter
1
-0
/
+38
2013-07-22
Merge branch 'tcp'
David S. Miller
5
-80
/
+57
2013-07-22
tcp: use RTT from SACK for RTO
Yuchung Cheng
1
-9
/
+14
2013-07-22
tcp: measure RTT from new SACK
Yuchung Cheng
1
-6
/
+17
2013-07-22
tcp: prefer packet timing to TS-ECR for RTT
Yuchung Cheng
2
-50
/
+18
2013-07-22
tcp: consolidate SYNACK RTT sampling
Yuchung Cheng
5
-21
/
+14
2013-07-22
Merge branch 'fec'
David S. Miller
1
-37
/
+73
2013-07-22
fec: Use devm_request_irq()
Fabio Estevam
1
-18
/
+3
2013-07-22
fec: Remove unneeded check in platform_get_resource()
Fabio Estevam
1
-4
/
+1
2013-07-22
fec: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-12
/
+54
2013-07-22
fec: Enable/disable clk_ptp in suspend/resume
Fabio Estevam
1
-0
/
+4
2013-07-22
fec: Fix the order for enabling/disabling the clocks
Fabio Estevam
1
-8
/
+8
2013-07-22
fec: Do not enable/disable optional clocks unconditionally
Fabio Estevam
1
-8
/
+16
2013-07-22
tun: Support software transmit time stamping.
Richard Cochran
2
-2
/
+15
2013-07-22
net: Provide a generic socket error queue delivery method for Tx time stamps.
Richard Cochran
3
-46
/
+51
2013-07-19
net/velocity: add poll controller function for velocity nic
Amit Uttamchandani
1
-0
/
+20
2013-07-19
mISDN: replace sum of bitmasks with OR operation.
Alexandru Juncu
1
-6
/
+6
2013-07-19
net/irda: fixed style issues in irttp
Dragos Foianu
1
-27
/
+23
2013-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
19
-164
/
+248
2013-07-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-34
/
+28
2013-07-18
Merge tag 'md-3.11-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-39
/
+39
2013-07-18
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
39
-277
/
+918
2013-07-18
vlan: fix a race in egress prio management
Eric Dumazet
1
-0
/
+7
2013-07-18
vlan: mask vlan prio bits
Eric Dumazet
3
-5
/
+11
2013-07-18
macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
1
-25
/
+37
2013-07-18
tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS
Jason Wang
1
-24
/
+38
2013-07-18
pkt_sched: sch_qfq: remove a source of high packet delay/jitter
Paolo Valente
1
-29
/
+56
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-72
/
+224
2013-07-18
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2013-07-18
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
333
-1221
/
+1079
2013-07-18
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
24
-64
/
+110
2013-07-18
Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f...
Dave Airlie
2
-4
/
+14
2013-07-18
md/raid1: fix bio handling problems in process_checks()
NeilBrown
1
-23
/
+30
2013-07-18
md: Remove recent change which allows devices to skip recovery.
NeilBrown
1
-14
/
+0
2013-07-18
md/raid10: fix two problems with RAID10 resync.
NeilBrown
1
-2
/
+9
2013-07-18
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
Dave Airlie
11
-33
/
+77
2013-07-17
drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)
Alex Deucher
4
-0
/
+31
2013-07-17
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-14
/
+26
2013-07-17
drm/radeon/dpm/atom: fix broken gcc harder
Alex Deucher
1
-3
/
+6
2013-07-17
xen-netfront: pull on receive skb may need to happen earlier
Jan Beulich
1
-18
/
+13
2013-07-17
vxlan: add necessary locking on device removal
stephen hemminger
1
-0
/
+6
2013-07-17
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
Andre Heider
1
-2
/
+3
2013-07-17
drm/radeon/dpm: fix atom vram table parsing
Alex Deucher
1
-16
/
+10
2013-07-17
drm/radeon: fix an endian bug in atom table parsing
Alex Deucher
1
-1
/
+1
2013-07-17
drm/radeon: add a module parameter to disable aspm
Alex Deucher
6
-12
/
+27
2013-07-17
drm/rcar-du: Use the GEM PRIME helpers
Laurent Pinchart
1
-2
/
+7
2013-07-17
drm/shmobile: Use the GEM PRIME helpers
Laurent Pinchart
1
-2
/
+7
2013-07-17
ALSA: seq-oss: Initialize MIDI clients asynchronously
Takashi Iwai
2
-4
/
+14
[next]