summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller6-14/+22
2019-07-25net/ixgbevf: fix a compilation error of skb_frag_tQian Cai1-2/+5
2019-07-24e1000e: add workaround for possible stalled packetKai-Heng Feng2-1/+11
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin3-0/+9
2019-07-24igc: Update the MAC reset flowSasha Neftin2-2/+2
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin1-5/+0
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin1-6/+0
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan1-5/+3
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan1-4/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)14-28/+28
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/...Linus Torvalds1-1/+1
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso3-30/+30
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso4-4/+16
2019-07-10net: 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-07-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller21-145/+686
2019-06-29e1000e: PCIm function state supportVitaly Lifshits2-1/+20
2019-06-29e1000e: Make watchdog use delayed workDetlev Casanova2-27/+32
2019-06-29i40e: Add macvlan support on i40eHarshitha Ramamurthy2-2/+522
2019-06-29ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2019-06-29iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-06-29igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy2-1/+6
2019-06-29igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-06-29iavf: Fix up debug print macroJeff Kirsher1-3/+7
2019-06-29e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven7-28/+28
2019-06-29iavf: use struct_size() helperGustavo A. R. Silva1-21/+16
2019-06-29e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-06-29ixgbe: fix potential u32 overflow on shiftColin Ian King1-10/+4
2019-06-29ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier1-0/+3
2019-06-29e1000e: Increase pause and refresh timeMiguel Bernal Marin1-2/+2
2019-06-29ice: Use struct_size() helperGustavo A. R. Silva1-2/+2
2019-06-29igb: 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-18iavf: allow null RX descriptorsMitch Williams1-3/+18
2019-06-18iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8