Age | Commit message (Expand) | Author | Files | Lines |
2011-07-28 | tg3: Simplify tx bd assignments | Matt Carlson | 1 | -39/+37 |
2011-07-28 | tg3: Reintroduce tg3_tx_ring_info | Matt Carlson | 2 | -7/+12 |
2011-07-28 | ASIX: Use only 11 bits of header for data size | Marek Vasut | 1 | -2/+2 |
2011-07-28 | ASIX: Simplify condition in rx_fixup() | Marek Vasut | 1 | -3/+2 |
2011-07-28 | Fix cdc-phonet build | Chris Clayton | 1 | -0/+1 |
2011-07-28 | bonding: reduce noise during init | Andy Gospodarek | 1 | -1/+1 |
2011-07-28 | bonding: fix string comparison errors | Andy Gospodarek | 1 | -62/+71 |
2011-07-28 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 8 | -6/+14 |
2011-07-28 | forcedeth: fix vlans | Jiri Pirko | 1 | -3/+13 |
2011-07-28 | gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e | Sebastian Pöhn | 1 | -5/+1 |
2011-07-28 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 3 | -3/+6 |
2011-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -3/+6 |
2011-07-27 | b43: fix invalid memory access in b43_ssb_remove() | Pavel Roskin | 1 | -2/+3 |
2011-07-27 | b43: bcma: drop BROKEN | Rafał Miłecki | 1 | -1/+1 |
2011-07-27 | b43: bus: fix memory corruption when setting driver's data | Rafał Miłecki | 1 | -0/+2 |
2011-07-26 | acenic: use netdev_alloc_skb_ip_align | stephen hemminger | 2 | -24/+27 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 62 | -76/+75 |
2011-07-25 | bnx2x: use pci_pcie_cap() | Vladislav Zolotarov | 1 | -1/+1 |
2011-07-25 | bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_task | Vladislav Zolotarov | 1 | -11/+25 |
2011-07-25 | bnx2x: enable internal target-read for 57712 and up only | Shmulik Ravid | 1 | -3/+6 |
2011-07-25 | bnx2x: count statistic ramrods on EQ to prevent MC assert | Vladislav Zolotarov | 1 | -31/+32 |
2011-07-25 | bnx2x: fix loopback for non 10G link | Yaniv Rosner | 1 | -6/+18 |
2011-07-25 | bnx2x: dcb - send all unmapped priorities to same COS as L2 | Dmitry Kravkov | 1 | -6/+33 |
2011-07-25 | iwlwifi: Fix build with CONFIG_PM disabled. | David S. Miller | 1 | -0/+6 |
2011-07-24 | via-velocity: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2011-07-24 | qlge: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2011-07-24 | igb: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2011-07-24 | can: c_can: remove duplicated #include | Huang Weiyi | 2 | -2/+0 |
2011-07-24 | bnad: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2011-07-23 | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 146 | -5993/+6492 |
2011-07-23 | bna: Header File Consolidation | Rasesh Mody | 6 | -87/+69 |
2011-07-23 | bna: HW Error Counter Fix | Rasesh Mody | 3 | -0/+6 |
2011-07-23 | bna: Add HW Semaphore Unlock Logic | Rasesh Mody | 2 | -0/+31 |
2011-07-23 | bna: IOC Event Name Change | Rasesh Mody | 1 | -10/+10 |
2011-07-23 | bna: Mboxq Flush When IOC Disabled | Rasesh Mody | 1 | -3/+4 |
2011-07-23 | bna: Minor IRQ Index and Definition Change | Rasesh Mody | 2 | -9/+13 |
2011-07-23 | bna: State Machine Fault Handling Cleanup | Rasesh Mody | 4 | -64/+64 |
2011-07-23 | bna: IOC Event Notification Enhancement | Rasesh Mody | 4 | -54/+99 |
2011-07-23 | bna: CheckPatch Cleanup | Rasesh Mody | 13 | -215/+215 |
2011-07-23 | bna: Print Driver Version | Rasesh Mody | 1 | -1/+2 |
2011-07-23 | sbni: use pci_dev->subsystem_device | Sergei Shtylyov | 1 | -4/+1 |
2011-07-23 | r8169: use pci_dev->subsystem_{vendor|device} | Sergei Shtylyov | 1 | -5/+2 |
2011-07-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 146 | -5993/+6492 |
2011-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 11 | -49/+112 |
2011-07-22 | b43legacy: dma: cache translation (routing bits) | Rafał Miłecki | 2 | -3/+6 |
2011-07-22 | ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table() | Pavel Roskin | 1 | -6/+3 |
2011-07-22 | ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210 | Pavel Roskin | 3 | -81/+5 |
2011-07-22 | ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers | Pavel Roskin | 3 | -22/+6 |
2011-07-22 | b43: (un)initialize driver on the BCMA bus | Rafał Miłecki | 1 | -4/+44 |
2011-07-22 | b43: bcma: get DMA translation bits | Rafał Miłecki | 1 | -0/+5 |