summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook-3/+3
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook-3/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-28/+37
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-17/+21
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-37/+40
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-10/+13
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-163/+195
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-97/+113
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-51/+82
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-19/+3
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado-6/+29
2018-06-08cdc_ncm: avoid padding beyond end of skbBjørn Mork-2/+2
2018-06-08net: fddi: fix a possible null-ptr-derefYueHaibing-27/+28
2018-06-08net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King-6/+5
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2018-06-08net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe-5/+5
2018-06-07net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()Geert Uytterhoeven-1/+1
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu-0/+1
2018-06-07hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui-1/+3
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn-3/+8
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-15/+25
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-182/+10
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-25861/+51553
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+6
2018-06-06Merge branch 'pci/virtualization'Bjorn Helgaas-27/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-8/+5
2018-06-06net: hns3: Optimize PF CMDQ interrupt switching processXi Wang-0/+13
2018-06-06net: hns3: Fix for VF mailbox receiving unknown messageXi Wang-3/+20
2018-06-06net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang-0/+3
2018-06-06bnx2x: use the right constantJulia Lawall-1/+1
2018-06-06net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran-3/+18
2018-06-06enic: fix UDP rss bitsGovindarajulu Varadarajan-21/+67
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-91/+55
2018-06-05mlxsw: Add extack messages for port_{un, }split failuresDavid Ahern-9/+25
2018-06-05netdevsim: Add extack error message for devlink reloadDavid Ahern-6/+10
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern-6/+11
2018-06-05net: hns3: remove unused hclgevf_cfg_func_mta_filterArnd Bergmann-11/+0
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon-435/+662
2018-06-05net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun-1/+3
2018-06-05net/mlx5e: Make function mlx5e_change_rep_mtu() staticWei Yongjun-1/+1
2018-06-05net: qualcomm: rmnet: Fix use after free while sending command ackSubash Abhinov Kasiviswanathan-4/+4
2018-06-05net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan-0/+4
2018-06-05net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi-2/+14
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit-48/+0
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit-46/+50
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer-22/+1
2018-06-05virtio_net: remove ndo_xdp_flush call virtnet_xdp_flushJesper Dangaard Brouer-13/+0