summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher-1/+2
2019-09-12ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert-1/+2
2019-09-11ixgbe: fix double clean of Tx descriptors with xdpIlya Maximets-18/+11
2019-09-11ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck-1/+3
2019-08-09ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo-4/+1
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler-8/+4
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso-30/+30
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso-4/+16
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso-93/+19
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-11/+16
2019-06-30Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-145/+686
2019-06-28e1000e: PCIm function state supportVitaly Lifshits-1/+20
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova-27/+32
2019-06-28i40e: Add macvlan support on i40eHarshitha Ramamurthy-2/+522
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck-8/+2
2019-06-28iavf: fix dereference of null rx_buffer pointerColin Ian King-2/+4
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy-1/+6
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy-35/+35
2019-06-28iavf: Fix up debug print macroJeff Kirsher-3/+7
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven-28/+28
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva-21/+16
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas-3/+3
2019-06-28ixgbe: fix potential u32 overflow on shiftColin Ian King-10/+4
2019-06-28ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier-0/+3
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin-2/+2
2019-06-28ice: Use struct_size() helperGustavo A. R. Silva-2/+2
2019-06-28igb: clear out skb->tstamp after reading the txtimeVedang Patel-0/+1
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy-11/+16
2019-06-26i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva-9/+6
2019-06-26i40e: update copyright stringAlice Michael-1/+1
2019-06-26i40e: Fix descriptor count manipulationMaciej Fijalkowski-14/+34
2019-06-26i40e: missing priorities for any QoS trafficAleksandr Loktionov-3/+54
2019-06-26i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski-0/+4
2019-06-26i40e: fix incorrect function documentation commentJacob Keller-2/+1
2019-06-26i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar-2/+1
2019-06-26i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov-0/+4
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao-0/+3
2019-06-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues-1/+3
2019-06-21docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-17iavf: allow null RX descriptorsMitch Williams-3/+18
2019-06-17iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt-1/+8
2019-06-17iavf: Refactor init state machineJakub Pawlak-190/+261
2019-06-17iavf: Refactor the watchdog state machineJan Sokolowski-30/+44
2019-06-17iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak-45/+31
2019-06-17iavf: Move commands processing to the separate functionJakub Pawlak-92/+105
2019-06-17iavf: Fix the math for valid length for ADq enableAvinash Dayanand-1/+1
2019-06-17iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov-1/+1
2019-06-17iavf: wait longer for close to completeMitch Williams-1/+1