summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-08-091-4/+1Star
* igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4Star
* docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-093-30/+30
* | drivers: net: use flow block APIPablo Neira Ayuso2019-07-094-4/+16
* | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-094-93/+19Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-042-11/+16
|\ \
| * | xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-272-11/+16
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-07-0121-145/+686
|\ \ \
| * | | e1000e: PCIm function state supportVitaly Lifshits2019-06-292-1/+20
| * | | e1000e: Make watchdog use delayed workDetlev Casanova2019-06-292-27/+32
| * | | i40e: Add macvlan support on i40eHarshitha Ramamurthy2019-06-292-2/+522
| * | | ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck2019-06-291-8/+2Star
| * | | iavf: fix dereference of null rx_buffer pointerColin Ian King2019-06-291-2/+4
| * | | igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2019-06-292-1/+6
| * | | igb: minor ethool regdump amendmentArtem Bityutskiy2019-06-291-35/+35
| * | | iavf: Fix up debug print macroJeff Kirsher2019-06-291-3/+7
| * | | e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-297-28/+28
| * | | iavf: use struct_size() helperGustavo A. R. Silva2019-06-291-21/+16Star
| * | | e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2019-06-291-3/+3
| * | | ixgbe: fix potential u32 overflow on shiftColin Ian King2019-06-291-10/+4Star
| * | | ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier2019-06-291-0/+3
| * | | e1000e: Increase pause and refresh timeMiguel Bernal Marin2019-06-281-2/+2
| * | | ice: Use struct_size() helperGustavo A. R. Silva2019-06-281-2/+2
* | | | igb: clear out skb->tstamp after reading the txtimeVedang Patel2019-06-281-0/+1
|/ / /
* | | i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6Star
* | | i40e: update copyright stringAlice Michael2019-06-261-1/+1
* | | i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-264-14/+34
* | | i40e: missing priorities for any QoS trafficAleksandr Loktionov2019-06-261-3/+54
* | | i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski2019-06-261-0/+4
* | | i40e: fix incorrect function documentation commentJacob Keller2019-06-261-2/+1Star
* | | i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar2019-06-261-2/+1Star
* | | i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov2019-06-261-0/+4
* | | ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao2019-06-261-0/+3
* | | ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-06-262-1/+3
|/ /
* | iavf: allow null RX descriptorsMitch Williams2019-06-181-3/+18
* | iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-181-1/+8
* | iavf: Refactor init state machineJakub Pawlak2019-06-181-190/+261
* | iavf: Refactor the watchdog state machineJan Sokolowski2019-06-182-30/+44
* | iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-184-45/+31Star
* | iavf: Move commands processing to the separate functionJakub Pawlak2019-06-181-92/+105
* | iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-181-1/+1
* | iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-181-1/+1
* | iavf: wait longer for close to completeMitch Williams2019-06-181-1/+1
* | iavf: use signed variableMitch Williams2019-06-181-1/+1
* | iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-181-2/+1Star
* | i40e: mark expected switch fall-throughGustavo A. R. Silva2019-06-141-0/+1
* | i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov2019-06-141-21/+24