summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose4-10/+52
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose3-3/+43
2011-10-16e1000e: locking bug introduced by commit 67fd4fcbBruce Allan2-8/+14
2011-10-13ftmac100: fix skb truesize underestimationEric Dumazet1-1/+4
2011-10-13niu: fix skb truesize underestimationEric Dumazet1-8/+4
2011-10-13vmxnet3: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13ftgmac100: fix skb truesize underestimationEric Dumazet1-1/+3
2011-10-13sky2: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13e1000e: fix skb truesize underestimationEric Dumazet1-2/+2
2011-10-13ixgbe: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13igb: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13e1000: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13bnx2: fix skb truesize underestimationEric Dumazet1-2/+1
2011-10-13be2net: fix truesize errorsEric Dumazet1-4/+3
2011-10-13net: more accurate skb truesizeEric Dumazet8-19/+32
2011-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-84/+324
2011-10-12igb: Version bump.Carolyn Wyborny1-2/+2
2011-10-12igb: Loopback functionality supports for i350 devicesAkeem G. Abodunrin2-6/+24
2011-10-12igb: fix static function warnings reported by sparseEmil Tantilov1-6/+3
2011-10-12igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck3-6/+25
2011-10-12igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck1-6/+0
2011-10-12igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck1-9/+6
2011-10-12igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck1-6/+6
2011-10-12igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck1-29/+17
2011-10-12ixgbe: Correct check for change in FCoE priorityMark Rustad1-2/+10
2011-10-12ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania5-11/+56
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose2-1/+175
2011-10-12net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja2-1/+7
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter1-1/+1
2011-10-11Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-nextDavid S. Miller128-2696/+6629
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville128-2696/+6629
2011-10-11ath6kl: fixup merge damage in ath6kl_mgmt_txJohn W. Linville1-1/+1
2011-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-334/+411
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-09r6040: bump version to 0.28 and date to 07Oct2011.Florian Fainelli1-2/+2
2011-10-09r6040: invoke phy_{start,stop} when appropriateFlorian Fainelli1-0/+4
2011-10-09mlx4_en: Adding 40gb speed report for ethtoolAlexander Guller2-5/+22
2011-10-09mlx4_en: Fix crash upon device initialization errorAlexander Guller1-1/+1
2011-10-09mlx4_en: Fix QP number calculation according to module paramAlexander Guller1-1/+1
2011-10-09mlx4_en: Added missing iounmap upon releasing a deviceAlexander Guller1-1/+5
2011-10-09mlx4_en: Adjusting moderation per each ringAlexander Guller3-61/+45
2011-10-09mlx4_en: Removing reserve vectorsAlexander Guller4-11/+9
2011-10-09mlx4_en: Assigning TX irq per ringAlexander Guller3-24/+20
2011-10-07igb: add support for NETIF_F_RXHASHAlexander Duyck1-17/+35
2011-10-07igb: move TX hang check flag into ring->flagsAlexander Duyck2-4/+3
2011-10-07igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck1-14/+4
2011-10-07igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck3-28/+39