summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Change VERSION to 2.4.37.6v2.4.37.6Willy Tarreau1-1/+1
2009-09-13proc: avoid information leaks to non-privileged processesJake Edge1-5/+13
2009-09-13restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidWilly Tarreau1-0/+6
2009-09-13rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-13netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-13irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-13econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-13appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
2009-09-13do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-09-07tc: Fix unitialized kernel memory leakEric Dumazet1-0/+2
2009-09-07[NETLINK]: Missing padding fields in dumped structuresPatrick McHardy4-3/+9
2009-09-07[NETLINK]: Clear padding in netlink messagesPatrick McHardy2-0/+2
2009-09-07[NETLINK]: Missing initializations in dumped dataPatrick McHardy8-2/+19
2009-08-14Change VERSION to 2.4.37.5v2.4.37.5Willy Tarreau1-1/+1
2009-08-14net: fix possible NULL dereference in sock_sendpage()Willy Tarreau1-0/+3
2009-08-09build: do not let genksyms silently fail anymoreWilly Tarreau1-2/+2
2009-08-09build: fix genksyms segfault in pcigame.cWilly Tarreau1-0/+2
2009-07-26build: fix for "make rpm" on RH9Willy Tarreau1-0/+1
2009-07-26Change VERSION to 2.4.37.4v2.4.37.4Willy Tarreau1-1/+1
2009-07-26personality: clear MMAP_PAGE_ZERO on exec if mmap_min_addr is setWilly Tarreau1-0/+3
2009-07-26md/raid5: silent out the "switching cache buffer size" messagesWilly Tarreau1-1/+1
2009-07-26usb-storage: fix "READ CAPACITY failed" errors with USB flash drivesWilly Tarreau1-0/+3
2009-07-26tulip: Fix for MTU problems with 802.1q tagged framesTomasz Lemiech2-16/+57
2009-07-26kernel/resource.c: fix sign extension in reserve_setup()Zhang Rui1-1/+1
2009-07-21lib: fix again memcmp export issues in the arch ksyms onlyWilly Tarreau3-3/+4
2009-07-21lib: memcmp must be exported without module versioningWilly Tarreau1-1/+1
2009-07-20Change VERSION to 2.4.37.3v2.4.37.3Willy Tarreau1-1/+1
2009-07-20lib: export memcmp for external modules to build with gcc 3.4Willy Tarreau2-1/+4
2009-07-20usb: pr_debug ehci structure bugMario Witkowski1-1/+1
2009-07-20br2684: fix double freeing skbFrank Seidel1-1/+1
2009-07-20br2684: allocation out of atomic contextArne Redlich1-5/+5
2009-07-20vlan: Slab memleak fixArne Redlich1-1/+21
2009-07-20usb: Add support for Teac HD-35PURudolf Svanda1-0/+10
2009-07-20Add '-fno-delete-null-pointer-checks' to gcc CFLAGSEugene Teo1-0/+3
2009-07-19r8169: rate-limit the messages displayed in interrupt contextWilly Tarreau1-5/+8
2009-07-19r8169: reset the chip on receive fifo overflowsWilly Tarreau1-0/+48
2009-07-19r8169: avoid rx descriptors leak when receiving erroneous framesWilly Tarreau1-0/+3
2009-07-19r8169: reject fragmented frames to prevent panics with large framesWilly Tarreau1-4/+18
2009-07-19r8169: fix erroneous receive packet size settingsWilly Tarreau1-5/+4
2009-06-27agp: remove uid comparison as security checkserue@us.ibm.com1-1/+1
2009-06-07Change VERSION to 2.4.37.2v2.4.37.2Willy Tarreau1-1/+1
2009-06-07exit_notify: fix regression uncovered by the CAP_KILL fixWilly Tarreau1-1/+1
2009-06-07e1000: add missing length check to e1000 receive routineNeil Horman1-2/+3
2009-06-07net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+3
2009-06-07ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2009-06-07e1000: fix bug with shared interrupt during resetJesse Brandeburg1-1/+1
2009-06-07sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream IDWei Yongjun1-0/+14
2009-04-19Change VERSION to 2.4.37.1v2.4.37.1Willy Tarreau1-1/+1
2009-04-13copy_process: fix CLONE_PARENT && parent_exec_id interactionOleg Nesterov1-5/+1
2009-04-13exit_notify: kill the wrong capable(CAP_KILL) checkOleg Nesterov1-2/+1
2009-04-13net: Fix soft lockups/OOM issues w/ unix garbage collector (CVE-2008-5300)Willy Tarreau3-0/+24
2009-04-13scripts: backport checkpatch.pl from mainline 2.6Willy Tarreau1-0/+2615
2009-04-13af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+13
2009-04-13CAP_FS_MASK: add CAP_LINUX_IMMUTABLE and CAP_MKNODSerge E. Hallyn1-4/+10
2008-12-06ATM: ensure we don't listen twice on a socketWilly Tarreau1-0/+4
2008-12-02Change VERSION to 2.4.37v2.4.37Willy Tarreau1-1/+1
2008-11-10Change VERSION to 2.4.37-rc2v2.4.37-rc2Willy Tarreau1-1/+1
2008-11-09char: add support for AMD Geode LX hardware RNGWilly Tarreau5-0/+135
2008-11-09wdt: add support for AMD Geode GX/LX watchdogWilly Tarreau4-0/+275
2008-11-09i386: add support for AMD Geode MFGPT timersWilly Tarreau5-0/+567
2008-11-09i2c: add support for Geode Companion CS5535/5536 to scx200_acbWilly Tarreau2-5/+33
2008-11-09i386: add configuration option for AMD Geode GX/LXWilly Tarreau3-0/+17
2008-11-09ata_piix: get more PCI IDs in sync with 2.6 (ICH9/ICH10)Willy Tarreau1-2/+37
2008-11-09net: Fix recursive descent in __scm_destroy().David Miller3-5/+26
2008-11-09forcedeth: fix checksum flagAyaz Abdulla1-1/+1
2008-11-09hfsplus: fix Buffer overflow with a corrupted imageEric Sesterhenn1-0/+5
2008-11-09bonding: fix panic when taking bond interface down before removing moduleAndy Gospodarek1-5/+7
2008-11-09ext: Avoid printk floods in the face of directoryEric Sandeen2-28/+42
2008-11-09netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-11-08i2c: Update comment of I2C_FUNC_SMBUS_*_I2C_BLOCKJean Delvare1-2/+2
2008-11-08i2c: The i2c mailing list is movingJean Delvare1-1/+1
2008-11-08backport vlan device unregister fixMarcel Sebek1-1/+0
2008-11-08security: avoid calling a NULL function pointer in drivers/video/tvaudio.cArjan van de Ven1-1/+1
2008-11-08Remove suid/sgid bits on truncate() (CVE-2008-4210)Eugene Teo1-0/+2
2008-11-08CVE-2008-3275 Linux kernel local filesystem DoSEugene Teo1-2/+17
2008-11-08netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki KOZAKAI2-4/+8
2008-11-08sanitise mii.h for userspaceJouke Witteveen1-15/+14
2008-09-21tcp: Clear probes_out more aggressively in tcp_ack().Gilles Espinasse1-2/+1
2008-09-21doc: fix examples and add suggestions about depmodWilly Tarreau1-2/+12
2008-09-21doc: mention chain-compiling for really old gccsErik Inge Bolsø1-0/+7
2008-09-07Change VERSION to 2.4.37-rc1v2.4.37-rc1Willy Tarreau1-2/+2
2008-09-07pc_keyb: fix breakage on ia64/mips/mips64Willy Tarreau1-3/+6
2008-09-07x86 SMP: don't report error on uniprocessor machinesEmeric Brun2-6/+2
2008-09-072.4.x USB and 1394 hotplugErik Andersen5-86/+184
2008-09-07via-rhine: fix mii duplex detection during link monitoringWilly Tarreau1-26/+16
2008-09-07x86 would not build without CONFIG_VTWilly Tarreau1-1/+5
2008-09-07sky2: fix uninitialized "mss" variable in sky2_xmit_frame()Willy Tarreau1-1/+1
2008-09-07sound: fix warning due to incorrect error code checking in ad1889Willy Tarreau1-1/+1
2008-09-06doc: explain how to build a suitable gcc in Documentation/using-newer-gcc.txtWilly Tarreau2-1/+193
2008-09-06ata_piix: add support for ICH9 in IDE modeWilly Tarreau1-0/+2
2008-09-06ide-generic: add support for Marvell 6145 PATA portWilly Tarreau3-0/+12
2008-09-06ide-generic: add support for JMicron 368Willy Tarreau3-0/+12
2008-09-06ide-generic: Marvell IDE 88SE6101 2.4.XX supportIvaylo Josifov3-0/+14
2008-09-06ahci driver updateGilles Espinasse1-3/+177
2008-09-06sctp: Make sure N * sizeof(union sctp_addr) does not overflow (CVE-2008-2826)David S. Miller1-1/+3
2008-09-06sctp: Allow only 1 listening socket with SO_REUSEADDRVlad Yasevich1-7/+15
2008-09-06sctp: Do not leak memory on multiple listen() callsVlad Yasevich1-2/+3
2008-09-06udf: fix uid/gid permissionsGilbert Ashley Gilbert1-0/+4
2008-09-06wan: Missing capability checks in sbni_ioctl() (CVE-2008-3525)Eugene Teo1-4/+4
2008-09-06[PPPOE]: Missing result check in __pppoe_xmit().Florin Malita1-0/+3
2008-09-06net pppoe: Check packet length on all receive pathsHerbert Xu1-17/+16
2008-09-06ipv6: use timer pendingStephen Hemminger1-1/+1
2008-07-20Correct the upto value during list conntrack informationXiong Wu1-1/+4
2008-07-20IDE: fix panic during probe with negative IRQSolar Designer1-4/+4
2008-07-20add ICH9x support to ahci driverAxel Reinhold1-0/+24
2008-07-20usb: add support for ADM8515 to pegasus.hCarsten1-0/+3
2008-07-20ata_piix: add PCI ID for intel ICH8 controllerSteve Rosenbluth1-0/+1
2008-07-20PCI ID updates for amd74xxGilles Espinasse3-4/+101
2008-07-20linux-2.4 CLASSIFY patch.Unknown5-0/+103
2008-07-20Kernel patch to add rootdelay featureGilbert Ashley2-1/+21
2008-07-20asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright1-1/+15
2008-07-20sparc: Fix mmap VA span checking (CVE-2008-2137)David S. Miller2-5/+3
2008-07-20ACPI: check a return value correctly in acpi_power_get_context()Li Zefan1-1/+1
2008-07-20wireless, airo: waitbusy() won't delayRoel Kluin1-1/+1
2008-07-20fix build error with some flavours of gcc 2.95.3Steve Rosenbluth1-1/+1
2008-07-20signal.h: use an explicit cast to silent compiler warningsSteve Rosenbluth1-3/+3
2008-07-203c980-TX needs EXTRA_PREAMBLEGunnar Larisch1-1/+1
2008-07-20sit: Add missing kfree_skb() on pskb_may_pull() failure (CVE-2008-2136)David S. Miller1-1/+1
2008-07-20old buffer overflow in moxa driver (CVE-2005-0504)dann frazier1-2/+6
2008-07-20Fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)Al Viro3-38/+46
2008-07-20Fix dnotify/close race (CVE-2008-1375)Willy Tarreau1-0/+12
2008-07-20intermezzo: fix uninitialized use of pointer in error pathWilly Tarreau1-4/+6
2008-07-20[TCP]: Fix shrinking windows with window scalingPatrick McHardy1-1/+5
2008-07-20[PATCH] ip-pnp-dhcp: wait lazily when doing dhcp for diskless systemsJesse Brandeburg1-2/+2
2008-07-20usb-serial: back-port of pl2303.c from 2.6.24.1David Newall2-288/+697
2008-07-20Fix typo in acpi_boot_initGlen Nakamura1-1/+1
2008-07-20Duplicate id in videodev.hGlen Nakamura1-1/+1
2008-07-20ext2_readdir() filp->f_pos fix (try #2)Glen Nakamura1-3/+8
2008-07-202.4: [POWERPC] CHRP: Fix possible NULL pointer dereferencedann frazier1-3/+9
2008-07-20security: insufficient range checks in certain fault handlersWilly Tarreau4-11/+10
2008-07-20i386: fix setCx86/getCx86 race in macrosWilly Tarreau1-1/+2
2008-07-202.4: USB: fix DoS in pwc USB video driverdann frazier2-17/+34
2008-07-202.4: [SCSI] aacraid: Fix security holedann frazier1-0/+2
2008-07-202.4: fix memory corruption from misinterpreted bad_inode_ops return valuesdann frazier1-30/+161
2008-07-20memory leak when socket is release()d before PPPIOCGCHAN has been called on itdann frazier1-1/+1
2008-07-20ext2: skip pages past number of blocks in ext2_find_entrydann frazier1-0/+9
2008-07-20avoid semi-infinite loop when mounting bad ext2dann frazier1-3/+6
2008-07-20Do not complain about gcc 4.2 for user-spaceWilly Tarreau1-0/+2
2008-01-01Change VERSION to 2.4.36v2.4.36Willy Tarreau1-1/+1
2007-12-17Change VERSION to 2.4.36-rc1v2.4.36-rc1Willy Tarreau1-1/+1
2007-12-17[PATCH] isdn: fix isdn_ioctl memory overrun vulnerabilityWilly Tarreau1-1/+4
2007-12-17[PATCH] prevent SIGCONT from waking up a PTRACED process (CVE-2007-4774)Willy Tarreau2-2/+63
2007-12-10[PATCH] isdn: avoid copying overly-long stringsWilly Tarreau1-5/+9
2007-12-10[PATCH] vfs: coredumping fixWilly Tarreau1-0/+6
2007-12-09[PATCH] fix build of ia32entry.S on x86_64Willy Tarreau1-1/+1
2007-12-09[PATCH] fix arch/i386/config.in to be able to boot on 386Krzysztof Strasburger1-4/+8
2007-12-09[PATCH] prevent do_brk() from allocating below mmap_min_addrWilly Tarreau1-0/+3
2007-12-09[PATCH] GCC >= 4.2 miscompiles the kernelWilly Tarreau1-0/+8
2007-12-08[PATCH] net/ipv4/arp.c: Fix arp reply when sender ip 0Jonas Danielsson1-1/+2
2007-12-08usb: Move linux-usb-develPete Zaitcev4-62/+37
2007-11-17Change VERSION to 2.4.36-pre2v2.4.36-pre2Willy Tarreau1-1/+1
2007-11-11[PATCH] IDE: enable PATA UDMA support for ICH7ivaylo@bglans.net3-0/+19
2007-11-11[PATCH] IDE: enable support for JMicron 20363ivaylo@bglans.net3-0/+15
2007-11-11[PATCH] corrupted cramfs filesystems cause kernel oops (CVE-2006-5823)Moritz Muehlenhoff1-0/+2
2007-11-11[PATCH] PPP: fix crash using usb-serial on high speed devicesWilly Tarreau1-1/+1
2007-11-11[PATCH] sym53c8xx_2 SMP deadlock on driver loadTony Battersby1-10/+25
2007-11-11[PATCH] fix unresolved symbols on alphaGilles Espinasse1-0/+1
2007-11-11[PATCH] fix missing MODULE_LICENSE in some driversFranck Bourdonnec9-0/+19
2007-11-11[PATCH 4/4] [OpenPROM] Prevent unsigned roll-overs indann frazier1-2/+2
2007-11-11[PATCH 3/4] [OpenPROM] Prevent overflow of sprintf bufferdann frazier1-4/+7
2007-11-11[PATCH 2/4] [OpenPROM]: Fix user-access checking bugs in openpromfsdann frazier1-32/+61
2007-11-11[PATCH 1/4] [OpenPROM]: Fix signedness bug in openprom char driverdann frazier1-1/+1
2007-11-11[PATCH] ATM: avoid kernel panic upon access to /proc/net/atm/arpWilly Tarreau1-0/+3
2007-11-11[PATCH] x86_64: Make sure to validate all 64bits of ptrace informationAndi Kleen1-1/+1
2007-11-11[PATCH] Bridge STP timer fixesStephen Hemminger1-2/+3
2007-09-08Change VERSION to 2.4.36-pre1v2.4.36-pre1Willy Tarreau1-2/+2
2007-09-08[PATCH] sysctl to prevent normal processes from mapping NULLWilly Tarreau5-2/+31
2007-09-08[PATCH] restore -fno-unit-at-a-time on GCC >= 4Willy Tarreau1-1/+4
2007-09-08[PATCH] i386: do_test_wp_bit() must not be inlinedWilly Tarreau1-3/+3
2007-08-15[PATCH] CVE-2007-3848 Privilege escalation via PR_SET_PDEATHSIGWilly Tarreau2-9/+14
2007-08-09[PATCH] second build fix for some rare buggy versions of GCC 4Willy Tarreau1-1/+1
2007-08-05[PATCH] fix incorrect use of -fno-unit-at-a-time on GCC >= 4Willy Tarreau2-3/+4
2007-08-05[PATCH] do not use gcc's builtin strpbrkWilly Tarreau1-1/+1
2007-08-05[PATCH] module fdomain_cs requires fdomain_setup()Willy Tarreau2-3/+4
2007-08-05[PATCH] wdt83627: fix wdt_init() return codeWilly Tarreau1-1/+1
2007-08-05[PATCH] fix wdt83627 build breakage with gcc 4.xWilly Tarreau1-30/+30
2007-08-04[PATCH] b44: fix force mac address before ifconfig upMarc Haisenko1-0/+5
2007-08-04[PATCH] build fix for lvm with gcc 4Willy Tarreau1-1/+1
2007-07-26Change VERSION to 2.4.35v2.4.35Willy Tarreau1-1/+1
2007-07-22Change VERSION to 2.4.35-rc1v2.4.35-rc1Willy Tarreau1-1/+1
2007-07-22[PATCH] Documentations/SubmittingPatches was outdatedWilly Tarreau1-24/+52
2007-07-22[PATCH] Add some AHCI PCI IDsFilippo Carletti1-0/+22
2007-07-22[PATCH] 2.4.34 - VIA VT8237A supportFilippo Carletti3-0/+3
2007-07-22[PATCH] SATA update: add ICH8 PCI IDsVincent Bernat1-0/+2
2007-07-22[PATCH] Fix divide by 0 in vegas_cong_avoid()Lior Dotan1-0/+1
2007-07-22[PATCH] random device reseed bugfix, possibly security problemPaX Team1-6/+7
2007-06-27[PATCH] notsc support for x86_64Krzysztof Strasburger1-3/+128
2007-06-06Change VERSION to 2.4.35-pre5v2.4.35-pre5Willy Tarreau1-1/+1
2007-06-06[PATCH] lvm: do not update extent count if snapshot allocation failsWilly Tarreau1-4/+4
2007-06-06[PATCH] lvm: update to latest fixes from the LVM packageWilly Tarreau3-26/+15
2007-06-06[BACKPORT] Bluetooth: Fix unintentional fall-through in HCI line disciplineWilly Tarreau1-0/+1
2007-06-06[BACKPORT] Bluetooth: Fix NULL pointer dereference in HCI line disciplineWilly Tarreau1-1/+3
2007-06-06[PATCH] Bluetooth: correct fix for CVE-2007-1353Willy Tarreau1-1/+1
2007-06-05[PATCH] do not mark init_idle() __initWilly Tarreau1-1/+1
2007-06-05[PATCH 2.4.35-pre4] fix 'pc_keyb: controller jammed (0xA7)' error on systems ...Brian Maly3-4/+39
2007-04-22Change VERSION to 2.4.35-pre4v2.4.35-pre4Willy Tarreau1-1/+1
2007-04-22[PATCH] recent patch to fib_semantics broke buildUrs Thermann1-4/+2
2007-04-22Change VERSION to v2.4.35-pre3v2.4.35-pre3Willy Tarreau1-1/+1
2007-04-18[PATCH] Watchdog w83977ef (Winbond W83977EF) driver Tal Kelrich1-0/+1
2007-04-18[PATCH] 2.6 backport of Watchdog wdt83627 (Winbond W83627HF/F/HG/G) driverTal Kelrich4-0/+425