summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin1-12/+134
2012-07-22tun: orphan frags on xmitMichael S. Tsirkin1-0/+2
2012-07-22ixgbe: Fix build with PCI_IOV enabled.David S. Miller1-1/+1
2012-07-22forcedeth: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22e1000e: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22e1000: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22bnx2x: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-209/+323
2012-07-22Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-8/+11
2012-07-22wimax: fix printk format warningsRandy Dunlap2-3/+3
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld4-12/+12
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin1-1/+2
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2-7/+17
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore2-0/+2
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend1-5/+8
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend1-8/+19
2012-07-21ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck1-4/+8
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2-9/+10
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2-24/+46
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2-2/+41
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck4-94/+45
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck3-32/+28
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi2-3/+5
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi3-5/+6
2012-07-20forcedeth: spin_unlock_irq in interrupt handler fixDenis Efremov1-2/+2
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/jkirsh...David 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/linvil...John 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