Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
2783ef23128ad0a4b34e4121c1f7ff664785712f
2783ef2
udp: Fix potential wrong ip_hdr(skb) pointers
by Jesper Dangaard Brouer
· 16 years ago
efc683f
neigh: some entries can be skipped during dumping
by Gautam Kachroo
· 16 years ago
684de40
ipv6: Disallow rediculious flowlabel option sizes.
by David S. Miller
· 16 years ago
a23f4bb
Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"
by David S. Miller
· 16 years ago
0178b69
ipv6: Copy cork options in ip6_append_data
by Herbert Xu
· 16 years ago
12402b5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 16 years ago
7b5e56f
udp: Fix UDP short packet false positive
by Jesper Dangaard Brouer
· 16 years ago
b98ac70
gianfar: Fix potential soft reset race
by Andy Fleming
· 16 years ago
1fbe493
gianfar: Fix BD_LENGTH_MASK definition
by Andy Fleming
· 16 years ago
65ab838
cxgb3: Fix lro switch
by Divy Le Ray
· 16 years ago
c4e061a
iwlwifi: save PCI state before suspend, restore after resume
by Reinette Chatre
· 16 years ago
5e46882
iwlwifi: clean key table in iwl_clear_stations_table
by Reinette Chatre
· 16 years ago
55128bc
sunrpc: fix rdma dependencies
by Randy Dunlap
· 16 years ago
4d7155b
e1000: Fix PCI enable to honor the need_ioport flag
by Karsten Keil
· 16 years ago
714c48f
sgi-xp: link XPNET's net_device_ops to its net_device structure
by Dean Nelson
· 16 years ago
a9d3a146
pcnet_cs: Fix misuse of the equality operator.
by Cord Walter
· 16 years ago
67dd824
hso: add new device id's
by Filip Aben
· 16 years ago
fb53fde
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
eb4400e
dca: redesign locks to fix deadlocks
by Maciej Sosnowski
· 16 years ago
ff01b91
cassini/sungem: limit reaches -1, but 0 tested
by Roel Kluin
· 16 years ago
46578a69
net: variables reach -1, but 0 tested
by Roel Kluin
· 16 years ago
b1792e3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 16 years ago
859281f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 16 years ago
93bfbd7
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
31c952d
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
9e6235e
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 16 years ago
5c350d9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 16 years ago
017f517
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
17294ab
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
by Linus Torvalds
· 16 years ago
86adf8a
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
3fff017
virtio-pci: do not oops on config change if driver not loaded
by Mark McLoughlin
· 16 years ago
720eba3
modules: Use a better scheme for refcounting
by Eric Dumazet
· 16 years ago
0047e5d
qlge: bugfix: Add missing netif_napi_del call.
by Ron Mercer
· 16 years ago
e78f5fa7
qlge: bugfix: Add flash offset for second port.
by Ron Mercer
· 16 years ago
2635147
qlge: bugfix: Fix endian issue when reading flash.
by Ron Mercer
· 16 years ago
e408b8d
udp: increments sk_drops in __udp_queue_rcv_skb()
by Eric Dumazet
· 16 years ago
0afd4a2
net: Fix userland breakage wrt. linux/if_tunnel.h
by David S. Miller
· 16 years ago
b601895
pxamci: enable DMA for write ops after CMD/RESP
by Cliff Brake
· 16 years ago
e10a854
pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())
by Cliff Brake
· 16 years ago
06cc1c8
ricoh_mmc: Use suspend_late/resume_early
by philipl@overt.org
· 16 years ago
cc30d60
mmci: Add support for ST Micro derivate
by Linus Walleij
· 16 years ago
d96be87
mmc: Add a MX2/MX3 specific SDHC driver
by Sascha Hauer
· 16 years ago
d224b62
icside: fix PCB version 6 support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
9711a53
tx4939ide: typo fix and minor cleanup
by Atsushi Nemoto
· 16 years ago
a77dcc4
ide: add CS5536 host driver (v3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
9f6514c
ide: Force VIA IDE legacy interrupts for AmigaOne boards
by Gerhard Pircher
· 16 years ago
51d6ac7
IDE: Unregister and disable devices if initialization fails.
by Ian Campbell
· 16 years ago
9a100f4
ide: fix ide_register_port() failure handling
by Bartlomiej Zolnierkiewicz
· 16 years ago
e5461f3
ide: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
9e772d0
ide-cd: fix DMA for non bio-backed requests
by Borislav Petkov
· 16 years ago
8f04915
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream
by David Vrabel
· 16 years ago
cbb5901
block: add text file detailing queue/ sysfs files
by Jens Axboe
· 16 years ago
c52440a
bio.h: If they MUST be inlined, then use __always_inline
by Alberto Bertogli
· 16 years ago
20b636b
Fix misleading comment in bio.h
by Alberto Bertogli
· 16 years ago
f58914e
Merge branches 'topic/slab/fixes' and 'topic/slub/fixes' into for-linus
by Pekka Enberg
· 16 years ago
0648e10
block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT
by Jens Axboe
· 16 years ago
fb8ec18
block: fix oops in blk_queue_io_stat()
by Jens Axboe
· 16 years ago
7fbb7ca
fbdev/atyfb: Fix DSP config on some PowerMacs & PowerBooks
by Risto Suominen
· 16 years ago
59b608c
powerpc: Fix oops on some machines due to incorrect pr_debug()
by Benjamin Herrenschmidt
· 16 years ago
309ea62
powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/net
by Stephen Rothwell
· 16 years ago
27421e2
Manually revert "mlock: downgrade mmap sem while populating mlocked regions"
by Linus Torvalds
· 16 years ago
67e70ba
V4L/DVB (10411): s5h1409: Perform s5h1409 soft reset after tuning
by Devin Heitmueller
· 16 years ago
40c41c8
V4L/DVB (10403): saa7134-alsa: saa7130 doesn't support digital audio
by Mauro Carvalho Chehab
· 16 years ago
f9e6934
net: packet socket packet_lookup_frame fix
by Sebastiano Di Paola
· 16 years ago
3d39870
sched_rt: don't use first_cpu on cpumask created with cpumask_and
by Rusty Russell
· 16 years ago
a571bbe
sched: fix buddie group latency
by Peter Zijlstra
· 16 years ago
a9f3e2b
sched: clear buddies more aggressively
by Mike Galbraith
· 16 years ago
1596e29
sched: symmetric sync vs avg_overlap
by Peter Zijlstra
· 16 years ago
d942fb6
sched: fix sync wakeups
by Peter Zijlstra
· 16 years ago
45c82b5
Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
1347e96
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
ac56b94
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5b2d3e6
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
f649043
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e81cfd2
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
4b8d8ab
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 16 years ago
c5e18af
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 16 years ago
878b861
Fix memory corruption in console selection
by Mikulas Patocka
· 16 years ago
f984d02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
fc8744a
Stop playing silly games with the VM_ACCOUNT flag
by Linus Torvalds
· 16 years ago
5d0932a
igb: fix link reporting when using sgmii
by Alexander Duyck
· 16 years ago
ec54d7d
igb: prevent skb_over panic w/ mtu smaller than 1K
by Alexander Duyck
· 16 years ago
bbd98fe
igb: Fix DCA errors and do not use context index for 82576
by Alexander Duyck
· 16 years ago
5d6e430
ipv6: compile fix for ip6mr.c
by Dave Jones
· 16 years ago
7fc49f1
x86 setup: fix asm constraints in vesa_store_edid
by Andreas Schwab
· 16 years ago
905db44
packet: Avoid lock_sock in mmap handler
by Herbert Xu
· 16 years ago
1974cc2
sfc: Replace stats_enabled flag with a disable count
by Ben Hutchings
· 16 years ago
af4ad9b
sfc: SFX7101/SFT9001: Fix AN advertisements
by Ben Hutchings
· 16 years ago
c9d5a53
sfc: SFT9001: Always enable XNP exchange on SFT9001 rev B
by Ben Hutchings
· 16 years ago
44176b4
sfc: Update board info for hardware monitor on SFN4111T-R5 and later
by Ben Hutchings
· 16 years ago
6779776
sfc: Test for PHYXS faults whenever we cannot test link state bits
by Steve Hodgson
· 16 years ago
4b98828
sfc: Reinitialise the PHY completely in case of a PHY or NIC reset
by Steve Hodgson
· 16 years ago
0cc128387
sfc: Fix post-reset MAC selection
by Steve Hodgson
· 16 years ago
2f08575
sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1
by Ben Hutchings
· 16 years ago
8b9dc8d
sfc: SFT9001: Fix speed reporting in 1G PHY loopback
by Steve Hodgson
· 16 years ago
2d18835
sfc: SFX7101: Remove workaround for bad link training
by Steve Hodgson
· 16 years ago
869b5b3
sfc: SFT9001: Enable robust link training
by Steve Hodgson
· 16 years ago
a11da89
sky2: fix hard hang with netconsoling and iface going up
by Alexey Dobriyan
· 16 years ago
8dd2c9e
leds: Fix bounds checking of wm8350->pmic.led
by Roel Kluin
· 16 years ago
9bf503e6
regulator: move bq24022 init back to module_init instead of subsys_initcall
by Philipp Zabel
· 16 years ago
Next »