summaryrefslogtreecommitdiffstats
path: root/Documentation/circular-buffers.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-13igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck1-29/+17
2011-10-13ixgbe: Correct check for change in FCoE priorityMark Rustad1-2/+10
2011-10-13ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania5-11/+56
2011-10-13ixgbe: Add protection from VF invalid target DMAGreg Rose2-1/+175
2011-10-11ath6kl: fixup merge damage in ath6kl_mgmt_txJohn W. Linville1-1/+1
2011-10-10ll_temac: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-10-10emac: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-10-10ehea: convert to SKB paged frag APIIan Campbell1-8/+3
2011-10-10af_packet: remove unnecessary BUG_ON() in tpacket_destruct_skbdanborkmann@iogearbox.net1-2/+0
2011-10-10r6040: bump version to 0.28 and date to 07Oct2011.Florian Fainelli1-2/+2
2011-10-10r6040: invoke phy_{start,stop} when appropriateFlorian Fainelli1-0/+4
2011-10-10mlx4_en: Adding 40gb speed report for ethtoolAlexander Guller2-5/+22
2011-10-10mlx4_en: Fix crash upon device initialization errorAlexander Guller1-1/+1
2011-10-10mlx4_en: Fix QP number calculation according to module paramAlexander Guller1-1/+1
2011-10-10mlx4_en: Added missing iounmap upon releasing a deviceAlexander Guller1-1/+5
2011-10-10mlx4_en: Adjusting moderation per each ringAlexander Guller3-61/+45
2011-10-10mlx4_en: Removing reserve vectorsAlexander Guller4-11/+9
2011-10-10mlx4_en: Assigning TX irq per ringAlexander Guller3-24/+20
2011-10-08igb: add support for NETIF_F_RXHASHAlexander Duyck1-17/+35
2011-10-08igb: move TX hang check flag into ring->flagsAlexander Duyck2-4/+3
2011-10-08igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck1-14/+4
2011-10-08igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck3-28/+39
2011-10-08igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2-17/+6
2011-10-08igb: cleanup IVAR configurationAlexander Duyck1-64/+56
2011-10-08igb: Move ITR related data into work container within the q_vectorAlexander Duyck4-123/+118
2011-10-08igb: Consolidate all of the ring feature flags into a single valueAlexander Duyck2-14/+19
2011-10-08igb: avoid unnecessary conversions from u16 to intAlexander Duyck2-7/+7
2011-10-08igb: Use node specific allocations for the q_vectors and ringsAlexander Duyck2-5/+79
2011-10-08igb: push data into first igb_tx_buffer sooner to reduce stack usageAlexander Duyck2-50/+54
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones26-90/+0
2011-10-07Add ethtool -g support to 8139cpRick Jones1-0/+10
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg1-4/+1
2011-10-07igb: consolidate creation of Tx buffer info and data descriptorAlexander Duyck2-142/+184
2011-10-07igb: Combine all flag info fields into a single tx_flags structureAlexander Duyck2-16/+17
2011-10-07igb: Cleanup protocol handling in transmit pathAlexander Duyck1-12/+11
2011-10-07igb: Create separate functions for generating cmd_type and olinfoAlexander Duyck3-44/+65
2011-10-07igb: Make first and tx_buffer_info->next_to_watch into pointersAlexander Duyck2-31/+37
2011-10-07igb: Consolidate creation of Tx context descriptors into a single functionAlexander Duyck1-127/+106
2011-10-07igb: split buffer_info into tx_buffer_info and rx_buffer_infoAlexander Duyck3-88/+92
2011-10-07igb: Make Tx budget for NAPI user adjustableAlexander Duyck3-53/+87
2011-10-07e1000e: bad short packets received when jumbos enabled on 82579Bruce Allan1-1/+1
2011-10-07e1000: convert to private mutex from rtnlJesse Brandeburg2-9/+31
2011-10-07e1000: convert mdelay to msleepJesse Brandeburg2-12/+12
2011-10-07e1000: convert hardware management from timers to threadsJesse Brandeburg2-84/+55
2011-10-07ixgbe: bump version numberDon Skidmore1-2/+2
2011-10-07x86/PCI: use host bridge _CRS info on ASUS M2V-MX SEPaul Menzel1-0/+11
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell29-44/+43
2011-10-06net: fix typos in Documentation/networking/scaling.txtBenjamin Poirier1-5/+5
2011-10-06dcb: Add stub routines for !CONFIG_DCBJohn Fastabend1-0/+18
2011-10-06dcb: add DCBX mode to event notifier attributesJohn Fastabend2-0/+7