aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-23ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend1-7/+2
2012-10-23igb: Update versionCarolyn Wyborny1-1/+1
2012-10-23igb: Update get cable length function for i210/i211Carolyn Wyborny1-0/+20
2012-10-23maintainers: update with official intel support link, new maintainerJesse Brandeburg1-0/+2
2012-10-23e1000e: Minimum packet size must be 17 bytesTushar Dave1-0/+11
2012-10-23net: cdc_mbim: Device Service Stream supportBjørn Mork1-23/+35
2012-10-23net: cdc_ncm: map MBIM IPS SessionID to VLAN IDBjørn Mork1-8/+43
2012-10-23net: cdc_ncm: do not bind to NCM compatible MBIM devicesBjørn Mork1-0/+27
2012-10-23net: cdc_mbim: build the MBIM driverBjørn Mork2-0/+19
2012-10-23net: cdc_mbim: adding MBIM driverGreg Suarez2-0/+375
2012-10-23net: cdc_ncm: export shared symbols and definitionsBjørn Mork2-86/+135
2012-10-23net: cdc_ncm: refactoring for tx multiplexingBjørn Mork1-145/+102
2012-10-23net: cdc_ncm: splitting rx_fixup for code reuseBjørn Mork1-28/+55
2012-10-23net: cdc_ncm: process chained NDPsBjørn Mork1-14/+21
2012-10-23net: cdc_ncm: refactor bind preparing for MBIM supportGreg Suarez1-14/+33
2012-10-23net: cdc_ncm: adding MBIM support to ncm_setupGreg Suarez1-15/+35
2012-10-23USB: cdc: add MBIM constants and structuresGreg Suarez1-0/+23
2012-10-23net: cdc_ncm: workaround NTB input size firmware bugBjørn Mork1-33/+13
2012-10-23net/at91_ether: add pdata flag for reverse Eth addrJoachim Eastwood4-4/+5
2012-10-23net/at91_ether: select MACB in KconfigJoachim Eastwood2-2/+2
2012-10-23net/cadence: get rid of HAVE_NET_MACBJoachim Eastwood3-10/+0
2012-10-23net/macb: fix truncate warningsJoachim Eastwood1-4/+4
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel3-3/+200
2012-10-22ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck1-52/+50
2012-10-22ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2-0/+45
2012-10-22ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck1-3/+0
2012-10-22ixgbe: Correcting small packet paddingTushar Dave1-0/+1
2012-10-22ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun1-2/+1
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller3-73/+66
2012-10-22ixgbe: add WOL support for new subdevice idEmil Tantilov2-0/+2
2012-10-22ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck6-8/+232
2012-10-22ixgbe: Enable support for VF API version 1.1 in the PF.Alexander Duyck1-8/+21
2012-10-22ixgbe: Add support for GET_QUEUES message to get DCB configurationAlexander Duyck2-0/+52
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck3-20/+55
2012-10-22ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck1-1/+14
2012-10-23ipvs: fix build errors related to config option combinationsJesper Dangaard Brouer1-2/+3
2012-10-22ipv4: 16 slots in initial fib_info hash tableEric Dumazet1-1/+1
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet1-2/+3
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-10-21pkt_sched: use ns_to_ktime() helperEric Dumazet2-7/+5
2012-10-21be2net: Update driver versionPadmanabh Ratnakar1-1/+1
2012-10-21be2net: Fix skyhawk VF PCI Device IDPadmanabh Ratnakar2-1/+6
2012-10-21be2net: Fix FW flashing on Skyhawk-RPadmanabh Ratnakar2-76/+173
2012-10-21be2net: Enabling Wake-on-LAN is not supported in S5 statePadmanabh Ratnakar1-3/+0
2012-10-21be2net: Fix VF driver load on newer Lancer FWPadmanabh Ratnakar3-0/+42
2012-10-21be2net: Fix unnecessary delay in PCI EEHPadmanabh Ratnakar1-2/+6
2012-10-21be2net: Fix issues in error recovery due to wrong queue statePadmanabh Ratnakar1-4/+5
2012-10-21be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar1-31/+42
2012-10-21be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar5-2/+173
2012-10-21be2net: Fix configuring VLAN for VF for LancerPadmanabh Ratnakar1-2/+10