Age | Commit message (Expand) | Author | Files | Lines |
2010-02-27 | Bluetooth: Add missing kfree() on error path in Atheros driver | Dan Carpenter | 1 | -0/+2 |
2010-02-27 | Bluetooth: Make USB device id constant | Márton Németh | 1 | -1/+1 |
2010-02-27 | Bluetooth: Add __init/__exit macros to Marvell SDIO driver | Peter Huewe | 1 | -2/+2 |
2010-02-26 | net: Delete isa-skeleton net driver | Jeff Garzik | 1 | -718/+0 |
2010-02-26 | can: ti hecc module : add platform specific initialization callback. | Sriramakrishnan | 1 | -1/+16 |
2010-02-26 | infiniband: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2 | -42/+51 |
2010-02-26 | greth: fall through to common return statement on error | Simon Horman | 1 | -2/+0 |
2010-02-26 | myri10ge: optimize 4k-boundary check when stocking rx pages | Brice Goglin | 1 | -4/+7 |
2010-02-26 | cnic: Update version to 2.1.1. | Michael Chan | 4 | -6/+6 |
2010-02-26 | cnic: Use union for the status blocks of different devices. | Michael Chan | 2 | -21/+23 |
2010-02-26 | cnic: Simplify route checking during iSCSI connection. | Michael Chan | 1 | -24/+13 |
2010-02-26 | cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down. | Michael Chan | 1 | -0/+7 |
2010-02-26 | cnic: Finetune iSCSI connection reset. | Eddie Wai | 1 | -5/+16 |
2010-02-26 | cnic: Finetune iSCSI connection set up. | Eddie Wai | 2 | -2/+17 |
2010-02-26 | ixgbe: Do not allocate too many netdev txqueues | John Fastabend | 1 | -1/+13 |
2010-02-26 | ixgbe: do not stop tx queues in ixgbe_set_tso | John Fastabend | 1 | -2/+0 |
2010-02-26 | ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable... | Mallikarjuna R Chilakala | 1 | -3/+29 |
2010-02-26 | greth: convert to netdev_tx_t | kirjanov@gmail.com | 1 | -4/+8 |
2010-02-26 | sis190: handle DMA mapping errors | kirjanov@gmail.com | 1 | -8/+19 |
2010-02-26 | tc35815: Fix double locking on NAPI | Atsushi Nemoto | 1 | -2/+11 |
2010-02-26 | isa-skelton: Remove a wrong netif_wake_queue() call | Atsushi Nemoto | 1 | -1/+0 |
2010-02-26 | octeon: convert to use netdev_for_each_mc_addr | Jiri Pirko | 1 | -6/+1 |
2010-02-26 | net: convert multiple drivers to use netdev_for_each_mc_addr, part6 | Jiri Pirko | 18 | -77/+42 |
2010-02-26 | net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 | Jiri Pirko | 27 | -105/+82 |
2010-02-26 | can: netlink support for bus-error reporting and counters | Wolfgang Grandegger | 2 | -3/+28 |
2010-02-26 | drivers/net/myri10ge: Use pr_<level> and netdev_<level> | Joe Perches | 1 | -116/+67 |
2010-02-26 | drivers/net/chelsio: Use pr_<level>, netif_msg_<type> | Joe Perches | 7 | -72/+56 |
2010-02-26 | isdn: remove ishexdigit() in regard to isxdigit() | Andy Shevchenko | 1 | -15/+1 |
2010-02-26 | gigaset: reduce syslog clutter | Tilman Schmidt | 10 | -147/+77 |
2010-02-26 | bas_gigaset: collapse CR/LF at end of AT response | Tilman Schmidt | 3 | -15/+35 |
2010-02-26 | KS8695: Don't call netif_carrier_off() from ndo_stop() | Yegor Yefremov | 1 | -1/+0 |
2010-02-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 87 | -1520/+2225 |
2010-02-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 10 | -30/+78 |
2010-02-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 5 | -9/+27 |
2010-02-23 | tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ON | Atsushi Nemoto | 1 | -1/+0 |
2010-02-23 | cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit) | Torgny Johansson | 1 | -0/+5 |
2010-02-23 | e1000: Fix DMA mapping error handling on RX | Anton Blanchard | 1 | -1/+18 |
2010-02-23 | e1000: correct wrong coding style for "else" | Jiri Pirko | 1 | -2/+1 |
2010-02-23 | can:ti_hecc: Add pm hook-up | Sriram | 1 | -3/+48 |
2010-02-23 | isdn: fix a few Kconfig imperfections | Tilman Schmidt | 2 | -22/+28 |
2010-02-23 | net: convert multiple drivers to use netdev_for_each_mc_addr, part4 | Jiri Pirko | 29 | -98/+69 |
2010-02-23 | e1000: convert to use netdev_for_each_mc_addr | Jiri Pirko | 1 | -20/+17 |
2010-02-23 | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 22 | -74/+50 |
2010-02-23 | net/arm: convert to use netdev_for_each_mc_addr | Jiri Pirko | 5 | -30/+28 |
2010-02-23 | drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpers | Joe Perches | 1 | -147/+96 |
2010-02-23 | b44: use netdev_alloc_skb instead of dev_alloc_skb | Hauke Mehrtens | 1 | -1/+1 |
2010-02-23 | b44: Set PHY address to NO_PHY if reset fails. | Hauke Mehrtens | 1 | -1/+5 |
2010-02-23 | pci: add support for 82576NS serdes to existing SR-IOV quirk | Alexander Duyck | 1 | -0/+1 |
2010-02-23 | ixgbe: prevent speculative processing of descriptors before ready | Milton Miller | 1 | -0/+1 |
2010-02-22 | mwl8k: convert to new station add/remove callbacks | Johannes Berg | 1 | -84/+22 |