| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | ath9k: propagate errors on ath_init_device() and request_irq() | Luis R. Rodriguez | 2009-09-08 | 2 | -11/+9 |
| | * | | | | | ath9k: propagate ieee80211_alloc_hw() failure | Luis R. Rodriguez | 2009-09-08 | 1 | -2/+3 |
| | * | | | | | ar9170: added phy register initialisation from eeprom values | Joerg Albert | 2009-09-08 | 1 | -1/+134 |
| * | | | | | | niu: Use resource_size instead of private function | Tobias Klauser | 2009-09-09 | 1 | -14/+9 |
| * | | | | | | r8169: Fix warning in rtl8169_start_xmit(). | David S. Miller | 2009-09-07 | 1 | -1/+0 |
| * | | | | | | net: fix hydra printk format warning | Randy Dunlap | 2009-09-07 | 1 | -2/+2 |
| * | | | | | | IXP42x HSS support for setting internal clock rate | Krzysztof Halasa | 2009-09-07 | 1 | -4/+91 |
| * | | | | | | WAN: remove deprecated PCI_DEVICE_ID from PCI200SYN driver. | Krzysztof Halasa | 2009-09-07 | 1 | -11/+0 |
| * | | | | | | be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap | Ajit Khaparde | 2009-09-07 | 1 | -30/+32 |
| * | | | | | | be2net: Changes to support flashing of the be2 network adapter | Ajit Khaparde | 2009-09-07 | 6 | -4/+317 |
| * | | | | | | wan: dlci/sdla transmit return dehacking | Stephen Hemminger | 2009-09-07 | 2 | -42/+9 |
| * | | | | | | netxen: update version to 4.0.50 | Dhananjay Phadke | 2009-09-07 | 1 | -2/+2 |
| * | | | | | | netxen: refactor firmware info code | Dhananjay Phadke | 2009-09-07 | 3 | -103/+98 |
| * | | | | | | netxen: pre calculate register addresses | Amit Kumar Salecha | 2009-09-07 | 6 | -191/+210 |
| * | | | | | | netxen: fix ip addr hashing after firmware reset | Amit Kumar Salecha | 2009-09-07 | 1 | -22/+39 |
| * | | | | | | netxen: firmware hang detection | Dhananjay Phadke | 2009-09-07 | 4 | -88/+348 |
| * | | | | | | netxen: handle firmware load errors | Dhananjay Phadke | 2009-09-07 | 3 | -4/+20 |
| |/ / / / / |
|
| * | | | | | net: Fix a build break because of a typo in drivers/net/3c503.c | Sachin Sant | 2009-09-04 | 1 | -1/+1 |
| * | | | | | can: sja1000: legacy SJA1000 ISA bus driver | Wolfgang Grandegger | 2009-09-04 | 3 | -0/+289 |
| * | | | | | can: sja1000: fix network statistics update | Wolfgang Grandegger | 2009-09-04 | 1 | -3/+2 |
| * | | | | | can: add can_free_echo_skb() for upcoming drivers | Wolfgang Grandegger | 2009-09-04 | 1 | -1/+17 |
| * | | | | | WAN: dscc4: Fix warning pointing out a bug. | David S. Miller | 2009-09-03 | 1 | -1/+1 |
| * | | | | | enic: organize device initialization/deinit into separate functions | Scott Feldman | 2009-09-03 | 5 | -75/+133 |
| * | | | | | enic: bug fix: check for zero port MTU before posting warning | Scott Feldman | 2009-09-03 | 1 | -1/+1 |
| * | | | | | enic: changes to driver/firmware interface | Scott Feldman | 2009-09-03 | 4 | -10/+30 |
| * | | | | | enic: bug fix: enable VLAN filtering | Scott Feldman | 2009-09-03 | 1 | -1/+2 |
| * | | | | | enic: provision for multiple Rx/Tx queues; prepare for RSS support | Scott Feldman | 2009-09-03 | 5 | -14/+50 |
| * | | | | | enic: bug fix: included MAC drops in rx_dropped netstat | Scott Feldman | 2009-09-03 | 2 | -3/+9 |
| * | | | | | enic: bug fix: protect fw call i/f with spinlock | Scott Feldman | 2009-09-03 | 1 | -0/+12 |
| * | | | | | enic: use netdev_alloc_skb | Scott Feldman | 2009-09-03 | 1 | -4/+6 |
| * | | | | | enic: bug fix: split TSO fragments larger than 16K into multiple descs | Scott Feldman | 2009-09-03 | 1 | -18/+69 |
| * | | | | | enic: workaround A0 erratum | Scott Feldman | 2009-09-03 | 4 | -4/+80 |
| * | | | | | enic: add support for multiple BARs | Scott Feldman | 2009-09-03 | 4 | -36/+66 |
| * | | | | | macvlan: add multiqueue capability | Eric Dumazet | 2009-09-03 | 1 | -6/+27 |
| * | | | | | netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data | Ben Hutchings | 2009-09-03 | 5 | -22/+32 |
| * | | | | | netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations | Ben Hutchings | 2009-09-03 | 30 | -92/+1 |
| * | | | | | netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls | Ben Hutchings | 2009-09-03 | 2 | -6/+0 |
| * | | | | | sky2: only enable Vaux if capable of wakeup | Stephen Hemminger | 2009-09-03 | 1 | -2/+3 |
| * | | | | | netxen: fix infinite loop on dma mapping failure | Dhananjay Phadke | 2009-09-03 | 1 | -2/+2 |
| * | | | | | netxen: remove duplicate napi_add | Dhananjay Phadke | 2009-09-03 | 1 | -6/+0 |
| * | | | | | netxen: fix lro buffer allocation | Dhananjay Phadke | 2009-09-03 | 2 | -2/+7 |
| * | | | | | ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets | Yi Zou | 2009-09-03 | 1 | -1/+7 |
| * | | | | | ixgbe: Distribute transmission of FCoE traffic in 82599 | Yi Zou | 2009-09-03 | 1 | -2/+8 |
| * | | | | | ixgbe: Add support for multiple Tx queues for FCoE in 82599 | Yi Zou | 2009-09-03 | 2 | -15/+65 |
| * | | | | | igb: set vf rlpml wasn't taking vlan tag into account | Alexander Duyck | 2009-09-03 | 2 | -0/+40 |
| * | | | | | igb: only disable/enable interrupt bits for igb physical function | Alexander Duyck | 2009-09-03 | 1 | -5/+9 |
| * | | | | | igb: add support for set_rx_mode netdevice operation | Alexander Duyck | 2009-09-03 | 1 | -25/+48 |
| * | | | | | fec: don't enable irqs in hard irq context | Uwe Kleine-König | 2009-09-02 | 1 | -6/+6 |
| * | | | | | fec: fix recursive locking of mii_lock | Uwe Kleine-König | 2009-09-02 | 1 | -5/+17 |
| * | | | | | NET: Fix possible corruption in bpqether driver | Ralf Baechle | 2009-09-02 | 1 | -16/+10 |