summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-2310-59/+151
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-236-22/+83
| |\
| | * be2net: restore properly promisc mode after queues reconfigurationIvan Vecera2018-01-221-0/+9
| | * ibmvnic: Allocate and request vpd in init_resourcesJohn Allen2018-01-221-7/+9
| | * ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen2018-01-221-1/+11
| | * ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2018-01-222-7/+40
| | * usbnet: silence an unnecessary warningOliver Neukum2018-01-221-5/+3
| | * cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi2018-01-221-2/+2
| | * cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi2018-01-221-0/+3
| | * net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compareTalat Batheesh2018-01-221-0/+6
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-01-201-2/+15
| |\ \
| | * | scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke2018-01-101-2/+15
| * | | Merge tag 'for-4.15/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-204-35/+59
| |\ \ \ | | |_|/ | |/| |
| | * | dm crypt: fix error return code in crypt_ctr()Wei Yongjun2018-01-171-0/+1
| | * | dm crypt: wipe kernel key copy after IV initializationOndrej Kozina2018-01-171-4/+8
| | * | dm integrity: don't store cipher request on the stackMikulas Patocka2018-01-171-12/+37
| | * | dm crypt: fix crash by adding missing check for auth key sizeMilan Broz2018-01-171-1/+6
| | * | dm btree: fix serious bug in btree_split_beneath()Joe Thornber2018-01-171-17/+2
| | * | dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6Dennis Yang2018-01-171-1/+5
* | | | bnx2: remove redundant initializations of pointers txr and rxrColin Ian King2018-01-231-2/+2
* | | | forcedeth: remove duplicate structure member in rxZhu Yanjun2018-01-231-6/+7
* | | | net: phy: sfp: Fix kernel doc warningFlorian Fainelli2018-01-231-1/+1
* | | | net: aquantia: make symbol hw_atl_boards staticWei Yongjun2018-01-231-1/+1
* | | | net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun2018-01-231-1/+3
* | | | nfp: fix error return code in nfp_pci_probe()Wei Yongjun2018-01-231-0/+1
* | | | nfp: fix fw dump handling of absolute rtsym sizeCarl Heymann2018-01-231-6/+10
* | | | tun: avoid calling xdp_rxq_info_unreg() twiceCong Wang2018-01-221-2/+0
* | | | nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-223-18/+39
* | | | nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-223-6/+9
* | | | hv_netvsc: Use the num_online_cpus() for channel limitHaiyang Zhang2018-01-221-9/+2
* | | | net: hns3: converting spaces into tabs to avoid checkpatch.pl warningSalil Mehta2018-01-221-2/+2
* | | | cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* | | | net: stmmac: Fix reception of Broadcom switches tagsFlorian Fainelli2018-01-226-7/+39
* | | | net: hns3: add net status led support for fiber portJian Shen2018-01-223-0/+113
* | | | net: hns3: add ethtool -p support for fiber portJian Shen2018-01-224-0/+104
* | | | net: hns3: add manager table initialization for hardwareFuyun Liang2018-01-222-0/+123
* | | | net: hns3: add support for get_regsFuyun Liang2018-01-224-1/+205
* | | | macsec: restore uAPI after addition of GCM-AES-256Sabrina Dubroca2018-01-221-7/+5
* | | | net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2018-01-222-21/+38
* | | | net: fec: add necessary defines to work on ARM64Lucas Stach2018-01-222-5/+8
* | | | virtio_net: Add ethtool statsToshiaki Makita2018-01-221-50/+141
* | | | net: mvpp2: enable ACPI support in the driverMarcin Wojtas2018-01-221-39/+94
* | | | net: mvpp2: use device_*/fwnode_* APIs instead of of_*Marcin Wojtas2018-01-221-21/+24
* | | | net: mvpp2: simplify maintaining enabled ports' listMarcin Wojtas2018-01-221-21/+11
* | | | device property: Allow iterating over available child fwnodesMarcin Wojtas2018-01-221-0/+26
* | | | device property: Introduce fwnode_irq_get()Marcin Wojtas2018-01-221-0/+26
* | | | device property: Introduce fwnode_get_phy_mode()Marcin Wojtas2018-01-221-5/+19
* | | | device property: Introduce fwnode_get_mac_address()Marcin Wojtas2018-01-221-8/+20
* | | | net: caif: remove redundant re-assignment of pointer pfrmColin Ian King2018-01-221-1/+0
* | | | cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-224-24/+63