aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/qede_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-15qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra1-1/+63
2016-04-14qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru1-9/+43
2016-04-14qed*: remove version dependencyRahul Verma1-10/+1
2016-03-10qede: Fix net-next "make ARCH=x86_64"Manish Chopra1-1/+4
2016-03-07qede: Add slowpath/fastpath support and enable hardware GROManish Chopra1-1/+366
2016-03-07qed/qede: Add infrastructure support for hardware GROManish Chopra1-7/+10
2016-02-25qed, qede: rebrand module descriptionYuval Mintz1-3/+3
2016-02-25qede: Don't report link change needlesslyYuval Mintz1-6/+10
2016-02-25qede: Linearize SKBs when neededYuval Mintz1-5/+33
2016-02-25qede: Change pci DID for 10g deviceYuval Mintz1-1/+1
2016-02-18qede: Add vlan filtering offload supportSudarsana Reddy Kalluru1-1/+276
2016-02-17qed/qede: use 8.7.3.0 FW.Yuval Mintz1-87/+177