aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qede (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-04qede: VF XDP supportMintz, Yuval1-3/+31
2017-06-04qed*: L2 interface to use the SB structures directlyMintz, Yuval1-2/+2
2017-05-24qed: Replace set_id() api with set_name()Mintz, Yuval1-2/+2
2017-05-24qede: Log probe of PCI deviceMintz, Yuval1-2/+38
2017-05-24qede: Fix sparse warningsManish Chopra4-18/+22
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-21qede: Support 1G advertisment.Sudarsana Reddy Kalluru1-0/+8
2017-05-21qede: qedr closure after setting stateMintz, Yuval1-1/+2
2017-05-21qede: Don't use an internal MAC fieldMintz, Yuval3-28/+38
2017-05-21qede: Add missing Status-block freeSudarsana Reddy Kalluru1-4/+7
2017-05-21qede: Honor user request for Tx buffersSudarsana Reddy Kalluru3-15/+15
2017-05-21qede: Allow WoL to activate by defaultMintz, Yuval1-0/+6
2017-05-09qede: Split PF/VF ndos.Mintz, Yuval2-6/+21
2017-05-09qede: Fix XDP memory leak on unloadSuddarsana Reddy Kalluru1-0/+3
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