summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-29net: nfp: fix nfp_net_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29net: nb8800: fix nb8800_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29net: arc_emac: fix arc_emac_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29net: aquantia: fix aq_ndev_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29caif: fix cfv_netdev_tx()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29caif: fix cfspi_xmit()'s return typeLuc Van Oostenryck1-2/+2
2020-06-29caif: fix caif_xmit()'s return typeLuc Van Oostenryck1-1/+1
2020-06-29cail,hsi: fix cfhsi_xmit()'s return typeLuc Van Oostenryck1-3/+3
2020-06-29bareudp: Added attribute to enable & disable rx metadata collectionMartin4-8/+23
2020-06-29Merge branch 'hinic-add-some-ethtool-ops-support'David S. Miller13-15/+1273
2020-06-29hinic: add support to get eeprom informationLuo bin4-0/+175
2020-06-29hinic: add support to identify physical deviceLuo bin7-3/+132
2020-06-29hinic: add self test supportLuo bin8-0/+331
2020-06-29hinic: add support to set and get irq coalesceLuo bin8-1/+418
2020-06-29hinic: add support to set and get pause paramsLuo bin7-11/+217
2020-06-28Merge branch 'tcp-improve-delivered-counts-in-SCM_TSTAMP_ACK'David S. Miller1-20/+39
2020-06-28tcp: update delivered_ce with deliveredYousuk Seung1-8/+21
2020-06-28tcp: count sacked packets in tcp_sacktag_stateYousuk Seung1-0/+4
2020-06-28tcp: add ece_ack flag to reno sack functionsYousuk Seung1-10/+12
2020-06-28tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung1-2/+2
2020-06-28net/mlx5e: kTLS, Improve rx handler function callTariq Toukan7-21/+34
2020-06-28net/mlx5e: kTLS, Cleanup redundant capability checkTariq Toukan1-3/+0
2020-06-28net/mlx5e: Increase Async ICO SQ sizeTariq Toukan1-1/+9
2020-06-28net/mlx5e: kTLS, Add kTLS RX statsTariq Toukan4-3/+106
2020-06-28net/mlx5e: kTLS, Add kTLS RX resync supportTariq Toukan8-7/+381
2020-06-28net/tls: Add asynchronous resyncBoris Pismenny2-1/+88
2020-06-28Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2-17/+4
2020-06-28net/mlx5e: kTLS, Add kTLS RX HW offload supportTariq Toukan19-32/+529
2020-06-28net/mlx5e: kTLS, Use kernel API to extract private offload contextTariq Toukan1-19/+9
2020-06-28net/mlx5e: kTLS, Improve TLS feature modularityTariq Toukan13-288/+376
2020-06-28net/mlx5e: Accel, Expose flow steering API for rules add/delTariq Toukan2-0/+129
2020-06-28net/mlx5e: Receive flow steering framework for accelerated TCP flowsBoris Pismenny5-3/+311
2020-06-28net/mlx5e: API to manipulate TTC rules destinationsSaeed Mahameed3-48/+86
2020-06-28net/mlx5e: Refactor build channel paramsTariq Toukan3-29/+29
2020-06-28net/mlx5e: Turn XSK ICOSQ into a general asynchronous oneTariq Toukan5-61/+42
2020-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed11-46/+81
2020-06-27net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan7-13/+23
2020-06-27net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-27net/mlx5: Avoid RDMA file inclusion in core driverParav Pandit1-1/+0
2020-06-27Merge branch 'net-atlantic-various-non-functional-changes'David S. Miller10-33/+80
2020-06-27net: atlantic: put ptp code under IS_REACHABLE checkIgor Russkikh4-6/+27
2020-06-27net: atlantic: add alignment checks in hw_atl2_utils_fw.cMark Starovoytov1-4/+28
2020-06-27net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov1-4/+5
2020-06-27net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov1-4/+5
2020-06-27net: atlantic: make aq_pci_func_init staticMark Starovoytov2-8/+9
2020-06-27net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov2-2/+2
2020-06-27net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov1-2/+1
2020-06-27net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov1-3/+3
2020-06-27Merge branch 'mptcp-refactor-token-container'David S. Miller11-190/+487
2020-06-27mptcp: introduce token KUNIT self-testsPaolo Abeni4-2/+152