summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-3180-296/+629
|\
| * samples/bpf: fix bpf tunnel cleanupWilliam Tu2017-07-312-2/+3
| * udp6: fix jumbogram receptionPaolo Abeni2017-07-313-1/+17
| * ppp: Fix a scheduling-while-atomic bug in del_chanGao Feng2017-07-311-1/+1
| * Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"Florian Fainelli2017-07-313-5/+6
| * virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin2017-07-311-3/+2
| * mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-311-1/+1
| * MAINTAINERS: Add more files to the PHY LIBRARY sectionFlorian Fainelli2017-07-311-3/+11
| * ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel2017-07-311-1/+1
| * net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-07-311-0/+3
| * sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland2017-07-311-3/+3
| * bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann2017-07-291-1/+1
| * tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann2017-07-291-2/+3
| * Merge tag 'wireless-drivers-for-davem-2017-07-28' of git://git.kernel.org/pub...David S. Miller2017-07-292-6/+1
| |\
| | * brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0
| | * brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1
| * | net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-291-1/+1
| * | bpf: don't indicate success when copy_from_user failsDaniel Borkmann2017-07-291-1/+1
| * | udp6: fix socket leak on early demuxPaolo Abeni2017-07-293-10/+21
| * | net: thunderx: Fix BGX transmit stall due to underflowSunil Goutham2017-07-292-5/+24
| * | Revert "vhost: cache used event for better performance"Jason Wang2017-07-292-25/+6
| * | Merge tag 'mlx5-fixes-2017-07-27-V2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2017-07-2912-96/+232
| |\ \
| | * | net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey2017-07-271-1/+1
| | * | net/mlx5e: Schedule overflow check work to mlx5e workqueueEugenia Emantayev2017-07-271-6/+5
| | * | net/mlx5e: Fix wrong delay calculation for overflow check schedulingEugenia Emantayev2017-07-271-1/+2
| | * | net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev2017-07-273-1/+21
| | * | net/mlx5e: Change 1PPS out schemeEugenia Emantayev2017-07-272-38/+87
| | * | net/mlx5e: Fix broken disable 1PPS flowEugenia Emantayev2017-07-271-29/+46
| | * | net/mlx5e: Add field select to MTPPS registerEugenia Emantayev2017-07-274-10/+36
| | * | net/mlx5: Fix mlx5_ifc_mtpps_reg_bits structure sizeEugenia Emantayev2017-07-271-1/+1
| | * | net/mlx5e: Fix outer_header_zero() check sizeIlan Tayari2017-07-271-1/+1
| | * | net/mlx5e: IPoIB, Modify add/remove underlay QPN flowsAlex Vesker2017-07-271-5/+11
| | * | net/mlx5: Fix command bad flow on command entry allocation failureMoshe Shemesh2017-07-271-2/+17
| | * | net/mlx5: Fix command completion after timeout access invalid structureMoshe Shemesh2017-07-271-2/+4
| | * | net/mlx5: Consider tx_enabled in all modes on remapAviv Heller2017-07-271-15/+10
| | * | net/mlx5: Clean SRIOV eswitch resources upon VF creation failureEran Ben Elisha2017-07-272-1/+7
| * | | team: use a larger struct for mac addressWANG Cong2017-07-291-4/+4
| * | | net: check dev->addr_len for dev_set_mac_address()WANG Cong2017-07-291-0/+2
| * | | phy: bcm-ns-usb3: fix MDIO_BUS dependencyArnd Bergmann2017-07-271-1/+1
| * | | net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann2017-07-271-3/+10
| |/ /
| * | sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-07-271-2/+2
| * | dccp: fix a memleak for dccp_feat_init err processXin Long2017-07-271-2/+5
| * | dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long2017-07-271-0/+1
| * | dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long2017-07-271-0/+1
| * | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-262-3/+6
| * | netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-261-1/+1
| * | bonding: commit link status change after proposeWANG Cong2017-07-261-0/+2
| * | udp: unbreak build lacking CONFIG_XFRMPaolo Abeni2017-07-261-1/+1
| * | net: ethernet: nb8800: Handle all 4 RGMII modes identicallyMarc Gonzalez2017-07-251-5/+4
| * | Revert "netvsc: optimize calculation of number of slots"stephen hemminger2017-07-251-10/+33