summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Linux 4.12.6v4.12.6Greg Kroah-Hartman1-1/+1
2017-08-11drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh1-0/+9
2017-08-11sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller1-2/+2
2017-08-11sparc64: Register hugepages during arch initNitin Gupta1-1/+24
2017-08-11sparc64: Prevent perf from running during super critical sectionsRob Gardner3-7/+22
2017-08-11sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu4-70/+132
2017-08-11virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin1-3/+2
2017-08-11ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()Ido Schimmel1-1/+1
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo2-5/+12
2017-08-11net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-11udp6: fix socket leak on early demuxPaolo Abeni3-10/+21
2017-08-11net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey1-1/+1
2017-08-11net/mlx5e: Schedule overflow check work to mlx5e workqueueEugenia Emantayev1-6/+5
2017-08-11net/mlx5e: Fix wrong delay calculation for overflow check schedulingEugenia Emantayev1-1/+2
2017-08-11net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev3-1/+21
2017-08-11net/mlx5e: Change 1PPS out schemeEugenia Emantayev2-38/+87
2017-08-11net/mlx5e: Fix broken disable 1PPS flowEugenia Emantayev1-29/+46
2017-08-11net/mlx5e: Add field select to MTPPS registerEugenia Emantayev4-10/+36
2017-08-11net/mlx5: Fix mlx5_ifc_mtpps_reg_bits structure sizeEugenia Emantayev1-1/+1
2017-08-11net/mlx5e: Fix outer_header_zero() check sizeIlan Tayari1-1/+1
2017-08-11net/mlx5e: IPoIB, Modify add/remove underlay QPN flowsAlex Vesker1-5/+11
2017-08-11sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-08-11sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-08-11net/mlx5: Fix command bad flow on command entry allocation failureMoshe Shemesh1-2/+17
2017-08-11net/mlx5: Fix command completion after timeout access invalid structureMoshe Shemesh1-2/+4
2017-08-11net/mlx5: Consider tx_enabled in all modes on remapAviv Heller1-15/+10
2017-08-11dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2017-08-11dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long1-0/+1
2017-08-11dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long1-0/+1
2017-08-11bonding: commit link status change after proposeWANG Cong1-0/+2
2017-08-11net: ethernet: nb8800: Handle all 4 RGMII modes identicallyMarc Gonzalez1-5/+4
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio1-4/+0
2017-08-11packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong1-1/+1
2017-08-11openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-08-11mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch1-3/+13
2017-08-11net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-08-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-08-11net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli1-0/+1
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-08-11Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-08-11net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll1-0/+1
2017-08-11net: Zero terminate ifr_name in dev_ifname().David S. Miller1-0/+1
2017-08-11wireless: wext: terminate ifr name coming from userspaceLevin, Alexander1-0/+2
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2-0/+2
2017-08-11tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell1-1/+9
2017-08-11tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell1-1/+0
2017-08-11tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell1-5/+18
2017-08-11tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell1-3/+11
2017-08-11tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell1-2/+1