summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede
Commit message (Expand)AuthorAgeFilesLines
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-0/+4
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+2
* qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval2017-01-011-1/+1
* qed*: Add support for ndo_set_vf_trustMintz, Yuval2017-01-012-8/+23
* qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-014-130/+171
* qede: Remove unnecessary datapath dereferenceMintz, Yuval2017-01-011-1/+1
* qede - mark SKB as encapsulatedManish Chopra2017-01-011-1/+3
* qede: Postpone reallocation until NAPI endMintz, Yuval2017-01-013-7/+26
* qed*: Change maximal number of queuesMintz, Yuval2017-01-011-1/+1
* qede: Split filtering logic to its own fileMintz, Yuval2017-01-014-655/+710
* qede: Break datapath logic into its own fileMintz, Yuval2017-01-014-1637/+1686
* qed*: Update to dual-licenseMintz, Yuval2017-01-014-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/+124
* | qede: Don't check netdevice for rx-hashMintz, Yuval2016-11-301-22/+12
* | 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/+62
* | 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-291-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
| * | qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz2016-10-141-1/+1
| |/
* | ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-183-10/+7
* | 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-142-3/+24
* | qed: Pass MAC hints to VFsYuval Mintz2016-10-141-1/+5
|/
* qede: Add qedr frameworkRam Amrani2016-10-034-9/+350