summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain2019-01-083-3/+3
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-0860-339/+325
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-0312-13/+42
|\
| * net-next/hinic:add shutdown callbackXue Chaojing2019-01-021-0/+6
| * net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan2019-01-011-3/+4
| * ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2019-01-011-1/+5
| * r8169: fix WoL device wakeup enableHeiner Kallweit2018-12-311-2/+2
| * fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood2018-12-292-2/+2
| * net: marvell: fix a missing check of acpi_match_deviceKangjie Lu2018-12-281-0/+2
| * atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-281-1/+3
| * net: stmicro: fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
| * net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-281-1/+3
| * niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-281-2/+8
| * net: chelsio: Add a missing check on cudg_get_bufferAditya Pakki2018-12-281-0/+4
* | Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-293-25/+22
|\ \
| * \ Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman2018-12-2145-339/+678
| |\ \
| * \ \ Merge tag 'phy-for-4.21_v1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-12-123-25/+22
| |\ \ \
| | * | | net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko2018-12-121-1/+18
| | * | | phy: mvebu-cp110-comphy: convert to use eth phy mode and submodeGrygorii Strashko2018-12-121-17/+2
| | * | | phy: ocelot-serdes: convert to use eth phy mode and submodeGrygorii Strashko2018-12-121-7/+2
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-5/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-2019-146/+238
| |\ \ \ \
| | * | | | net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky2018-12-171-5/+3
| * | | | | Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-11115-487/+952
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27380-9214/+28710
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-251-4/+10
| |\ \ \ \ \ \
| | * | | | | | bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2018-12-241-4/+10
| * | | | | | | net/mlx4_core: drop useless LIST_HEADJulia Lawall2018-12-241-5/+0
| * | | | | | | mlxsw: spectrum: drop useless LIST_HEADJulia Lawall2018-12-241-1/+0
| * | | | | | | net/mlx5e: drop useless LIST_HEADJulia Lawall2018-12-241-3/+0
| * | | | | | | net/mlx5e: fix semicolon.cocci warningskbuild test robot2018-12-241-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-222-2/+3
| |\| | | | | |
| * | | | | | | net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan2018-12-213-1/+34
| * | | | | | | net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan2018-12-214-27/+173
| * | | | | | | net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan2018-12-213-21/+54
| * | | | | | | net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan2018-12-214-24/+65
| * | | | | | | net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan2018-12-213-18/+9
| * | | | | | | net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan2018-12-211-0/+5
| * | | | | | | net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan2018-12-215-26/+18
| * | | | | | | net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program...Tariq Toukan2018-12-213-11/+18
| * | | | | | | net/mlx5e: TX, Print opcode in error CQE warningTariq Toukan2018-12-211-3/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-211-17/+10
| |\ \ \ \ \ \ \
| | * | | | | | | nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski2018-12-201-12/+10
| | * | | | | | | nfp: bpf: remove the trivial JSET optimizationJakub Kicinski2018-12-201-5/+0
| * | | | | | | | net: mscc: ocelot: Register poll timeout should be wall time not attemptsSteen Hegelund2018-12-211-28/+27
| * | | | | | | | Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-12-219-103/+177
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx5: Fix LAG requirement when CONFIG_MLX5_ESWITCH is offAviv Heller2018-12-201-5/+8
| | * | | | | | | | net/mlx5: Fix query_nic_sys_image_guid() error during initAviv Heller2018-12-201-3/+13
| | * | | | | | | | net/mlx5e: Support tunnel encap over tagged EthernetEli Britstein2018-12-201-20/+24
| | * | | | | | | | net/mlx5e: Support VLAN encap ETH header generationEli Britstein2018-12-201-2/+13