| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-06-15 | 623 | -35143/+60702 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 41 | -101/+4219 |
| |\ |
|
| * | | bonding: initialization rework | Stephen Hemminger | 2009-06-14 | 1 | -37/+30 |
| * | | bonding: use is_zero_ether_addr | Stephen Hemminger | 2009-06-14 | 1 | -2/+2 |
| * | | bonding: network device names are case sensative | Stephen Hemminger | 2009-06-14 | 2 | -53/+57 |
| * | | bonding: elminate bad refcount code | Stephen Hemminger | 2009-06-14 | 1 | -21/+0 |
| * | | bonding: fix style issues | Stephen Hemminger | 2009-06-14 | 2 | -497/+460 |
| * | | bonding: fix destructor | Stephen Hemminger | 2009-06-14 | 3 | -15/+9 |
| * | | bonding: remove bonding read/write semaphore | Stephen Hemminger | 2009-06-14 | 3 | -36/+6 |
| * | | bonding: initialize before registration | Stephen Hemminger | 2009-06-14 | 1 | -4/+4 |
| * | | bonding: bond_create always called with default parameters | Stephen Hemminger | 2009-06-14 | 3 | -9/+8 |
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | David S. Miller | 2009-06-14 | 5 | -1/+1015 |
| |\ \ |
|
| | * | | irda: smsc wait count reaches -1 | Roel Kluin | 2009-06-13 | 1 | -1/+1 |
| | * | | irda: new Blackfin on-chip SIR IrDA driver | Graff Yang | 2009-06-13 | 4 | -0/+1014 |
| * | | | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 71 | -91/+91 |
| * | | | net: fix network drivers ndo_start_xmit() return values (part 8) | Patrick McHardy | 2009-06-13 | 1 | -1/+1 |
| * | | | net: fix network drivers ndo_start_xmit() return values (part 6) | Patrick McHardy | 2009-06-13 | 1 | -2/+2 |
| * | | | net: fix network drivers ndo_start_xmit() return values (part 4) | Patrick McHardy | 2009-06-13 | 1 | -3/+3 |
| * | | | net: fix network drivers ndo_start_xmit() return values (part 3) | Patrick McHardy | 2009-06-13 | 5 | -13/+10 |
| * | | | net: fix network drivers ndo_start_xmit() return values (part 2) | Patrick McHardy | 2009-06-13 | 6 | -24/+9 |
| * | | | net: fix network driver ndo_start_xmit() return values (part 1) | Patrick McHardy | 2009-06-13 | 3 | -7/+6 |
| |/ / |
|
| * | | virtio_net: Fix IP alignment on non-mergeable RX path | Herbert Xu | 2009-06-12 | 1 | -1/+2 |
| * | | net: ntohs() misuse | Eric Dumazet | 2009-06-12 | 3 | -4/+4 |
| * | | Merge branch 'linux-2.6.31.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2009-06-12 | 12 | -151/+317 |
| |\ \ |
|
| | * | | wimax: fix gcc warnings in sh4 when calling BUG() | Inaky Perez-Gonzalez | 2009-06-11 | 2 | -2/+6 |
| | * | | wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS | Cindy H Kao | 2009-06-11 | 2 | -3/+3 |
| | * | | wimax/i2400m: when bootstrap fails, reinitialize the bootrom | Cindy H Kao | 2009-06-11 | 1 | -1/+1 |
| | * | | wimax/i2400m/sdio: Move all the RX code to a unified, IRQ based receive routine | Inaky Perez-Gonzalez | 2009-06-11 | 4 | -80/+101 |
| | * | | wimax/i2400m: don't reset device when bootrom init retries are exceeded | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -2/+1 |
| | * | | wimax/i2400m/sdio: Add device specific poke table. | Dirk Brandewie | 2009-06-11 | 1 | -0/+9 |
| | * | | wimax/i2400m: move boot time poke table out of common driver | Dirk Brandewie | 2009-06-11 | 2 | -32/+41 |
| | * | | wimax/i2400m: Allow bus-specific driver to specify retry count | Inaky Perez-Gonzalez | 2009-06-11 | 5 | -2/+20 |
| | * | | wimax/i2400m: if a device reboot happens during probe, handle it | Inaky Perez-Gonzalez | 2009-06-11 | 3 | -0/+5 |
| | * | | wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -0/+2 |
| | * | | wimax/i2400m: don't reset device on i2400m_dev_shutdown() | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -5/+5 |
| | * | | wimax/i2400m: fix panic due to missed corner cases on tail_room calculation | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -2/+56 |
| | * | | wimax/i2400m: fix panic/warnings caused by missed check on empty TX message | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -1/+9 |
| | * | | wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN | Inaky Perez-Gonzalez | 2009-06-11 | 3 | -5/+5 |
| | * | | wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type | Dirk Brandewie | 2009-06-11 | 2 | -3/+19 |
| | * | | wimax/i2400m: Change d_printf() level for secure boot messages | Dirk Brandewie | 2009-06-11 | 1 | -2/+2 |
| | * | | wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -1/+0 |
| | * | | wimax/i2400m: i2400m's work queue should be initialized before RX support | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -7/+14 |
| | * | | wimax/i2400m: don't call netif_start_queue() in _tx_msg_sent() | Inaky Perez-Gonzalez | 2009-06-11 | 1 | -1/+0 |
| | * | | wimax/i2400m: introduce module parameter to disable entering power save | Inaky Perez-Gonzalez | 2009-06-11 | 3 | -2/+18 |
| * | | | bonding: fix multiple module load problem | Stephen Hemminger | 2009-06-11 | 1 | -0/+1 |
| * | | | netxen: No need to check vfree() pointer. | Figo.zhang | 2009-06-11 | 1 | -6/+3 |
| * | | | be2net: Fix be_tx_q_clean() being called on freed queues | Sathya Perla | 2009-06-11 | 1 | -5/+6 |
| * | | | be2net: Fix early reset of rx-completion | Sathya Perla | 2009-06-11 | 1 | -2/+12 |
| * | | | be2net: Fix rx stats updation in non-lro path | Sathya Perla | 2009-06-11 | 1 | -1/+2 |
| * | | | be2net: fix netdev stats rx_errors and rx_dropped | Sathya Perla | 2009-06-11 | 1 | -14/+29 |