summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede/qede_main.c
Commit message (Expand)AuthorAgeFilesLines
* qed*: Fix link indication raceMintz, Yuval2017-02-201-5/+0Star
* qede: Free netdevice only after stoping slowpathMintz, Yuval2017-02-201-2/+8
* qede: Initialize lock and slowpath workqueue earlyMintz, Yuval2017-02-201-2/+7
* qede: Add driver support for PTPSudarsana Reddy Kalluru2017-02-151-0/+39
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+2Star
* qed*: Add support for ndo_set_vf_trustMintz, Yuval2017-01-021-0/+11
* qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-021-81/+45Star
* qede: Postpone reallocation until NAPI endMintz, Yuval2017-01-021-1/+2
* qed*: Change maximal number of queuesMintz, Yuval2017-01-021-1/+1
* qede: Split filtering logic to its own fileMintz, Yuval2017-01-021-654/+0Star
* qede: Break datapath logic into its own fileMintz, Yuval2017-01-021-1636/+0Star
* qed*: Update to dual-licenseMintz, Yuval2017-01-021-7/+30
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+5
* qede: use reset to set network headerZhang Shengju2016-12-031-1/+1
* bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-0/+7
* qede: Add support for XDP_TXMintz, Yuval2016-11-301-30/+183
* qede: Add basic XDP supportMintz, Yuval2016-11-301-3/+117
* qede: Better utilize the qede_[rt]x_queueMintz, Yuval2016-11-301-89/+77Star
* qede: Don't check netdevice for rx-hashMintz, Yuval2016-11-301-22/+12Star
* qed*: Handle-based L2-queues.Mintz, Yuval2016-11-301-49/+60
* qede: Revise state locking schemeMintz, Yuval2016-11-301-53/+93
* qede: Refactor data-path Rx flowMintz, Yuval2016-11-301-224/+264
* qede: Remove 'num_tc'.Mintz, Yuval2016-11-301-90/+42Star
* qede: Optimize aggregation information sizeMintz, Yuval2016-11-301-37/+26Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * qede: Correctly map aggregation replacement pagesMintz, Yuval2016-11-031-1/+1
* | qede: Don't override priv_flagsMintz, Yuval2016-11-011-1/+1
* | qed*: Add support for WoLMintz, Yuval2016-10-311-0/+9
* | qed*: Management firmware - notifications and defaultsSudarsana Kalluru2016-10-311-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-8/+7Star
|\|
| * qede: Fix out-of-bound fastpath memory accessMintz, Yuval2016-10-301-2/+2
| * qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra2016-10-221-4/+4
| * qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru2016-10-221-2/+1Star
* | ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-181-0/+4
* | qed*: Allow unicast filteringYuval Mintz2016-10-141-1/+3
* | qede: Prevent GSO on long Geneve headersManish Chopra2016-10-141-0/+35
* | qede: GSO support for tunnels with outer csumManish Chopra2016-10-141-3/+23
* | qed: Pass MAC hints to VFsYuval Mintz2016-10-141-1/+5
|/
* qede: Add qedr frameworkRam Amrani2016-10-041-9/+26
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-1/+2
|\
| * qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-09-011-1/+2
* | qede: mark qede_set_features() staticBaoyou Xie2016-09-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+4
|\|
| * qede: Fix Tx timeout due to xmit_moreYuval Mintz2016-08-191-1/+4
* | qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru2016-08-241-122/+197
* | qed*: Add support for VFs over legacy PFsYuval Mintz2016-08-231-0/+10
* | qede: Add support for per-queue stats.Sudarsana Reddy Kalluru2016-08-191-0/+4
* | qede: Add support for capturing additional stats in ethtool-stats display.Sudarsana Reddy Kalluru2016-08-191-0/+2
* | qed*: Add and modify some printsYuval Mintz2016-08-151-8/+12