aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/qede_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-09qede: mark qede_set_features() staticBaoyou Xie1-1/+1
2016-08-31qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru1-1/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-08-23qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru1-122/+197
2016-08-22qed*: Add support for VFs over legacy PFsYuval Mintz1-0/+10
2016-08-18qede: Fix Tx timeout due to xmit_moreYuval Mintz1-1/+4
2016-08-18qede: Add support for per-queue stats.Sudarsana Reddy Kalluru1-0/+4
2016-08-18qede: Add support for capturing additional stats in ethtool-stats display.Sudarsana Reddy Kalluru1-0/+2
2016-08-15qed*: Add and modify some printsYuval Mintz1-8/+12
2016-08-15qed*: Trivial modificationsYuval Mintz1-3/+0
2016-08-15qed*: Semantic changesYuval Mintz1-75/+46
2016-07-30qede: Reset statistics on explicit downYuval Mintz1-0/+1
2016-07-30qede: Don't try removing unconfigured vlansYuval Mintz1-4/+7
2016-07-01qede: Add get/set rx copy break tunable supportManish Chopra1-1/+2
2016-07-01qede: Utilize xmit_moreManish Chopra1-14/+23
2016-07-01qede: qede_poll refactoringManish Chopra1-42/+35
2016-07-01qede: Add support for handling IP fragmented packets.Manish Chopra1-0/+21
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-06-19qed*: Don't reset statistics on inner reloadYuval Mintz1-3/+4
2016-06-17qede: Move all UDP port notifiers to single functionAlexander Duyck1-65/+50
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-08qede: Add dcbnl support.Sudarsana Reddy Kalluru1-0/+4
2016-06-03qed: Revisit chain implementationYuval Mintz1-2/+4
2016-06-02qed: Utilize FW 8.10.3.0Yuval Mintz1-10/+6
2016-06-01qed: fix qed_fill_link() error handlingArnd Bergmann1-0/+2
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+3
2016-05-20qede: Fix DMA address APIs usageManish Chopra1-4/+3
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-2/+2
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim1-1/+1
2016-05-12qed*: Tx-switching configurationYuval Mintz1-1/+23
2016-05-12qed*: support ndo_get_vf_configYuval Mintz1-0/+12
2016-05-12qed*: IOV support spoof-checkingYuval Mintz1-0/+11
2016-05-12qed*: IOV link controlYuval Mintz1-0/+26
2016-05-12qed*: Support forced MACYuval Mintz1-0/+31
2016-05-12qed*: Support PVID configurationYuval Mintz1-0/+18
2016-05-12qede: Add VF supportYuval Mintz1-7/+45
2016-05-12qed: Introduce VFsYuval Mintz1-4/+9
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2016-05-08qede: uninitialized variable in qede_start_xmit()Dan Carpenter1-1/+1
2016-05-06qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru1-4/+2
2016-05-02qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru1-4/+4
2016-04-25qed*: Align statistics namesYuval Mintz1-10/+19
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-57/+100
2016-04-21qede: Fix single MTU sized packet from firmware GRO flowManish Chopra1-0/+13
2016-04-21qede: Fix setting Skb network headerManish Chopra1-2/+2
2016-04-21qede: Fix various memory allocation error flows for fastpathManish Chopra1-55/+85
2016-04-15qede: Add fastpath support for tunnelingManish Chopra1-10/+91
2016-04-15qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra1-0/+53