summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qede
AgeCommit message (Expand)Author
2017-02-20qed*: Fix link indication raceMintz, Yuval
2017-02-20qede: Prevent index problems in loopback testSudarsana Reddy Kalluru
2017-02-20qede: Free netdevice only after stoping slowpathMintz, Yuval
2017-02-20qede: Initialize lock and slowpath workqueue earlyMintz, Yuval
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-01qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval
2017-01-01qed*: RSS indirection based on queue-handlesMintz, Yuval
2017-01-01qede: Remove unnecessary datapath dereferenceMintz, Yuval
2017-01-01qede - mark SKB as encapsulatedManish Chopra
2017-01-01qede: Postpone reallocation until NAPI endMintz, Yuval
2017-01-01qed*: Change maximal number of queuesMintz, Yuval
2017-01-01qede: Split filtering logic to its own fileMintz, Yuval
2017-01-01qede: Break datapath logic into its own fileMintz, Yuval
2017-01-01qed*: Update to dual-licenseMintz, Yuval
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14qede: fix general protection fault may occur on probeAmrani, Ram
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-03qede: use reset to set network headerZhang Shengju
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann
2016-11-30qede: Add support for XDP_TXMintz, Yuval
2016-11-30qede: Add basic XDP supportMintz, Yuval
2016-11-30qede: Better utilize the qede_[rt]x_queueMintz, Yuval
2016-11-30qede: Don't check netdevice for rx-hashMintz, Yuval
2016-11-30qed*: Handle-based L2-queues.Mintz, Yuval
2016-11-30qede: Revise state locking schemeMintz, Yuval
2016-11-30qede: Refactor data-path Rx flowMintz, Yuval
2016-11-30qede: Refactor statistics gatheringMintz, Yuval
2016-11-30qede: Remove 'num_tc'.Mintz, Yuval
2016-11-30qede: Optimize aggregation information sizeMintz, Yuval
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-03qede: Correctly map aggregation replacement pagesMintz, Yuval
2016-11-01qede: Don't override priv_flagsMintz, Yuval
2016-10-31qede: Decouple ethtool caps from qedMintz, Yuval
2016-10-31qed*: Add support for WoLMintz, Yuval
2016-10-31qed: Add nvram selftestMintz, Yuval
2016-10-31qed*: Management firmware - notifications and defaultsSudarsana Kalluru
2016-10-31qede: Fix statistics' strings for Tx/Rx queuesMintz, Yuval
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29qede: Fix out-of-bound fastpath memory accessMintz, Yuval
2016-10-22qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra
2016-10-22qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru
2016-10-22qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru
2016-10-22qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru
2016-10-22qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru
2016-10-22qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson