summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2020-01-25Merge tag 'mlx5-fixes-2020-01-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-41/+80
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman-0/+2
2020-01-25net: bcmgenet: Use netif_tx_napi_add() for TX NAPIFlorian Fainelli-2/+2
2020-01-25net: stmmac: platform: fix probe for ACPI devicesAjay Gupta-3/+3
2020-01-24net/mlx5e: kTLS, Do not send decrypted-marked SKBs via non-accel pathTariq Toukan-4/+10
2020-01-24net/mlx5e: kTLS, Remove redundant posts in TX resync flowTariq Toukan-2/+0
2020-01-24net/mlx5e: kTLS, Fix corner-case checks in TX resync flowTariq Toukan-14/+19
2020-01-24net/mlx5e: Clear VF config when switching modesDmytro Linkin-4/+11
2020-01-24net/mlx5: DR, use non preemptible call to get the current cpu numberErez Shitrit-1/+2
2020-01-24net/mlx5: E-Switch, Prevent ingress rate configuration of uplink repEli Cohen-2/+7
2020-01-24net/mlx5: DR, Enable counter on non-fwd-dest objectsErez Shitrit-13/+29
2020-01-24net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger-0/+1
2020-01-24net/mlx5: Fix lowest FDB pool sizePaul Blakey-1/+1
2020-01-24l2t_seq_next should increase position indexVasily Averin-2/+1
2020-01-24seq_tab_next() should increase position indexVasily Averin-2/+1
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-23net/sonic: Prevent tx watchdog timeoutFinn Thain-4/+13
2020-01-23net/sonic: Fix CAM initializationFinn Thain-9/+12
2020-01-23net/sonic: Fix command register usageFinn Thain-15/+3
2020-01-23net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain-0/+28
2020-01-23net/sonic: Fix receive buffer replenishmentFinn Thain-63/+105
2020-01-23net/sonic: Improve receive descriptor status flag checkFinn Thain-10/+5
2020-01-23net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain-6/+15
2020-01-23net/sonic: Fix receive buffer handlingFinn Thain-7/+33
2020-01-23net/sonic: Fix interface error stats collectionFinn Thain-14/+8
2020-01-23net/sonic: Use MMIO accessorsFinn Thain-8/+8
2020-01-23net/sonic: Clear interrupt flags immediatelyFinn Thain-22/+6
2020-01-23net/sonic: Add mutual exclusion for accessing shared stateFinn Thain-14/+36
2020-01-23net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10GMadalin Bucur-2/+2
2020-01-23net/fsl: treat fsl,erratum-a011043Madalin Bucur-1/+6
2020-01-23qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra-0/+3
2020-01-23Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller-183/+594
2020-01-23tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet-0/+4
2020-01-23mlxsw: spectrum_acl: Fix use-after-free during reloadIdo Schimmel-4/+12
2020-01-23r8152: disable DelayPhyPwrChgHayes Wang-1/+9
2020-01-23r8152: avoid the MCU to clear the lanwakeHayes Wang-0/+33
2020-01-23r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153BHayes Wang-3/+8
2020-01-23r8152: disable test IO for RTL8153BHayes Wang-0/+10
2020-01-23r8152: Disable PLA MCU clock speed downHayes Wang-0/+17
2020-01-23r8152: disable U2P3 for RTL8153BHayes Wang-3/+0
2020-01-23r8152: get default setting of WOL before initializingHayes Wang-4/+5
2020-01-23r8152: reset flow control patch when linking on for RTL8153BHayes Wang-0/+11
2020-01-23r8152: fix runtime resume for linking changeHayes Wang-0/+21
2020-01-23gtp: make sure only SOCK_DGRAM UDP sockets are acceptedEric Dumazet-4/+6
2020-01-23airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman-10/+8
2020-01-23airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman-1/+1
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy-2/+2
2020-01-22can, slip: Protect tty->disc_data in write_wakeup and close with RCURichard Palethorpe-4/+20
2020-01-22iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queuesEmmanuel Grumbach-8/+12
2020-01-21net: usb: lan78xx: Add .ndo_features_checkJames Hughes-0/+15