aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet4-8/+8
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+53
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+4
2017-01-20qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann3-61/+53
2017-01-17qed: Replace memset with eth_zero_addrShyam Saini2-5/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger2-11/+6
2017-01-01qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval2-2/+2
2017-01-01qed: Conserve RDMA resources when !QEDRRam Amrani1-1/+3
2017-01-01qed: Support Multicast on Tx-switchingMintz, Yuval1-2/+5
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval4-8/+160
2017-01-01qed*: RSS indirection based on queue-handlesMintz, Yuval8-264/+391
2017-01-01qede: Remove unnecessary datapath dereferenceMintz, Yuval1-1/+1
2017-01-01qede - mark SKB as encapsulatedManish Chopra1-1/+3
2017-01-01qede: Postpone reallocation until NAPI endMintz, Yuval3-7/+26
2017-01-01qed*: Change maximal number of queuesMintz, Yuval3-8/+37
2017-01-01qede: Split filtering logic to its own fileMintz, Yuval4-655/+710
2017-01-01qede: Break datapath logic into its own fileMintz, Yuval4-1637/+1686
2017-01-01qed*: Update to dual-licenseMintz, Yuval41-166/+1081
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-12-17qed: fix old-style function definitionArnd Bergmann1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2016-12-14qede: fix general protection fault may occur on probeAmrani, Ram1-2/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2016-12-14treewide: Fix printk() message errorsMasanari Iida2-3/+3
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: ethernet: qlogic: set error code on failurePan Bian1-0/+1
2016-12-03qede: use reset to set network headerZhang Shengju1-1/+1
2016-12-02qed: Add iSCSI out of order packet handling.Yuval Mintz9-30/+1234
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz9-2/+1371
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, Yuval3-35/+216
2016-11-30qede: Add basic XDP supportMintz, Yuval3-3/+127
2016-11-30qede: Better utilize the qede_[rt]x_queueMintz, Yuval3-125/+124
2016-11-30qede: Don't check netdevice for rx-hashMintz, Yuval1-22/+12
2016-11-30qed*: Handle-based L2-queues.Mintz, Yuval10-543/+762
2016-11-30qede: Revise state locking schemeMintz, Yuval3-75/+122
2016-11-30qede: Refactor data-path Rx flowMintz, Yuval1-224/+264
2016-11-30qede: Refactor statistics gatheringMintz, Yuval1-56/+86
2016-11-30qede: Remove 'num_tc'.Mintz, Yuval3-127/+62
2016-11-30qed: Optimize qed_chain datapath usageMintz, Yuval2-5/+6
2016-11-30qede: Optimize aggregation information sizeMintz, Yuval2-44/+48
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-22/+26
2016-11-10qed: Correct rdma params configurationRam Amrani1-9/+8
2016-11-10qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani2-3/+1
2016-11-09qed: Prevent stack corruption on MFW interactionMintz, Yuval2-5/+12
2016-11-03qede: Correctly map aggregation replacement pagesMintz, Yuval1-1/+1
2016-11-01qed: Correct VF mac numberMintz, Yuval3-0/+22
2016-11-01qede: Don't override priv_flagsMintz, Yuval1-1/+1
2016-10-31qed: Learn resources from management firmwareTomer Tayar6-62/+340