aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-24qlcnic: fix default operating state of interfaceAmit Kumar Salecha1-2/+2
2011-06-24qlcnic: fix initial number of msix entries in adapter.Sucheta Chakraborty2-5/+2
2011-06-24qlcnic: Add code to tune FW dumpAnirban Chakraborty2-6/+13
2011-06-24qlcnic: Remove holding api lock while taking the dumpAnirban Chakraborty2-9/+5
2011-06-24qlcnic: Add capability to take FW dump deterministicallySritej Velaga3-10/+27
2011-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller6-456/+850
2011-06-23ixgbe: update driver version stringDon Skidmore2-5/+6
2011-06-23ixgbe: fix ring assignment issues for SR-IOV and drop casesAlexander Duyck2-3/+7
2011-06-23ixgbe: disable RSC when Rx checksum is offEmil Tantilov1-11/+33
2011-06-23ixgbe: move reset code into a separate functionEmil Tantilov1-12/+14
2011-06-23ixgbe: move setting RSC into a separate functionEmil Tantilov1-16/+18
2011-06-23ixgbe: add support for nfc addition and removal of filtersAlexander Duyck2-0/+290
2011-06-23ixgbe: add support for displaying ntuple filters via the nfc interfaceAlexander Duyck2-0/+113
2011-06-23ixgbe: add basic support for setting and getting nfc controlsAlexander Duyck1-0/+19
2011-06-23ixgbe: update perfect filter framework to support retaining filtersAlexander Duyck4-280/+368
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck3-41/+30
2011-06-23ixgbe: remove ntuple filteringAlexander Duyck1-136/+0
2011-06-23net: Fix build failures due to ip_is_fragment()David S. Miller1-5/+5
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter1-2/+2
2011-06-23bonding: add min links parameter to 802.3adstephen hemminger5-2/+51
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker19-23/+27
2011-06-21irda: fix smsc-ircc2 section mismatch warningRandy Dunlap1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan66-11/+79
2011-06-21dcb: Add missing error check in dcb_ieee_set()John Fastabend1-0/+3
2011-06-21dcb: fix return type on dcb_setapp()John Fastabend2-2/+2
2011-06-21dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2-0/+27
2011-06-21dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend3-2/+92
2011-06-21dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2-4/+52
2011-06-21net: dcbnl, add multicast group for DCBJohn Fastabend3-83/+150
2011-06-21dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend1-0/+12
2011-06-21cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan5-9/+39
2011-06-21core: add tracepoints for queueing skb to rcvbufSatoru Moriya3-0/+74
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya3-0/+35
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl5-5/+0
2011-06-21mv643xx_eth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21mv643xx_eth: fix race in trasmit path.Richard Cochran1-2/+4
2011-06-21xen: convert to 64 bit stats interfacestephen hemminger1-5/+64
2011-06-21vxge: fix 64 bit access on 32 bit platformsstephen hemminger2-40/+59
2011-06-21ifb: convert to 64 bit statsstephen hemminger1-9/+47
2011-06-21drivers/net: Remove casts of void *Joe Perches41-147/+124
2011-06-21ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2-36/+82
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov7-0/+229
2011-06-21ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend1-57/+1
2011-06-21ixgbe: DCB and perfect filters can coexistJohn Fastabend1-1/+0
2011-06-21ixgbe: fix bit mask for DCB versionJohn Fastabend1-1/+1
2011-06-21ixgbe: setup redirection table for multiple packet buffersJohn Fastabend1-1/+5
2011-06-21ixgbe: DCB 82598 devices, tx_idx and rx_idx swappedJohn Fastabend1-2/+2
2011-06-21ixgbe: DCB use existing TX and RX queuesJohn Fastabend2-60/+49
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend3-114/+138
2011-06-21ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2-57/+7