summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tc: Add support for configuring the taprio schedulerVinicius Costa Gomes2018-10-044-0/+1020
* Merge branch 'bnxt_en-devlink-param-updates'David S. Miller2018-10-046-4/+176
|\
| * devlink: Add Documentation/networking/devlink-params-bnxt.txtVasundhara Volam2018-10-041-0/+18
| * devlink: Add Documentation/networking/devlink-params.txtVasundhara Volam2018-10-041-0/+42
| * bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam2018-10-042-1/+24
| * bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam2018-10-042-2/+53
| * bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DE...Vasundhara Volam2018-10-041-1/+5
| * bnxt_en: Use ignore_ari devlink parameterVasundhara Volam2018-10-042-0/+7
| * devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam2018-10-042-0/+9
| * devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam2018-10-042-0/+9
| * devlink: Add generic parameter ignore_ariVasundhara Volam2018-10-042-0/+9
|/
* qed: Avoid implicit enum conversion in qed_ooo_submit_tx_buffersNathan Chancellor2018-10-041-1/+12
* Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-0418-97/+292
|\
| * net/mlx5: Add Fast teardown supportFeras Daoud2018-10-046-23/+103
| * net/mlx5e: Add new counter for aRFS rule insertion failuresEran Ben Elisha2018-10-043-2/+10
| * net/mlx5e: Add extack messages for TC offload failuresEli Britstein2018-10-041-38/+118
| * net/mlx5e: E-Switch, Add extack messages to devlink callbacksEli Britstein2018-10-041-14/+24
| * devlink: Add extack for eswitch operationsEli Britstein2018-10-048-20/+37
* | Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2018-10-0415-106/+169
|\ \
| * | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-043-0/+29
| * | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-043-0/+57
| * | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells2018-10-046-9/+6
| * | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-045-36/+32
| * | afs: Sort address lists so that they are in logical ascending orderDavid Howells2018-10-041-27/+24
| * | afs: Always build address lists using the helper functionsDavid Howells2018-10-041-17/+15
| * | afs: Do better max capacity handling on address listsDavid Howells2018-10-042-11/+16
| * | rxrpc: Emit the data Tx trace line before transmittingDavid Howells2018-10-041-4/+4
| * | rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells2018-10-043-17/+1
* | | dns: Allow the dns resolver to retrieve a server setDavid Howells2018-10-044-10/+182
* | | liquidio: fix a couple of spelling mistakesColin Ian King2018-10-041-2/+2
* | | Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/sc...David S. Miller2018-10-042-59/+13
|\ \ \ | |/ / |/| |
| * | ieee802154: hwsim: remove not used ifup listAlexander Aring2018-10-021-8/+0
| * | ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu2018-09-281-51/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-04256-1307/+1886
|\ \ \
| * \ \ Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-04129-806/+864
| |\ \ \
| | * | | ixgbe: check return value of napi_complete_done()Song Liu2018-10-031-5/+7
| | * | | sctp: fix fall-through annotationGustavo A. R. Silva2018-10-031-1/+1
| | * | | r8169: always autoneg on resumeAlex Xu (Hello71)2018-10-031-4/+3
| | * | | ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet2018-10-031-2/+1
| | * | | Merge tag 'mlx5-fixes-2018-10-01' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-10-037-5/+76
| | |\ \ \
| | | * | | net/mlx5e: Set vlan masks for all offloaded TC rulesJianbo Liu2018-10-011-0/+3
| | | * | | net/mlx5: E-Switch, Fix out of bound access when setting vport rateEran Ben Elisha2018-10-011-2/+2
| | | * | | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-016-3/+71
| | * | | | Merge branch 'rmnet-fixes'David S. Miller2018-10-031-2/+5
| | |\ \ \ \
| | | * | | | net: qualcomm: rmnet: Fix incorrect allocation flag in receive pathSubash Abhinov Kasiviswanathan2018-10-031-1/+1
| | | * | | | net: qualcomm: rmnet: Fix incorrect allocation flag in transmitSubash Abhinov Kasiviswanathan2018-10-031-1/+1
| | | * | | | net: qualcomm: rmnet: Skip processing loopback packetsSean Tranchetti2018-10-031-0/+3
| | |/ / / /
| | * | | | net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-10-031-17/+11
| | * | | | Merge tag 'wireless-drivers-for-davem-2018-10-01' of git://git.kernel.org/pub...David S. Miller2018-10-033-4/+6
| | |\ \ \ \
| | | * | | | iwlwifi: 1000: set the TFD queue sizePavel Machek2018-09-271-0/+1