aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-04net: Move free of fib_metrics to helperDavid Ahern3-8/+10
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern5-49/+43
2018-10-04net: sched: remove unused helpersJakub Kicinski1-10/+0
2018-10-04geneve: allow to clear ttl inheritHangbin Liu1-4/+8
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes4-0/+1020
2018-10-04Merge branch 'bnxt_en-devlink-param-updates'David S. Miller6-4/+176
2018-10-04devlink: Add Documentation/networking/devlink-params-bnxt.txtVasundhara Volam1-0/+18
2018-10-04devlink: Add Documentation/networking/devlink-params.txtVasundhara Volam1-0/+42
2018-10-04bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam2-1/+24
2018-10-04bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam2-2/+53
2018-10-04bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DENIEDVasundhara Volam1-1/+5
2018-10-04bnxt_en: Use ignore_ari devlink parameterVasundhara Volam2-0/+7
2018-10-04devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam2-0/+9
2018-10-04devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam2-0/+9
2018-10-04devlink: Add generic parameter ignore_ariVasundhara Volam2-0/+9
2018-10-04qed: Avoid implicit enum conversion in qed_ooo_submit_tx_buffersNathan Chancellor1-1/+12
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller18-97/+292
2018-10-04Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller15-106/+169
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells4-10/+182
2018-10-04liquidio: fix a couple of spelling mistakesColin Ian King1-2/+2
2018-10-04Merge branch 'ieee802154-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller2-59/+13
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells3-0/+29
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells3-0/+57
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells6-9/+6
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells5-36/+32
2018-10-04afs: Sort address lists so that they are in logical ascending orderDavid Howells1-27/+24
2018-10-04afs: Always build address lists using the helper functionsDavid Howells1-17/+15
2018-10-04afs: Do better max capacity handling on address listsDavid Howells2-11/+16
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells1-4/+4
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells3-17/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller256-1307/+1886
2018-10-03net/mlx5: Add Fast teardown supportFeras Daoud6-23/+103
2018-10-03net/mlx5e: Add new counter for aRFS rule insertion failuresEran Ben Elisha3-2/+10
2018-10-03net/mlx5e: Add extack messages for TC offload failuresEli Britstein1-38/+118
2018-10-03net/mlx5e: E-Switch, Add extack messages to devlink callbacksEli Britstein1-14/+24
2018-10-03devlink: Add extack for eswitch operationsEli Britstein8-20/+37
2018-10-03Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman129-806/+864
2018-10-03Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-75/+1169
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-10-03iavf: fix a typoRami Rosen1-1/+1
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel3-1/+195
2018-10-03ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2-6/+8
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel6-21/+745
2018-10-03ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2-18/+37
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2-0/+159
2018-10-03ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2018-10-03i40e: Remove unnecessary print statementNathan Chancellor1-2/+0
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor1-1/+1
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter1-1/+1
2018-10-03ixgbe: remove redundant function ixgbe_fw_recovery_mode()YueHaibing1-11/+0