| Commit message (Expand) | Author | Age | Files | Lines |
* | RDS: Rewrite connection cleanup, fixing oops on rmmod | Andy Grover | 2009-04-02 | 8 | -85/+109 |
* | RDS: Fix m_rs_lock deadlock | Andy Grover | 2009-04-02 | 1 | -3/+3 |
* | Neterion: New driver: Kconfig and Makefile | Ramkrishna Vepa | 2009-04-02 | 3 | -0/+25 |
* | Neterion: New driver: Driver version | Ramkrishna Vepa | 2009-04-02 | 1 | -0/+23 |
* | Neterion: New driver: Ethtool related | Ramkrishna Vepa | 2009-04-02 | 2 | -0/+1215 |
* | Neterion: New driver: Main entry points | Ramkrishna Vepa | 2009-04-02 | 2 | -0/+5059 |
* | Neterion: New driver: Traffic & alarm handler | Ramkrishna Vepa | 2009-04-02 | 2 | -0/+4937 |
* | Neterion: New driver: Hardware init & configuration | Ramkrishna Vepa | 2009-04-02 | 2 | -0/+7523 |
* | Neterion: New driver: register set - vxge-reg.h | Ramkrishna Vepa | 2009-04-02 | 1 | -0/+4608 |
* | Neterion: New driver: Update Maintainer list | Ramkrishna Vepa | 2009-04-02 | 1 | -2/+5 |
* | Neterion: Driver help file | Ramkrishna Vepa | 2009-04-02 | 1 | -0/+100 |
* | sfc: Call netif_napi_add() before registering our interrupt handler | Ben Hutchings | 2009-03-31 | 1 | -4/+3 |
* | core: remove pointless conditional before kfree() | Wei Yongjun | 2009-03-31 | 1 | -2/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswin... | David S. Miller | 2009-03-31 | 14 | -2658/+2628 |
|\ |
|
| * | smc91c92_cs: use request_firmware | Jaswinder Singh Rajput | 2009-03-30 | 5 | -370/+222 |
| * | 3C359: use request_firmware | Jaswinder Singh Rajput | 2009-03-30 | 6 | -1596/+1651 |
| * | yam: use request_firmware | Jaswinder Singh Rajput | 2009-03-30 | 7 | -692/+755 |
* | | ipv4: remove unused parameter from tcp_recv_urg(). | Rami Rosen | 2009-03-31 | 1 | -3/+2 |
* | | ETHOC: fix build breakage on s390 | Heiko Carstens | 2009-03-31 | 1 | -1/+1 |
* | | wireless: remove duplicated .ndo_set_mac_address | Alexander Beregalov | 2009-03-29 | 4 | -5/+0 |
* | | netfilter: xtables: fix IPv6 dependency in the cluster match | Pablo Neira Ayuso | 2009-03-29 | 1 | -2/+9 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-29 | 1572 | -37942/+97654 |
|\ \ |
|
| * \ | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2009-03-28 | 26 | -276/+746 |
| |\ \ |
|
| | * | | i2c-core: Some style cleanups | Zhenwen Xu | 2009-03-28 | 1 | -13/+13 |
| | * | | i2c-piix4: Add support for the Broadcom HT1100 chipset | Flavio Leitner | 2009-03-28 | 4 | -2/+6 |
| | * | | i2c-piix4: Add support to SB800 SMBus changes | Shane Huang | 2009-03-28 | 1 | -1/+72 |
| | * | | i2c-pca-platform: Use defaults if no platform_data given | Wolfram Sang | 2009-03-28 | 1 | -7/+12 |
| | * | | i2c-algo-pca: Use timeout for checking the state machine | Wolfram Sang | 2009-03-28 | 3 | -33/+46 |
| | * | | i2c-algo-pca: Rework waiting for a free bus | Wolfram Sang | 2009-03-28 | 4 | -10/+13 |
| | * | | i2c-algo-pca: Add PCA9665 support | Marco Aurelio da Costa | 2009-03-28 | 5 | -28/+216 |
| | * | | i2c: Adapt debug macros for KERN_* constants | Frank Seidel | 2009-03-28 | 1 | -5/+9 |
| | * | | i2c-davinci: Fix timeout handling | Jean Delvare | 2009-03-28 | 1 | -5/+3 |
| | * | | i2c: Adapter timeout is in jiffies | Jean Delvare | 2009-03-28 | 4 | -10/+9 |
| | * | | i2c: Set a default timeout value for all adapters | Jean Delvare | 2009-03-28 | 3 | -4/+6 |
| | * | | i2c: Add missing KERN_* constants to printks | Frank Seidel | 2009-03-28 | 4 | -8/+11 |
| | * | | i2c-algo-pcf: Handle timeout correctly | Roel Kluin | 2009-03-28 | 1 | -8/+10 |
| | * | | i2c-algo-pcf: Style cleanups | Roel Kluin | 2009-03-28 | 1 | -135/+115 |
| | * | | eeprom/at24: Remove EXPERIMENTAL | Wolfram Sang | 2009-03-28 | 1 | -1/+1 |
| | * | | i2c-nforce2: Add support for MCP67, MCP73, MCP78S and MCP79 | Jean Delvare | 2009-03-28 | 3 | -6/+22 |
| | * | | i2c: Clarify which clients are auto-removed | Jean Delvare | 2009-03-28 | 1 | -1/+4 |
| | * | | i2c: Let checkpatch shout on users of the legacy model | Jean Delvare | 2009-03-28 | 1 | -1/+2 |
| | * | | i2c: Document the different ways to instantiate i2c devices | Jean Delvare | 2009-03-28 | 2 | -4/+182 |
| * | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-28 | 731 | -13869/+43409 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' into devel | Russell King | 2009-03-28 | 5 | -3/+16 |
| | |\ \ \ |
|
| | | * | | | [ARM] 5435/1: fix compile warning in sanity_check_meminfo() | Mikael Pettersson | 2009-03-28 | 1 | -1/+1 |
| | | * | | | [ARM] twl4030 - leak fix | Alan Cox | 2009-03-24 | 1 | -0/+1 |
| | | * | | | [ARM] fix leak in iop13xx/pci | Alan Cox | 2009-03-24 | 1 | -1/+4 |
| | | * | | | [ARM] cumana: Fix a long standing bogon | Alan Cox | 2009-03-24 | 1 | -1/+1 |
| | | * | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2009-03-23 | 9 | -7/+23 |
| | | |\ \ \ |
|
| | | * | | | | [ARM] 5428/1: Module relocation update for R_ARM_V4BX | Daniel Silverstone | 2009-03-21 | 2 | -0/+10 |