aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-09ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo1-4/+1
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso3-30/+30
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso4-4/+16
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso4-93/+19
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-11/+16
2019-06-30Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-145/+686
2019-06-28e1000e: PCIm function state supportVitaly Lifshits2-1/+20
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova2-27/+32
2019-06-28i40e: Add macvlan support on i40eHarshitha Ramamurthy2-2/+522
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2019-06-28iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2-1/+6
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-06-28iavf: Fix up debug print macroJeff Kirsher1-3/+7
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven7-28/+28
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva1-21/+16
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-06-28ixgbe: fix potential u32 overflow on shiftColin Ian King1-10/+4
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier1-0/+3
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin1-2/+2
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2-11/+16
2019-06-26i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-9/+6
2019-06-26i40e: update copyright stringAlice Michael1-1/+1
2019-06-26i40e: Fix descriptor count manipulationMaciej Fijalkowski4-14/+34
2019-06-26i40e: missing priorities for any QoS trafficAleksandr Loktionov1-3/+54
2019-06-26i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski1-0/+4
2019-06-26i40e: fix incorrect function documentation commentJacob Keller1-2/+1
2019-06-26i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar1-2/+1
2019-06-26i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov1-0/+4
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao1-0/+3
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-17iavf: allow null RX descriptorsMitch Williams1-3/+18
2019-06-17iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8
2019-06-17iavf: Refactor init state machineJakub Pawlak1-190/+261
2019-06-17iavf: Refactor the watchdog state machineJan Sokolowski2-30/+44
2019-06-17iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak4-45/+31
2019-06-17iavf: Move commands processing to the separate functionJakub Pawlak1-92/+105
2019-06-17iavf: Fix the math for valid length for ADq enableAvinash Dayanand1-1/+1
2019-06-17iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov1-1/+1
2019-06-17iavf: wait longer for close to completeMitch Williams1-1/+1
2019-06-17iavf: use signed variableMitch Williams1-1/+1
2019-06-17iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin1-2/+1
2019-06-14i40e: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-14i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov1-21/+24