summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-0/+1
|\ \
| * | FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hPaul Burton2019-06-241-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-1/+1
|\ \ \
| * | | kernel: fix typos and some coding style in commentsWeitao Hou2019-07-161-1/+1
| | |/ | |/|
* / | docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1325-125/+105
|\ \
| * | ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers2019-07-121-1/+0
| * | net: dsa: qca8k: replace legacy gpio includeChristian Lamparter2019-07-121-1/+1
| * | net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-124-18/+7
| * | cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann2019-07-121-6/+13
| * | nfp: flower: ensure ip protocol is specified for L4 matchesJohn Hurley2019-07-121-9/+6
| * | nfp: flower: fix ethernet check on match fieldsJohn Hurley2019-07-121-8/+5
| * | net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov2019-07-121-1/+4
| * | net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3
| * | davinci_cpdma: don't cast dma_addr_t to pointerArnd Bergmann2019-07-121-13/+13
| * | net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor2019-07-121-23/+11
| * | Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-118-32/+33
| |\ \
| | * | net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-111-1/+8
| | * | 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