summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook14-28/+37
2018-06-13treewide: Use array_size() in vmalloc()Kees Cook9-17/+21
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook11-37/+40
2018-06-13treewide: kvzalloc() -> kvcalloc()Kees Cook6-10/+13
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook2-6/+6
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook64-163/+195
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook42-97/+113
2018-06-13xen/netfront: raise max number of slots in xennet_get_responses()Juergen Gross1-2/+2
2018-06-13net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...Christophe JAILLET1-3/+4
2018-06-13net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2-14/+38
2018-06-13net: phy: mdio-gpio: Cut surplus includesLinus Walleij1-3/+0
2018-06-13hv_netvsc: move VF to same namespace as netvsc deviceStephen Hemminger1-1/+20
2018-06-13hv_netvsc: fix network namespace issues with VF supportStephen Hemminger2-23/+22
2018-06-13hv_netvsc: drop common code until callback model fixedStephen Hemminger3-62/+165
2018-06-13nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren1-0/+2
2018-06-13nfp: remove phys_port_name on flower's vNICJakub Kicinski3-1/+6
2018-06-13nfp: include all ring counters in interface statsJakub Kicinski1-1/+1
2018-06-13nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski1-5/+2
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2-3/+17
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck1-2/+11
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck2-9/+9
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2-3/+3
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2-8/+8
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-51/+82
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-19/+3
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado1-6/+29
2018-06-09cdc_ncm: avoid padding beyond end of skbBjørn Mork1-2/+2
2018-06-09net: fddi: fix a possible null-ptr-derefYueHaibing1-27/+28
2018-06-09net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King1-6/+5
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2018-06-08net: stmmac: fix build failure due to missing COMMON_CLK dependencyCorentin Labbe1-5/+5
2018-06-07net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()Geert Uytterhoeven1-1/+1
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-06-07hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui1-1/+3
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn3-3/+8
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-15/+25
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-182/+10
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds900-25861/+51553
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-10/+6
2018-06-07Merge branch 'pci/virtualization'Bjorn Helgaas1-27/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook4-8/+5
2018-06-06net: hns3: Optimize PF CMDQ interrupt switching processXi Wang1-0/+13
2018-06-06net: hns3: Fix for VF mailbox receiving unknown messageXi Wang1-3/+20
2018-06-06net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang1-0/+3
2018-06-06bnx2x: use the right constantJulia Lawall1-1/+1
2018-06-06net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran3-3/+18
2018-06-06enic: fix UDP rss bitsGovindarajulu Varadarajan7-21/+67
2018-06-06Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-91/+55