summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-111-2/+2
| | * | net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-111-4/+2
| | * | net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-113-1/+10
| | * | net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4
| | * | net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
| * | | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-111-1/+1
| * | | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-111-3/+2
| * | | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-111-1/+1
| * | | net: stmmac: Fix misuses of GENMASK macroJoe Perches2019-07-112-3/+3
| * | | net: ethernet: mediatek: Fix misuses of GENMASK macroJoe Perches2019-07-112-2/+2
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-7/+7
|\ \ \ \
| * | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-244-6/+6
| * | | | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | | | | scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11933-18734/+55514
|\ \ \ \
| * | | | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-091-0/+1
| * | | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-091-1/+1
| * | | | net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
| * | | | net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
| * | | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-0929-207/+207
| * | | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-094-0/+15
| * | | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-0920-112/+243
| * | | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-095-9/+9
| * | | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-094-10/+10
| * | | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-0914-300/+62
| * | | | net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
| * | | | net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9
| * | | | net: hisilicon: Offset buf address to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+17
| * | | | net: hisilicon: Add group field to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+5
| * | | | net: hisilicon: HI13X1_GMAX need dreq reset at firstJiangfeng Xiao2019-07-091-0/+24
| * | | | net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REGJiangfeng Xiao2019-07-091-0/+2
| * | | | net: hisilicon: Cleanup for cast to restricted __be32Jiangfeng Xiao2019-07-091-2/+2
| * | | | net: hisilicon: Cleanup for got restricted __be32Jiangfeng Xiao2019-07-091-4/+4
| * | | | net: hisilicon: Add support for HI13X1 to hip04_ethJiangfeng Xiao2019-07-092-7/+40
| * | | | net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang2019-07-095-25/+42
| * | | | net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang2019-07-091-1/+1
| * | | | net: dsa: vsc73xx: fix NET_DSA and OF dependenciesArnd Bergmann2019-07-091-0/+4
| * | | | net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer2019-07-091-0/+5
| * | | | net: mvmdio: print warning when orion-mdio has too many clocksJosua Mayer2019-07-091-0/+4
| * | | | net: mvmdio: allow up to four clocks to be specified for orion-mdioJosua Mayer2019-07-091-1/+1
| * | | | net: netsec: start using buffers if page_pool registration succeededIlias Apalodimas2019-07-091-8/+9
| * | | | net: stmmac: Introducing support for Page PoolJose Abreu2019-07-093-144/+70
| * | | | net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu2019-07-097-22/+26
| * | | | net: stmmac: Implement RX Coalesce Frames settingJose Abreu2019-07-094-8/+20
| * | | | bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan2019-07-091-6/+2
| * | | | net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit2019-07-092-31/+78
| * | | | nfp: tls: undo TLS sequence tracking when dropping the frameJakub Kicinski2019-07-081-0/+23
| * | | | nfp: tls: avoid one of the ifdefs for TLSJakub Kicinski2019-07-081-4/+2
| * | | | nfp: tls: don't leave key material in freed FW cmsg skbsJakub Kicinski2019-07-081-1/+15
| * | | | net/tls: don't clear TX resync flag on errorDirk van der Merwe2019-07-082-7/+14