summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0621-51/+46
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-0628-44/+43
* cnic: Add FCoE parity error recoveryMichael Chan2012-02-062-5/+36
* bnx2: Add missing memory barrier in bnx2_start_xmit()Vlad Zolotarov2012-02-061-0/+3
* bnx2: Add support for ethtool --show-channels|--set-channelsMichael Chan2012-02-062-9/+93
* bonding: Fix misspelling of "since"Jesper Juhl2012-02-061-1/+1
* net/hyperv: Remove the unnecessary memset in rndis_filter_send()Haiyang Zhang2012-02-051-2/+0
* net/hyperv: Correct the assignment in netvsc_recv_callback()Haiyang Zhang2012-02-051-5/+2
* net/hyperv: Convert camel cased variables in rndis_filter.c to lower casesHaiyang Zhang2012-02-051-30/+30
* Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-02-0413-147/+191
|\
| * can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-039-128/+103
| * can: bfin_can/ti_hecc/mscan: add missing do_get_berr_counter callbackWolfgang Grandegger2012-02-033-1/+42
| * can: Kconfig: add more information about Intel EG20T PCH CAN controllerTomoya MORINAGA2012-02-031-3/+3
| * can: pch_can: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2012-02-031-1/+1
| * can: plx_pci: add support for IXXAT PCI cardsJames Kime2012-02-032-1/+22
| * can: ems_usb: Improved memory handling on ems_usb_startSebastian Haas2012-02-031-2/+4
| * can: flexcan: Fix CAN_RAW_RECV_OWN_MSGS and CAN_RAW_LOOPBACKReuben Dowle2012-02-031-10/+7
| * can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde2012-02-031-1/+9
| * can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04234-5408/+2155
|\ \
| * \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-046-17/+28
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-036-17/+28
| | |\ \
| | | * | iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach2012-02-013-3/+11
| | | * | ssb: fix cardbus slot in hostmodeHauke Mehrtens2012-02-011-1/+1
| | | * | iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville2012-02-011-1/+1
| | | * | rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga2012-02-011-4/+4
| | | * | bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl2012-02-011-8/+11
| * | | | ixgbe: Fix typo in ixgbe_common.hMasanari Iida2012-02-031-1/+1
| * | | | igbvf: change copyright dateMitch A Williams2012-02-0310-11/+11
| * | | | ixgbevf: Update copyright noticesGreg Rose2012-02-0310-11/+11
| * | | | ixgbevf: Fix mailbox interrupt ack bugGreg Rose2012-02-032-6/+21
| * | | | ixgbe: make ethtool strings table constStephen Hemminger2012-02-031-1/+1
| * | | | ixgbe: Add warning when no space left for more MAC filtersGreg Rose2012-02-031-0/+3
| * | | | ixgbe: update copyright to 2012Don Skidmore2012-02-0325-26/+26
| |/ / /
| * | | can: peak_pci: Fix the way channels are linked togetherStephane Grosjean2012-02-031-14/+9
| * | | can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0
| * | | can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
| * | | can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger2012-02-031-1/+2
| * | | can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre2012-02-031-1/+15
| * | | can: cc770: store echo skb before starting the transferWolfgang Grandegger2012-02-031-1/+3
| * | | can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger2012-02-031-1/+6
| * | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-022-4/+17
| * | | net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang2012-02-021-4/+4
| * | | drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2012-02-022-2/+3
| * | | net/hyperv: fix the issue that large packets be dropped under bridgeWei Yongjun2012-02-021-0/+19
| * | | ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-02-011-5/+1
| * | | net/hyperv: rx_bytes should account the ether header sizeWei Yongjun2012-02-011-1/+1
| * | | net: fec: correct phy_name buffer length when init phy_nameRichard Zhao2012-01-311-1/+1
| * | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-01-313-6/+13
| |\ \ \
| | * | | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776FGuenter Roeck2012-01-291-0/+6