aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-25caif-hsi: Removed dead codeKim Lilliestierna XX1-7/+4
2012-06-25be2net: Regression bug wherein VFs creation broken for multiple cards.Somnath Kotur1-1/+2
2012-06-25be2net: Explicitly clear the reserved field in the Tx DescriptorSomnath Kotur1-0/+1
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-165/+242
2012-06-25netxen: Error return off by one for XG port.Santosh Nayak2-4/+4
2012-06-25netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.Santosh Nayak1-2/+2
2012-06-22net: sh_eth: fix the condition to fix the cur_tx/dirty_rxYoshihiro Shimoda1-5/+7
2012-06-22r8169: RxConfig hack for the 8168evl.françois romieu1-0/+1
2012-06-22usbnet: handle remote wakeup asapMing Lei1-16/+26
2012-06-22usbnet: decrease suspend count if returning -EBUSY for runtime suspendMing Lei1-0/+1
2012-06-22usbnet: clear OPEN flag in failure pathMing Lei1-1/+3
2012-06-22bnx2x: link module eepromYuval Mintz3-4/+67
2012-06-22bnx2x: 1G sfp+ module handlingYuval Mintz3-84/+151
2012-06-22bnx2x: revised link register accessYuval Mintz3-144/+100
2012-06-22bnx2x: treat 0 speed as link down (copper)Yuval Mintz1-10/+12
2012-06-22bnx2x: link cleanupYuval Mintz1-173/+167
2012-06-22bnx2x: sfp+ Tx fault detection addedYuval Mintz3-16/+99
2012-06-22net: qmi_wwan: fix Gobi device probingBjørn Mork1-43/+40
2012-06-22smsc911x.c: encapsulate enable irq callsMatthias Brugger1-7/+10
2012-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville17-51/+87
2012-06-21ixgbe: simplify padding and length checksStephen Hemminger1-7/+2
2012-06-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-143/+291
2012-06-20team: do RCU update path fixupsJiri Pirko2-6/+16
2012-06-20team: Revert previous two changes.David S. Miller2-11/+6
2012-06-20team: use RCU_INIT_POINTER for NULL assignment of RCU pointerJiri Pirko1-1/+1
2012-06-20team: use rcu_access_pointer to access RCU pointer by writerJiri Pirko2-5/+10
2012-06-20can: c_can_pci: fix compilation on non HAVE_CLK archsMarc Kleine-Budde1-22/+7
2012-06-20ath9k_htc: configure bssid on ASSOC/IBSS changeRajkumar Manoharan1-3/+2
2012-06-20iwlwifi: remove log_event debugfs file debugging is disabledJohannes Berg1-0/+6
2012-06-20ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan1-1/+13
2012-06-20wl1251: Fix memory leaks in SPI initializationGrazvydas Ignotas1-0/+4
2012-06-20wl1251: always report beacon loss to the stackGrazvydas Ignotas1-2/+1
2012-06-20wl1251: fix TSF calculationGrazvydas Ignotas1-1/+1
2012-06-20ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller1-85/+62
2012-06-20ixgbe: add support for 1G SX modulesJacob Keller3-5/+24
2012-06-20igb: Version bumpCarolyn Wyborny1-3/+3
2012-06-20igb: Update firmware info outputCarolyn Wyborny3-10/+89
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2-33/+55
2012-06-20igb: Support the get_ts_info ethtool method.Carolyn Wyborny1-0/+35
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny1-1/+11
2012-06-20igb: A fix to VF TX rate limitLior Levy2-0/+6
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-20ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck1-1/+1
2012-06-20Kconfig: Fix Kconfig for Intel ixgbe and igb PTP support.Carolyn Wyborny1-3/+7
2012-06-20igb: Fix incorrect RAR address entries for i210/i211 device.Carolyn Wyborny1-2/+0
2012-06-19net: qmi_wwan: use module_usb_driver macroBjørn Mork1-11/+1
2012-06-19net: qmi_wwan: shorten driver descriptionBjørn Mork1-2/+2
2012-06-19net: qmi_wwan: bind to both control and data interfaceBjørn Mork1-68/+63
2012-06-19net: qmi_wwan: rearranging to prepare for code sharingBjørn Mork1-52/+76
2012-06-19net: qmi_wwan: define a structure for driver specific stateBjørn Mork1-20/+29