summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-08gve: fix unused variable/label warningsArnd Bergmann1-33/+33
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu1-10/+18
2019-07-08sfc: Remove 'PCIE error reporting unavailable'Martin Habets1-5/+1
2019-07-08net: netsec: Sync dma for device on buffer allocationIlias Apalodimas1-3/+1
2019-07-08hinic: add fw version queryXue Chaojing4-0/+54
2019-07-08gve: Fix error return code in gve_alloc_qpls()Wei Yongjun1-1/+3
2019-07-08net: nixge: Fix misuse of strlcpyJoe Perches1-1/+1
2019-07-08net: ethernet: sun4i-emac: Fix misuse of strlcpyJoe Perches1-2/+2
2019-07-08gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable()Taehee Yoo1-1/+6
2019-07-08gtp: fix use-after-free in gtp_newlink()Taehee Yoo1-1/+1
2019-07-08gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo1-1/+1
2019-07-08gtp: remove duplicate code in gtp_dellink()Taehee Yoo1-1/+0
2019-07-08gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo1-2/+15
2019-07-08gtp: fix suspicious RCU usageTaehee Yoo1-2/+6
2019-07-08net: dsa: vsc73xx: Assert reset if iCPU is enabledPawel Dembicki1-19/+17
2019-07-08net: dsa: vsc73xx: add support for parallel modePawel Dembicki3-0/+174
2019-07-08net: dsa: vsc73xx: Split vsc73xx driverPawel Dembicki5-162/+254
2019-07-07r8169: sync few chip names with vendor driverHeiner Kallweit1-4/+4
2019-07-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller16-61/+950
2019-07-07Merge tag 'wireless-drivers-next-for-davem-2019-07-06' of git://git.kernel.or...David S. Miller150-2953/+5173
2019-07-06Bluetooth: btusb: Add protocol support for MediaTek MT7663U USB devicesSean Wang1-0/+5
2019-07-06Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devicesSean Wang2-0/+587
2019-07-06Bluetooth: Add new 13d3:3491 QCA_ROME deviceJoão Paulo Rechi Vita1-0/+1
2019-07-06Bluetooth: Add new 13d3:3501 QCA_ROME deviceJoão Paulo Rechi Vita1-0/+1
2019-07-06Bluetooth: hci_bcsp: Fix memory leak in rx_skbTomas Bortoli1-0/+5
2019-07-06Bluetooth:: btrtl: Add support for RTL8723DULarry Finger1-0/+8
2019-07-06Bluetooth: btmtkuart: add an implementation for clock osc propertySean Wang1-3/+18
2019-07-06Bluetooth: btmtkuart: add an implementation for boot-gpios propertySean Wang1-9/+25
2019-07-06Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetoothNeil Armstrong1-0/+1
2019-07-06Bluetooth: hci_qca: Load customized NVM based on the device propertyRocky Liao3-5/+27
2019-07-06Bluetooth: hci_mrvl: Add serdev supportSascha Hauer2-1/+69
2019-07-06Bluetooth: hci_mrvl: Wait for final ack before switching baudrateSascha Hauer1-0/+3
2019-07-06Bluetooth: hci_ldisc: Add function to wait for characters to be sentSascha Hauer2-0/+9
2019-07-06Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor eventMatthias Kaehlcke1-1/+54
2019-07-06Bluetooth: btqca: inject command complete event during fw downloadBalakrishna Godavarthi2-1/+42
2019-07-06Bluetooth: Cleanup formatting and coding styleFabian Schindlatz2-8/+20
2019-07-06Bluetooth: btrtl: HCI reset on close for Realtek BT chipJian-Hong Pan3-0/+27
2019-07-06Bluetooth: hci_ll: Refactor download_firmwareFabian Schindlatz1-17/+28
2019-07-06Bluetooth: hci_ll: set operational frequency earlierPhilipp Puschmann1-18/+21
2019-07-06Bluetooth: btsdio: Do not bind to non-removable BCM4356Peter Robinson1-0/+1
2019-07-06net/mlx5e: Add kTLS TX HW offload supportTariq Toukan14-7/+748
2019-07-06net/mlx5e: Introduce a fenced NOP WQE posting functionTariq Toukan1-0/+18
2019-07-06net/mlx5e: Re-work TIS creation functionsTariq Toukan5-11/+27
2019-07-06net/mlx5e: Tx, Unconstify SQ stop roomTariq Toukan4-17/+21
2019-07-06net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBBEran Ben Elisha1-2/+2
2019-07-06net/mlx5e: Tx, Make SQ WQE fetch function type genericTariq Toukan3-8/+10
2019-07-06net/mlx5e: Tx, Enforce L4 inline copy when neededTariq Toukan2-1/+9
2019-07-06net/mlx5e: Move helper functions to a new txrx datapath headerTariq Toukan8-153/+170
2019-07-06net/mlx5: Accel, Add core TLS support for the Connect-X familyTariq Toukan3-3/+101
2019-07-06net/mlx5: Add crypto library to support create/destroy encryption keyTariq Toukan3-1/+78