summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch2018-02-231-2/+3
* net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-234-49/+19Star
* net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-154-43/+45
* net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-152-3/+17
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-152-47/+47
* net/mlx5: CQ hold/put APISaeed Mahameed2018-02-151-23/+19Star
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-153-45/+53
* net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed2018-02-151-3/+3
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-153-35/+52
* ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen2018-02-091-4/+1Star
* net: stmmac: remove redundant enable of PMT irqNiklas Cassel2018-02-092-4/+1Star
* net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4Niklas Cassel2018-02-092-3/+3
* net: stmmac: discard disabled flags in interrupt status registerNiklas Cassel2018-02-091-2/+4
* ibmvnic: Reset long term map ID counterThomas Falcon2018-02-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-1/+1
|\
| * nfp: bpf: fix immed relocation for larger offsetsJakub Kicinski2018-02-081-1/+1
* | net: thunder: change q_len's type to handle max ring sizeDean Nelson2018-02-081-1/+1
* | ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot2018-02-081-1/+5
* | nfp: populate MODULE_VERSIONJakub Kicinski2018-02-081-0/+1
* | nfp: limit the number of TSO segmentsJakub Kicinski2018-02-082-1/+6
* | nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-087-21/+33
* | nfp: don't advertise hw-tc-offload on non-port netdevsJakub Kicinski2018-02-081-1/+1
* | nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
* | net: ethernet: ti: cpsw: fix net watchdog timeoutGrygorii Strashko2018-02-081-2/+14
* | ibmvnic: Ensure that buffers are NULL after freeThomas Falcon2018-02-081-0/+5
* | ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen2018-02-081-1/+2
* | i40e: Fix the number of queues available to be mapped for useAmritha Nambiar2018-02-081-13/+14
* | sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-0811-0/+11
* | cxgb4: Fix error handling path in 'init_one()'Christophe JAILLET2018-02-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-0711-109/+133
|\ \
| * | be2net: Handle transmit completion errors in LancerSuresh Reddy2018-02-064-48/+69
| * | be2net: Fix HW stall issue in LancerSuresh Reddy2018-02-061-1/+4
| * | nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-065-49/+55
| * | net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang2018-02-061-1/+1
| * | ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario2018-02-061-10/+4Star
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-1/+1
|\ \
| * | net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy2018-02-051-1/+1
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-067-31/+46
|\ \ \
| * \ \ Merge branch 'pci/misc' into nextBjorn Helgaas2018-01-313-12/+12
| |\ \ \
| | * | | hinic: Replace PCI pool old APIRomain Perier2018-01-022-6/+6
| | * | | net: e100: Replace PCI pool old APIRomain Perier2018-01-021-6/+6
| * | | | Merge branch 'pci/dma' into nextBjorn Helgaas2018-01-311-16/+20
| |\ \ \ \
| | * | | | net: tsi108: Use DMA API properlyChristoph Hellwig2018-01-181-16/+20
| | |/ / /
| * | | | pch_gbe: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-171-2/+4
| * | | | bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-172-1/+10
| |/ / /
* | | / net: mediatek: Explicitly include pinctrl headersThierry Reding2018-02-051-0/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-0310-21/+51
|\ \ \
| * | | net: qlge: use memmove instead of skb_copy_to_linear_dataArnd Bergmann2018-02-031-2/+1Star
| * | | net: qed: use correct strncpy() sizeArnd Bergmann2018-02-031-4/+2Star