summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede/qede_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20qed*: Fix link indication raceMintz, Yuval1-5/+0
2017-02-20qede: Free netdevice only after stoping slowpathMintz, Yuval1-2/+8
2017-02-20qede: Initialize lock and slowpath workqueue earlyMintz, Yuval1-2/+7
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru1-0/+39
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+2
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval1-0/+11
2017-01-01qed*: RSS indirection based on queue-handlesMintz, Yuval1-81/+45
2017-01-01qede: Postpone reallocation until NAPI endMintz, Yuval1-1/+2
2017-01-01qed*: Change maximal number of queuesMintz, Yuval1-1/+1
2017-01-01qede: Split filtering logic to its own fileMintz, Yuval1-654/+0
2017-01-01qede: Break datapath logic into its own fileMintz, Yuval1-1636/+0
2017-01-01qed*: Update to dual-licenseMintz, Yuval1-7/+30
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-03qede: use reset to set network headerZhang Shengju1-1/+1
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann1-0/+7
2016-11-30qede: Add support for XDP_TXMintz, Yuval1-30/+183
2016-11-30qede: Add basic XDP supportMintz, Yuval1-3/+117
2016-11-30qede: Better utilize the qede_[rt]x_queueMintz, Yuval1-89/+77
2016-11-30qede: Don't check netdevice for rx-hashMintz, Yuval1-22/+12
2016-11-30qed*: Handle-based L2-queues.Mintz, Yuval1-49/+60
2016-11-30qede: Revise state locking schemeMintz, Yuval1-53/+93
2016-11-30qede: Refactor data-path Rx flowMintz, Yuval1-224/+264
2016-11-30qede: Remove 'num_tc'.Mintz, Yuval1-90/+42
2016-11-30qede: Optimize aggregation information sizeMintz, Yuval1-37/+26
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-03qede: Correctly map aggregation replacement pagesMintz, Yuval1-1/+1
2016-11-01qede: Don't override priv_flagsMintz, Yuval1-1/+1
2016-10-31qed*: Add support for WoLMintz, Yuval1-0/+9
2016-10-31qed*: Management firmware - notifications and defaultsSudarsana Kalluru1-0/+8
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
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