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