summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede
Commit message (Expand)AuthorAgeFilesLines
* qed*: Utilize Firmware 8.15.3.0Mintz, Yuval2017-03-131-1/+1
* qed*: Fix link indication raceMintz, Yuval2017-02-201-5/+0Star
* qede: Prevent index problems in loopback testSudarsana Reddy Kalluru2017-02-201-3/+3
* 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-157-1/+660
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+4
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+2Star
* qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval2017-01-021-1/+1
* qed*: Add support for ndo_set_vf_trustMintz, Yuval2017-01-022-8/+23
* qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-024-130/+171
* qede: Remove unnecessary datapath dereferenceMintz, Yuval2017-01-021-1/+1
* qede - mark SKB as encapsulatedManish Chopra2017-01-021-1/+3
* qede: Postpone reallocation until NAPI endMintz, Yuval2017-01-023-7/+26
* qed*: Change maximal number of queuesMintz, Yuval2017-01-021-1/+1
* qede: Split filtering logic to its own fileMintz, Yuval2017-01-024-655/+710
* qede: Break datapath logic into its own fileMintz, Yuval2017-01-024-1637/+1686
* qed*: Update to dual-licenseMintz, Yuval2017-01-024-22/+91
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-2/+2
|\
| * qede: fix general protection fault may occur on probeAmrani, Ram2016-12-141-2/+2
* | 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-303-35/+216
* | qede: Add basic XDP supportMintz, Yuval2016-11-303-3/+127
* | qede: Better utilize the qede_[rt]x_queueMintz, Yuval2016-11-303-125/+124Star
* | qede: Don't check netdevice for rx-hashMintz, Yuval2016-11-301-22/+12Star
* | qed*: Handle-based L2-queues.Mintz, Yuval2016-11-302-49/+64
* | qede: Revise state locking schemeMintz, Yuval2016-11-303-75/+122
* | qede: Refactor data-path Rx flowMintz, Yuval2016-11-301-224/+264
* | qede: Refactor statistics gatheringMintz, Yuval2016-11-301-56/+86
* | qede: Remove 'num_tc'.Mintz, Yuval2016-11-303-127/+62Star
* | qede: Optimize aggregation information sizeMintz, Yuval2016-11-302-44/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-10/+17
|\ \
| * | qede: Correctly map aggregation replacement pagesMintz, Yuval2016-11-031-1/+1
| * | qede: Fix statistics' strings for Tx/Rx queuesMintz, Yuval2016-10-311-9/+16
* | | qede: Don't override priv_flagsMintz, Yuval2016-11-011-1/+1
* | | qede: Decouple ethtool caps from qedMintz, Yuval2016-10-311-2/+2
* | | qed*: Add support for WoLMintz, Yuval2016-10-313-0/+52
* | | qed: Add nvram selftestMintz, Yuval2016-10-311-0/+7
* | | qed*: Management firmware - notifications and defaultsSudarsana Kalluru2016-10-312-0/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-304-45/+74
|\| |
| * | 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-222-6/+6
| * | qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru2016-10-221-0/+7
| * | qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-221-1/+1
| * | qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru2016-10-223-35/+49
| * | qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru2016-10-221-0/+6
| * | qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru2016-10-221-0/+2