summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-301-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-281-1/+1
* | net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann2017-07-281-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-272-3/+6
* netpoll: Fix device name check in netpoll_setup()Matthias Kaehlcke2017-07-271-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-261-5/+4
* Revert "netvsc: optimize calculation of number of slots"stephen hemminger2017-07-261-10/+33
* ftgmac100: return error in ftgmac100_alloc_rx_bufJoel Stanley2017-07-261-2/+2
* ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-07-261-4/+0
* lib: test_rhashtable: Fix KASAN warningPhil Sutter2017-07-251-1/+3
* net: phy: Remove trailing semicolon in macro definitionMarc Gonzalez2017-07-251-1/+1
* udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni2017-07-252-31/+40
* net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli2017-07-251-6/+7
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-07-251-1/+1
* ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt2017-07-251-0/+1
* ftgmac100: Increase reset timeoutBenjamin Herrenschmidt2017-07-251-1/+1
* openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-251-2/+5
* mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch2017-07-251-3/+13
* net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer2017-07-254-2/+10
* net/socket: fix type in assignment and trim long linePaolo Abeni2017-07-241-2/+3
* Merge tag 'wireless-drivers-for-davem-2017-07-21' of git://git.kernel.org/pub...David S. Miller2017-07-2411-14/+36
|\
| * Merge tag 'iwlwifi-for-kalle-2017-07-21' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-07-218-9/+34
| |\
| | * iwlwifi: mvm: defer setting IWL_MVM_STATUS_IN_HW_RESTARTJohannes Berg2017-07-213-4/+12