aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren2-1/+20
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-248/+344
2012-07-20team: add multiqueue supportJiri Pirko1-5/+60
2012-07-20bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko1-1/+1
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko1-3/+3
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-6/+8
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason3-9/+6
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason3-12/+8
2012-07-20Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller14-87/+225
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville113-2066/+3629
2012-07-20can: janz-ican3: add support for one shot modeIra W. Snyder1-1/+7
2012-07-20can: janz-ican3: avoid firmware lockup caused by infinite bus error quotaIra W. Snyder1-1/+11
2012-07-20can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGSIra W. Snyder1-46/+157
2012-07-20can: janz-ican3: fix error and byte countersIra W. Snyder1-5/+6
2012-07-20can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3Marc Kleine-Budde1-5/+5
2012-07-20can: janz-ican3: drop invalid skbsIra W. Snyder1-0/+3
2012-07-20can: janz-ican3: remove dead codeIra W. Snyder1-2/+0
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar1-18/+27
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde14-14/+14
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2-8/+13
2012-07-19ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck1-9/+11
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck6-3/+46
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck4-122/+154
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck3-86/+86
2012-07-19ixgbe: Cleanup configuration of FCoE registersAlexander Duyck2-27/+32
2012-07-19ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck2-17/+17
2012-07-19ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck1-4/+11
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck3-19/+21
2012-07-19Merge branch 'net' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileDavid S. Miller1-27/+34
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller143-1068/+1609
2012-07-19mlx4_en: map entire pages to increase throughputThadeu Lima de Souza Cascardo2-109/+131
2012-07-19sfc: initialize dynamic sysfs attributes for lockdepMichal Schmidt1-0/+1
2012-07-19net: e100: ucode is optional in some casesBjørn Mork1-9/+31
2012-07-19asix: AX88172A driver depends on phylibChristian Riesch1-0/+1
2012-07-19asix: Add support for programming the EEPROMChristian Riesch4-0/+87
2012-07-19asix: Rework reading from EEPROMChristian Riesch4-32/+24
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-2/+6
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com1-0/+4
2012-07-19libertas: firmware.c: remove duplicated includeDuan Jiong1-2/+0
2012-07-19net/mlx4_en: Add accelerated RFS supportAmir Vadai4-1/+342
2012-07-19{NET,IB}/mlx4: Add rmap support to mlx4_assign_eqAmir Vadai3-3/+15
2012-07-19net/mlx4: Move MAC_MASK to a common placeAmir Vadai4-7/+4
2012-07-19Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2-15/+32
2012-07-19Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds5-0/+16
2012-07-19cx25821: Remove bad strcpy to read-only char*Ezequiel Garcia2-4/+1
2012-07-19HID: hid-multitouch: add support for Zytronic panelsBenjamin Tissoires3-0/+9
2012-07-19md/raid1: close some possible races on write errors during resyncNeilBrown1-2/+8
2012-07-19md: avoid crash when stopping md array races with closing other open fds.NeilBrown1-13/+23
2012-07-19md: fix bug in handling of new_data_offsetNeilBrown1-0/+1