aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller72-604/+539
2011-10-07Merge git://github.com/Jkirsher/net-nextDavid S. Miller9-521/+600
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2-142/+184
2011-10-06igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2-16/+17
2011-10-06igb: Cleanup protocol handling in transmit pathAlexander Duyck1-12/+11
2011-10-06igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck3-44/+65
2011-10-06igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2-31/+37
2011-10-06igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck1-127/+106
2011-10-06igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck3-88/+92
2011-10-06igb: Make Tx budget for NAPI user adjustableAlexander Duyck3-53/+87
2011-10-06e1000e: bad short packets received when jumbos enabled on 82579Bruce Allan1-1/+1
2011-10-06e1000: convert to private mutex from rtnlJesse Brandeburg2-9/+31
2011-10-06e1000: convert mdelay to msleepJesse Brandeburg2-12/+12
2011-10-06e1000: convert hardware management from timers to threadsJesse Brandeburg2-84/+55
2011-10-06ixgbe: bump version numberDon Skidmore1-2/+2
2011-10-06Merge git://github.com/davem330/netLinus Torvalds1-1/+1
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell29-44/+43
2011-10-06virtio-net: Verify page list size before fitting into skbSasha Levin1-0/+13
2011-10-06Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dmLinus Torvalds4-8/+32
2011-10-06Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds6-15/+26
2011-10-06igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin1-0/+5
2011-10-06igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin1-2/+2
2011-10-06igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin1-0/+6
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2-2/+12
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2-3/+19
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend6-34/+101
2011-10-06ixgbe: Fix PFC mask generationMark Rustad1-1/+1
2011-10-06e1000e: WoL fails on device ID 0x1501Bruce Allan1-4/+6
2011-10-06e1000e: WoL can fail on 82578DMBruce Allan1-5/+10
2011-10-05bnx2x: remove some dead codeDan Carpenter1-2/+0
2011-10-05chelsio: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-10-05cxgb3: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-10-05myri10ge: convert to SKB paged frag API.Ian Campbell1-6/+6
2011-10-05hv: netvsc: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-10-05et131x: convert to SKB paged frag API.Ian Campbell1-6/+6
2011-10-05xen: netfront: convert to SKB paged frag API.Ian Campbell1-15/+19
2011-10-05xen: netback: convert to SKB paged frag API.Ian Campbell1-21/+33
2011-10-05vxge: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-10-05Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds1-5/+2
2011-10-05Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6Linus Torvalds2-8/+11
2011-10-05ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov3-8/+1
2011-10-05ixgbe: get pauseparam autonegMika Lansirinne1-7/+1
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2-11/+0
2011-10-05ixgbe: send MFLCN to ethtoolEmil Tantilov1-1/+4
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov3-0/+3
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller1-3/+5
2011-10-05ixgbe: remove return code for functions that always return 0Emil Tantilov1-21/+9
2011-10-05ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov1-1/+2
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov1-1/+2
2011-10-05e1000e: make function tables constJeff Kirsher4-36/+36