aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06i40e: refactor ethtool testsShannon Nelson1-27/+30
2013-12-06i40e: clear test state bit after all ethtool testsShannon Nelson1-2/+3
2013-12-06i40e: only set up the rings to be usedShannon Nelson1-7/+7
2013-12-06i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain1-14/+24
2013-12-06i40e: refactor reset codeAnjali Singhai Jain1-36/+95
2013-12-06i40e: Bump versionCatherine Sullivan1-1/+1
2013-12-06i40e: whitespaceJeff Kirsher1-0/+1
2013-12-06i40e: enable early hardware supportJesse Brandeburg4-10/+68
2013-12-06i40e: Add flag for L2 VEB filteringKevin Scott3-3/+12
2013-12-06i40e: get media type during link infoJesse Brandeburg3-0/+52
2013-12-06i40e: check multi-bit state correctlyJesse Brandeburg1-7/+9
2013-12-06i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptorJacob Keller1-2/+7
2013-12-06ether_addr_equal: Optimize implementation, remove unused compare_ether_addrJoe Perches2-42/+37
2013-12-06unix: convert printks to pr_<level>wangweidong1-4/+5
2013-12-06ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage temporary addressesJiri Pirko2-72/+100
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko4-15/+27
2013-12-06virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-06net: mvneta: Fix incorrect DMA unmapping sizeEzequiel Garcia1-2/+2
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko2-1/+11
2013-12-06virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-06virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-06net: introduce dev_consume_skb_any()Eric Dumazet2-24/+74
2013-12-06tun: remove unused parameter in tun_do_read()Zhi Yong Wu1-4/+3
2013-12-06macvtap: remove unused parameter in macvtap_do_read()Zhi Yong Wu1-3/+3
2013-12-06macvtap: remove the dead branchZhi Yong Wu1-6/+2
2013-12-06vhost: remove the dead branchZhi Yong Wu5-24/+6
2013-12-06bonding: fix packets_per_slave showingNikolay Aleksandrov1-2/+2
2013-12-06tg3: Update version to 3.135Nithin Sujir1-2/+2
2013-12-06tg3: Expand multicast drop counter miscounting fix to 5762Nithin Sujir1-0/+3
2013-12-06tg3: Fix bit definition for the nvram Auto Power Down settingNithin Sujir1-1/+1
2013-12-06tg3: Add flag to disable 1G Half Duplex advertisementNithin Sujir2-7/+25
2013-12-06tg3: Don't add rxbds_empty to rx_over_errorsNithin Sujir1-2/+0
2013-12-06be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-06be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2-4/+17
2013-12-06Documentation: update Ethernet PHY devices binding with 'max-speed'Florian Fainelli1-0/+1
2013-12-06arc_emac: remove custom "max-speed" parsing codeFlorian Fainelli2-21/+1
2013-12-06net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli1-1/+24
2013-12-06net: phy: breakdown PHY_*_FEATURES definesFlorian Fainelli1-7/+16
2013-12-06net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli1-2/+3
2013-12-06net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli1-1/+1
2013-12-06net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli1-63/+46
2013-12-06sctp: fix some comments in associola.cwangweidong1-4/+4
2013-12-06sctp: convert sctp_peer_needs_update to booleanwangweidong1-3/+3
2013-12-06sctp: remove the else pathwangweidong1-7/+3
2013-12-06sctp: remove the duplicate initializewangweidong1-41/+0
2013-12-06tcp: auto corkingEric Dumazet6-13/+72
2013-12-063c59x/net: Use dev_is_pci() instead of hardcodingYijing Wang1-1/+1
2013-12-06net/fddi: Replace local macro with PCI standard macroYijing Wang1-13/+7
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet1-15/+21
2013-12-06gro: small napi_get_frags() optimEric Dumazet1-2/+1