summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libfc (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-28netxen: fix builds for SYSFS=n or MODULES=nRandy Dunlap1-0/+9
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet3-16/+35
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet7-18/+19
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet2-32/+66
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet2-8/+21
2009-10-28igb: cleanup "todo" code found in igb_ethtool.cAlexander Duyck2-10/+8
2009-10-28igb: add single vector msi-x testing to interrupt testAlexander Duyck1-10/+17
2009-10-28igb: make ethtool use core xmit map and free functionalityAlexander Duyck1-67/+89
2009-10-28igb: make tx ring map and free functionality non-staticAlexander Duyck2-19/+19
2009-10-28igb: re-use ring configuration code in ethtool testingAlexander Duyck3-168/+60
2009-10-28igb: setup vlan tag replication stripping in igb_vmm_controlAlexander Duyck2-0/+20
2009-10-28igb: delay VF reset notification until after interrupts are enabedAlexander Duyck1-10/+23
2009-10-28igb: move the multiple receive queue configuration into seperate functionAlexander Duyck1-106/+111
2009-10-28igb: place a pointer to the netdev struct in the ring itselfAlexander Duyck2-16/+16
2009-10-28igb: add a flags value to the ringAlexander Duyck3-58/+60
2009-10-28igb: move alloc_failed and csum_err stats into per rx-ring statAlexander Duyck3-15/+17
2009-10-28igb: move rx_buffer_len into the ring structureAlexander Duyck2-21/+23
2009-10-28igb: add pci device pointer to ring structureAlexander Duyck3-41/+40
2009-10-28igb: change the head and tail offsets into pointersAlexander Duyck2-18/+18
2009-10-28igb: move SRRCTL register configuration into ring specific configAlexander Duyck1-37/+23
2009-10-28igb: remove rx_ps_hdr_lenAlexander Duyck2-61/+38
2009-10-28igb: move the tx and rx ring specific config into seperate functionsAlexander Duyck2-68/+117
2009-10-28igb: increase minimum rx buffer size to 1KAlexander Duyck2-24/+3
2009-10-28igb: remove rx checksum good counterAlexander Duyck3-3/+0
2009-10-28igb: add new data structure for handling interrupts and NAPIAlexander Duyck3-392/+534
2009-10-28atl1c: duplicate atl1c_get_tpdJie Yang1-2/+0
2009-10-27bonding: Remove bond_dev from xmit_hash_policy call.Jasper Spaans3-15/+10
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet5-10/+15
2009-10-27can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck1-2/+0
2009-10-27cxgb3: Set the rxqKrishna Kumar1-0/+1
2009-10-27sh_eth: Add asm/cacheflush.hNobuhiro Iwamatsu1-0/+1
2009-10-27PPPoE: Fix flush/close races.Michal Ostrowski1-61/+68
2009-10-27e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan4-141/+346
2009-10-27e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan1-31/+58
2009-10-27e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan1-0/+40
2009-10-27e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan1-1/+3
2009-10-27e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan1-1/+9
2009-10-27igbvf: fix memory leak when ring size changed while interface downAlexander Duyck1-13/+17
2009-10-27ixgbe: fix memory leak when resizing rings while interface is downAlexander Duyck1-9/+13
2009-10-27igb: fix memory leak when setting ring size while interface is downAlexander Duyck1-13/+22
2009-10-24bonding: Modify hash transmit policies to use the packet's source MAC addressJasper Spaans1-4/+4
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-24DM9000: Fix revision ID for DM9000BBen Dooks1-1/+1
2009-10-24r8169: fix Ethernet Hangup for RTL8110SC rev dSimon Wunderlich1-1/+12
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet3-18/+30
2009-10-24gre: convert hash tables locking to RCUEric Dumazet1-17/+23
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24ipip: convert hash tables locking to RCUEric Dumazet1-21/+28