aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum1-2/+4
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar1-1/+0
2017-11-27e1000e: fix the use of magic numbers for buffer overrun issueSasha Neftin2-4/+8
2017-11-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva1-1/+1
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-21ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-21i40e: restore promiscuous after resetAlan Brady1-72/+83
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady2-17/+31
2017-11-21i40e: Fix FLR reset timeout issueFilip Sadowski1-0/+7
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar2-9/+0
2017-11-21i40e: fix the calculation of VFs mac addressesZijie Pan1-10/+11
2017-11-21i40e: Fix for NUP NVM image downgrade failureJacob Keller4-4/+14
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds57-1345/+6227
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel3-3/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar8-21/+25
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2-5/+5
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion phaseJiri Pirko1-0/+3
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar7-31/+1192
2017-10-31i40e: Clean up of cloud filtersAmritha Nambiar2-0/+33
2017-10-31i40e: Admin queue definitions for cloud filtersAmritha Nambiar2-4/+210
2017-10-31i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar6-5/+44
2017-10-31i40e: Map TCs with the VSI seidsAmritha Nambiar2-0/+3
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck2-18/+0
2017-10-31i40e: only redistribute MSI-X vectors when neededShannon Nelson1-2/+3
2017-10-31i40e: mark PM functions as __maybe_unusedArnd Bergmann1-9/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-21/+22
2017-10-27igb: Add support for CBS offloadAndre Guedes4-0/+384
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck1-12/+6
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland11-19/+19
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+37
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21ixgbe: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-6/+39
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-301/+495
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook10-50/+43
2017-10-17i40e: fix u64 division usageAlan Brady2-19/+42
2017-10-17i40e: convert i40e_set_link_ksettings to new APIAlan Brady1-36/+57