summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net/mlx5e: Remove output device parameter from create encap header helpers de...Hadar Hen Zion2017-04-301-15/+14
| | * | net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz2017-04-303-19/+18
| | * | net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz2017-04-303-15/+18
| | * | net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-306-130/+224
| * | | qed: Prevent warning without CONFIG_RFS_ACCELMintz, Yuval2017-05-011-0/+2
| * | | qed: output the DPM status and WID countRam Amrani2017-05-013-1/+8
| * | | qed: align DPI configuration to HW requirementsRam Amrani2017-05-012-7/+6
| * | | qed: verify RoCE resource bitmaps are releasedRam Amrani2017-05-012-27/+80
| * | | qed: add error handling flow to TID deregistratin posting failureRam Amrani2017-05-011-0/+2
| * | | qed: remove unused SQ error stateRam Amrani2017-05-011-2/+1
| * | | qed: configure the RoCE max message sizeRam Amrani2017-05-011-0/+2
| * | | benet: Use time_before_eq for time comparisonKarim Eshapa2017-05-011-3/+3
| * | | virtio_net: make use of extended ack message reportingJakub Kicinski2017-05-011-4/+7
| * | | nfp: make use of extended ack message reportingJakub Kicinski2017-05-013-12/+17
| * | | net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah2017-04-301-36/+33
| * | | net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King2017-04-301-1/+1
| * | | bnx2x: Align RX buffersScott Wood2017-04-301-0/+1
| * | | liquidio: silence a locking static checker warningDan Carpenter2017-04-301-0/+1
| * | | qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter2017-04-301-1/+1
| * | | net: hns: support deferred probe when no mdiolipeng2017-04-301-6/+33
| * | | net: hns: support deferred probe when can not obtain irqlipeng2017-04-303-3/+11
| * | | nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-04-302-14/+3
| * | | nfp: don't completely refuse to work with old flashesJakub Kicinski2017-04-301-3/+1
| * | | nfp: avoid reading TX queue indexes from the deviceJakub Kicinski2017-04-301-0/+6
| * | | nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-04-302-57/+85
| * | | nfp: drop rx_ring param from buffer allocationJakub Kicinski2017-04-301-6/+2
| * | | nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-04-304-21/+21
| * | | virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn2017-04-301-2/+2
| * | | geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail2017-04-301-1/+1
| * | | vxlan: do not output confusing error messageJiri Benc2017-04-301-2/+0
| * | | vxlan: correctly handle ipv6.disable module parameterJiri Benc2017-04-301-3/+7
| * | | bnx2x: Get rid of useless temporary variableAndy Shevchenko2017-04-301-9/+5
| * | | bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko2017-04-301-11/+9
| * | | bnx2x: Replace custom scnprintf()Andy Shevchenko2017-04-301-70/+9
| * | | net: macb: fix phy interrupt parsingAlexandre Belloni2017-04-301-8/+10
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-3012-334/+372
| |\ \ \
| | * | | i40evf: hide unused variableArnd Bergmann2017-04-301-1/+2
| | * | | i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller2017-04-301-9/+9
| | * | | i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller2017-04-301-1/+0
| | * | | i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38
| | * | | i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller2017-04-301-6/+6
| | * | | i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-3011-181/+189
| | * | | i40e: separate PF and VSI state flagsJacob Keller2017-04-308-55/+64
| | * | | i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-303-4/+2
| | * | | i40e: amortize wait time when disabling lots of VFsJacob Keller2017-04-301-2/+14
| | * | | i40e: Reprogram port offloads after resetAlexander Duyck2017-04-301-0/+20
| | * | | i40e: rename index to port to avoid confusionJacob Keller2017-04-302-6/+6
| | * | | i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2017-04-302-3/+8
| | * | | i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-304-58/+58
| | |/ /
| * | | e1000e: Add Support for 38.4MHZ frequencySasha Neftin2017-04-302-29/+48