aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/qede_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-29qede: Fix out-of-bound fastpath memory accessMintz, Yuval1-2/+2
2016-10-22qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra1-4/+4
2016-10-22qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru1-2/+1
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson1-0/+4
2016-10-14qed*: Allow unicast filteringYuval Mintz1-1/+3
2016-10-14qede: Prevent GSO on long Geneve headersManish Chopra1-0/+35
2016-10-14qede: GSO support for tunnels with outer csumManish Chopra1-3/+23
2016-10-14qed: Pass MAC hints to VFsYuval Mintz1-1/+5
2016-10-03qede: Add qedr frameworkRam Amrani1-9/+26
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-1/+5
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
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