| Commit message (Expand) | Author | Age | Files | Lines |
* | bnx2x: Removing the board type | Eilon Greenstein | 2009-02-15 | 3 | -41/+14 |
* | bnx2x: Flow control enhancement | Eilon Greenstein | 2009-02-15 | 5 | -10/+157 |
* | bnx2x: BW shaper enhancements | Eilon Greenstein | 2009-02-15 | 3 | -189/+153 |
* | bnx2x: Moving skb_record_rx_queue | Eilon Greenstein | 2009-02-15 | 1 | -1/+1 |
* | bnx2x: Per queue statistics | Eilon Greenstein | 2009-02-15 | 4 | -274/+643 |
* | bnx2x: Removing microcode assertion check | Eilon Greenstein | 2009-02-15 | 2 | -6/+2 |
* | bnx2x: Disabling interrupts after iSCSI-boot | Eilon Greenstein | 2009-02-15 | 2 | -2/+72 |
* | bnx2x: System-page alignment | Eilon Greenstein | 2009-02-15 | 2 | -9/+9 |
* | bnx2x: MSI support | Eilon Greenstein | 2009-02-15 | 4 | -54/+132 |
* | bnx2x: Multi-queue | Eilon Greenstein | 2009-02-15 | 3 | -113/+178 |
* | bnx2x: New FW | Eilon Greenstein | 2009-02-15 | 6 | -12635/+14374 |
* | igb: use timecompare to implement hardware time stamping | Patrick Ohly | 2009-02-15 | 5 | -8/+304 |
* | igb: stub support for SIOCSHWTSTAMP | Patrick Ohly | 2009-02-15 | 1 | -0/+31 |
* | igb: access to NIC time | Patrick Ohly | 2009-02-15 | 3 | -0/+143 |
* | e1000e: Remove mutex_trylock and associated WARN on failure. | dave graham | 2009-02-14 | 1 | -16/+1 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-14 | 14 | -8851/+8672 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-12 | 17 | -8887/+8751 |
| |\ |
|
| | * | netxen: fix compile waring "label ‘set_32_bit_mask’ defined but not used"... | Yang Hongyang | 2009-02-12 | 1 | -1/+1 |
| | * | bnx2: Update version to 1.9.2 and copyright. | Michael Chan | 2009-02-12 | 2 | -4/+4 |
| | * | bnx2: Fix jumbo frames error handling. | Michael Chan | 2009-02-12 | 1 | -11/+19 |
| | * | bnx2: Update 5709 firmware. | Michael Chan | 2009-02-12 | 1 | -4432/+4363 |
| | * | bnx2: Update 5706/5708 firmware. | Michael Chan | 2009-02-12 | 1 | -4309/+4206 |
| | * | 3c505: do not set pcb->data.raw beyond its size | Roel Kluin | 2009-02-12 | 1 | -10/+16 |
| | * | IRDA: cnt is off by 1 | Roel Kluin | 2009-02-12 | 1 | -1/+1 |
| | * | netxen: remove pcie workaround | Dhananjay Phadke | 2009-02-12 | 1 | -64/+0 |
| | * | sun3: print when lance_open() fails | Roel Kluin | 2009-02-12 | 1 | -1/+1 |
| | * | qlge: bugfix: Add missing rx buf clean index on early exit. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| | * | qlge: bugfix: Fix RX scaling values. | Ron Mercer | 2009-02-12 | 1 | -2/+2 |
| | * | qlge: bugfix: Fix TSO breakage. | Ron Mercer | 2009-02-12 | 1 | -4/+6 |
| | * | qlge: bugfix: Add missing dev_kfree_skb_any() call. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| | * | qlge: bugfix: Add missing put_page() call. | Ron Mercer | 2009-02-12 | 1 | -0/+2 |
| | * | qlge: bugfix: Fix fatal error recovery hang. | Ron Mercer | 2009-02-12 | 1 | -2/+11 |
| | * | qlge: bugfix: Use netif_receive_skb() and vlan_hwaccel_receive_skb(). | Ron Mercer | 2009-02-12 | 1 | -2/+2 |
| | * | TG3: limit reaches -1 | Roel Kluin | 2009-02-12 | 1 | -2/+2 |
| | * | iwlwifi: fix suspend/resume and its usage of pci saved state | Reinette Chatre | 2009-02-11 | 2 | -4/+26 |
| | * | zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G | Hin-Tak Leung | 2009-02-11 | 1 | -0/+1 |
| | * | zd1211rw: adding 0ace:0xa211 as a ZD1211 device | Hin-Tak Leung | 2009-02-11 | 1 | -0/+1 |
| | * | ath5k: fix bf->skb==NULL panic in ath5k_tasklet_rx | Bob Copeland | 2009-02-11 | 1 | -32/+53 |
| | * | sunhme: Fix Quattro HME irq registration on proble failures | Meelis Roos | 2009-02-10 | 1 | -6/+28 |
| | * | mdio-gpio: Add mdc pin direction initialization | Paulius Zaleckas | 2009-02-10 | 1 | -0/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-10 | 9 | -48/+100 |
| |\ \
| | |/ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-05 | 6 | -3/+12 |
| |\ \ |
|
* | \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2009-02-14 | 79 | -14971/+16176 |
|\ \ \ \ |
|
| * | | | | ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave() | Luis R. Rodriguez | 2009-02-13 | 1 | -2/+2 |
| * | | | | ath9k: add comments for ath9k_hw_configpcipowersave() | Luis R. Rodriguez | 2009-02-13 | 1 | -0/+35 |
| * | | | | iwlwifi: fix FAT channel config for 5000 series | Reinette Chatre | 2009-02-13 | 3 | -6/+8 |
| * | | | | iwlwifi: drop PCIe workaround applicable for development boards | Tomas Winkler | 2009-02-13 | 1 | -10/+0 |
| * | | | | iwlwifi: use pci registers defined in pci_regs.h | Tomas Winkler | 2009-02-13 | 8 | -48/+40 |
| * | | | | mac80211: use cfg80211s BSS infrastructure | Johannes Berg | 2009-02-13 | 1 | -3/+3 |
| * | | | | cfg80211/nl80211: scanning (and mac80211 update to use it) | Johannes Berg | 2009-02-13 | 4 | -7/+25 |