aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com1-0/+5
2017-05-04qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com1-3/+2
2017-05-02qed*: Fix issues in the ptp filter config implementation.sudarsana.kalluru@cavium.com1-6/+28
2017-05-02qede: Fix concurrency issue in PTP Tx path processing.sudarsana.kalluru@cavium.com2-2/+7
2017-04-27qede: Add support for PTP resource locking.sudarsana.kalluru@cavium.com3-99/+75
2017-04-25qed/qede: Add UDP ports in bulletin boardChopra, Manish3-0/+13
2017-04-25qede: Configure UDP ports in local context.Chopra, Manish3-36/+52
2017-04-25qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish1-6/+17
2017-04-25qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish2-11/+31
2017-04-24qed: Support dcbnl IEEE selector field.sudarsana.kalluru@cavium.com1-0/+5
2017-04-20qede: allocate enough data for ->arfs_fltr_bmapDan Carpenter1-1/+2
2017-04-17qede: Add aRFS supportChopra, Manish3-5/+508
2017-04-07qede: Support XDP adjustment of headersMintz, Yuval3-11/+12
2017-04-07qede: Add support for ingress headroomMintz, Yuval3-17/+24
2017-04-07qede: Prevent VFs from using XDPMintz, Yuval1-0/+5
2017-04-07qede: Correct XDP forward unmappingMintz, Yuval3-14/+20
2017-04-07qede: Update receive statistic once per NAPIMintz, Yuval1-10/+11
2017-03-14qed*: Add support for QL41xxx adaptersMintz, Yuval3-140/+210
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-1/+1
2017-02-20qed*: Fix link indication raceMintz, Yuval1-5/+0
2017-02-20qede: Prevent index problems in loopback testSudarsana Reddy Kalluru1-3/+3
2017-02-20qede: Free netdevice only after stoping slowpathMintz, Yuval1-2/+8
2017-02-20qede: Initialize lock and slowpath workqueue earlyMintz, Yuval1-2/+7
2017-02-15qede: Add driver support for PTPSudarsana Reddy Kalluru7-1/+660
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+2
2017-01-01qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval1-1/+1
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval2-8/+23
2017-01-01qed*: RSS indirection based on queue-handlesMintz, Yuval4-130/+171
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, Yuval1-1/+1
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, Yuval4-22/+91
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-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-0/+5
2016-12-03qede: use reset to set network headerZhang Shengju1-1/+1
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, Yuval2-49/+64
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