aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: fix saving alternate kconfig file in parent dirSam Ravnborg2006-10-011-1/+1
* kbuild: make modpost processing configurableSam Ravnborg2006-10-011-3/+8
* kconfig/menuconfig: do not let ncurses clutter screen on exitSam Ravnborg2006-09-301-8/+8
* kconfig/lxdialog: clear long menu linesSam Ravnborg2006-09-301-6/+6
* kbuild: do not build mconf & lxdialog unless neededSam Ravnborg2006-09-301-1/+6
* kconfig/lxdialog: fix make mrproperSam Ravnborg2006-09-301-1/+0
* kconfig/lxdialog: support resizeSam Ravnborg2006-09-308-71/+161
* kconfig/lxdialog: let <ESC><ESC> behave as expectedSam Ravnborg2006-09-308-30/+76
* kconfig/menuconfig: lxdialog is now built-inSam Ravnborg2006-09-3012-1019/+502
* kconfig/lxdialog: add a new theme bluetitle which is now defaultSam Ravnborg2006-09-302-2/+18
* kconfig/lxdialog: add support for color themes and add blackbg themeSam Ravnborg2006-09-302-7/+81
* kconfig/lxdialog: refactor color supportSam Ravnborg2006-09-3010-362/+250
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-09-2922-1975/+1999
|\
| * [ATM]: [lec] use refcnt to protect lec_arp_entries outside lockChas Williams2006-09-291-9/+23
| * [ATM]: [lec] add reference counting to lec_arp entriesChas Williams2006-09-292-14/+29
| * [ATM]: [lec] use work queue instead of timer for lec arp expiryChas Williams2006-09-292-11/+8
| * [ATM]: [lec] old_close is no longer usedChas Williams2006-09-291-3/+0
| * [ATM]: [lec] convert lec_arp_table to hlistChas Williams2006-09-293-282/+170
| * [ATM]: [lec] header indent, comment and whitespace cleanupChas Williams2006-09-293-204/+235
| * [ATM]: [lec] indent, comment and whitespace cleanup [continued]Chas Williams2006-09-291-884/+899
| * [ATM]: [lec] indent, comment and whitespace cleanupChas Williams2006-09-291-692/+715
| * [SCTP]: Do not timestamp every SCTP packet.Vlad Yasevich2006-09-292-7/+9
| * [SCTP]: Use correct mask when disabling PMTUD.Vlad Yasevich2006-09-291-1/+1
| * [SCTP]: Include sk_buff overhead while updating the peer's receive window.Sridhar Samudrala2006-09-292-3/+10
| * [SCTP]: Enable Nagle algorithm by default.Sridhar Samudrala2006-09-291-2/+2
| * [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present.Michael Chan2006-09-292-2/+31
| * [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-2911-151/+157
* | [SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit.David S. Miller2006-09-291-1/+1
* | [SPARC]: Don't zero out tail during copy_from_user_inatomic().David S. Miller2006-09-291-0/+4
|/
* [PATCH] uml build fixOllie Wild2006-09-291-1/+1
* [PATCH] MLSXFRM: fix mis-labelling of child socketsDavid Woodhouse2006-09-291-1/+3
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-09-2938-884/+1973
|\
| * IB/ipath: Fix lockdep error upon "ifconfig ibN down"Bryan O'Sullivan2006-09-281-5/+7
| * IB/ipath: Fix races with ib_resize_cq()Bryan O'Sullivan2006-09-281-8/+22
| * IB/ipath: Support new PCIE device, QLE7142Bryan O'Sullivan2006-09-281-0/+3
| * IB/ipath: Set CPU affinity earlyBryan O'Sullivan2006-09-282-10/+35
| * IB/ipath: Fix EEPROM read when driver is compiled with -OsBryan O'Sullivan2006-09-281-0/+1
| * IB/ipath: Fix and recover TXE piobuf and PBC parity errorsBryan O'Sullivan2006-09-285-52/+124
| * IB/ipath: Change HT CRC message to indicate how to resolve problemBryan O'Sullivan2006-09-281-1/+1
| * IB/ipath: Clean up module exit codeBryan O'Sullivan2006-09-281-161/+128
| * IB/ipath: Call mtrr_del with correct argumentsBryan O'Sullivan2006-09-282-2/+13
| * IB/ipath: Flush RWQEs if access error or invalid error seenBryan O'Sullivan2006-09-284-9/+26
| * IB/ipath: Improved support for PowerPCBryan O'Sullivan2006-09-288-73/+198
| * IB/ipath: Drop unnecessary "(void *)" castsBryan O'Sullivan2006-09-281-3/+3
| * IB/ipath: Support multiple simultaneous devices of different typesBryan O'Sullivan2006-09-287-63/+81
| * IB/ipath: Fix mismatch in shifts and masks for printing debug infoBryan O'Sullivan2006-09-281-2/+2
| * IB/ipath: Fix compiler warnings and errors on non-x86_64 systemsBryan O'Sullivan2006-09-281-5/+4
| * IB/ipath: Print more informative parity error messagesBryan O'Sullivan2006-09-285-97/+158
| * IB/ipath: Ensure that PD of MR matches PD of QP checking the RkeyBryan O'Sullivan2006-09-287-29/+26
| * IB/ipath: RC and UC should validate SLID and DLIDBryan O'Sullivan2006-09-282-0/+8