summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2011-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller
2011-10-10ll_temac: convert to SKB paged frag API.Ian Campbell
2011-10-10emac: convert to SKB paged frag API.Ian Campbell
2011-10-10ehea: convert to SKB paged frag APIIan Campbell
2011-10-09r6040: bump version to 0.28 and date to 07Oct2011.Florian Fainelli
2011-10-09r6040: invoke phy_{start,stop} when appropriateFlorian Fainelli
2011-10-09mlx4_en: Adding 40gb speed report for ethtoolAlexander Guller
2011-10-09mlx4_en: Fix crash upon device initialization errorAlexander Guller
2011-10-09mlx4_en: Fix QP number calculation according to module paramAlexander Guller
2011-10-09mlx4_en: Added missing iounmap upon releasing a deviceAlexander Guller
2011-10-09mlx4_en: Adjusting moderation per each ringAlexander Guller
2011-10-09mlx4_en: Removing reserve vectorsAlexander Guller
2011-10-09mlx4_en: Assigning TX irq per ringAlexander Guller
2011-10-07igb: add support for NETIF_F_RXHASHAlexander Duyck
2011-10-07igb: move TX hang check flag into ring->flagsAlexander Duyck
2011-10-07igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck
2011-10-07igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck
2011-10-07igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck
2011-10-07igb: cleanup IVAR configurationAlexander Duyck
2011-10-07igb: Move ITR related data into work container within the q_vectorAlexander Duyck
2011-10-07igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck
2011-10-07igb: avoid unnecessary conversions from u16 to intAlexander Duyck
2011-10-07igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck
2011-10-07igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-07Add ethtool -g support to 8139cpRick Jones
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-07Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck
2011-10-06igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck
2011-10-06igb: Cleanup protocol handling in transmit pathAlexander Duyck
2011-10-06igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck
2011-10-06igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck
2011-10-06igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck
2011-10-06igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck
2011-10-06igb: Make Tx budget for NAPI user adjustableAlexander Duyck
2011-10-06e1000e: bad short packets received when jumbos enabled on 82579Bruce Allan
2011-10-06e1000: convert to private mutex from rtnlJesse Brandeburg
2011-10-06e1000: convert mdelay to msleepJesse Brandeburg
2011-10-06e1000: convert hardware management from timers to threadsJesse Brandeburg
2011-10-06ixgbe: bump version numberDon Skidmore
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-10-06virtio-net: Verify page list size before fitting into skbSasha Levin
2011-10-06igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin
2011-10-06igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin
2011-10-06igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend
2011-10-06ixgbe: Fix PFC mask generationMark Rustad