summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-1/+2
* i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* i40e: fix i40e_add_queue_stats data pointer updateJacob Keller2018-08-071-1/+6
* i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz2018-08-074-0/+42
* i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-072-0/+4
* i40e: fix warning about shadowed ring parameterJacob Keller2018-08-071-4/+2Star
* i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller2018-08-071-1/+0Star
* i40e: convert priority flow control stats to use helpersJacob Keller2018-08-071-36/+51
* i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller2018-08-071-40/+43
* i40e: Set fec_config when forcing link stateMariusz Stachura2018-08-071-0/+2
* i40e: add helper to copy statistic values into ethtool bufferJacob Keller2018-08-071-23/+93
* i40e: add helper function for copying strings from stat arraysJacob Keller2018-08-071-20/+39
* i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing2018-08-071-69/+0Star
* i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov2018-08-071-6/+0Star
* ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-263-91/+224
* ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck2018-07-261-7/+7
* igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
* igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke2018-07-261-12/+0Star
* ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson2018-07-261-1/+9
* ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen2018-07-261-0/+10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-2/+12
|\
| * ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter2018-07-121-1/+1
| * ixgbe: Be more careful when modifying MAC filtersAlexander Duyck2018-07-121-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-153-3/+0Star
|\ \
| * | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-133-3/+0Star
* | | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-2/+2
* | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-3/+4
* | | net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck2018-07-091-13/+6Star
* | | ixgbe: Add code to populate and use macvlan TC to Tx queue mapAlexander Duyck2018-07-091-6/+38
|/ /
* | igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-043-17/+138
* | igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia2018-07-041-2/+2
* | igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia2018-07-041-9/+14
* | igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia2018-07-041-16/+33
* | igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia2018-07-041-32/+28Star
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-032-19/+29
|\|
| * i40e: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-9/+15
| * ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-10/+14
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-264-4/+4
* | cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-253-3/+3
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-211-4/+3Star
|\
| * bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3Star
* | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-161-4/+4
|\ \ | |/ |/|
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-165-25/+48
|\ \ | |/ |/|
| * ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17