summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-06-105-44/+99
|\
| * futex: Calculate the futex key based on a tail page for file-based futexesMel Gorman2016-06-081-3/+11
| * locking/qspinlock: Fix spin_unlock_wait() some morePeter Zijlstra2016-06-082-36/+77
| * locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson2016-06-031-3/+6
| * locking/seqcount: Re-fix raw_read_seqcount_latch()Peter Zijlstra2016-06-031-2/+5
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-102-9/+7
|\ \
| * | efi/arm: Fix the format of EFI debug messagesDennis Chen2016-06-031-8/+6
| * | efi: Fix for_each_efi_memory_desc_in_map() for empty memmapsVitaly Kuznetsov2016-06-031-1/+1
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-101-1/+3
|\ \ \
| * | | objtool, drm/vmwgfx: Fix "duplicate frame pointer save" warningJosh Poimboeuf2016-06-081-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-1093-460/+828
|\ \ \ \
| * | | | vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare2016-06-102-3/+3
| * | | | packet: compat support for sock_fprogWillem de Bruijn2016-06-103-2/+41
| * | | | stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks2016-06-101-1/+1
| * | | | Merge branch 'mlx5-fixes'David S. Miller2016-06-1010-52/+128
| |\ \ \ \
| | * | | | net/mlx5e: Fix blue flame quota logicEli Cohen2016-06-101-1/+2
| | * | | | net/mlx5e: Use ndo_stop explicitly at shutdown flowEran Ben Elisha2016-06-101-4/+1
| | * | | | net/mlx5: E-Switch, always set mc_promisc for allmulti vportsMohamad Haj Yahia2016-06-101-0/+1
| | * | | | net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2016-06-104-4/+68
| | * | | | net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia2016-06-101-4/+1
| | * | | | net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz2016-06-101-17/+17
| | * | | | net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz2016-06-101-3/+3
| | * | | | net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb2016-06-101-13/+15
| | * | | | net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb2016-06-102-1/+15
| | * | | | net/mlx5: Fix root flow table updateMaor Gottlieb2016-06-101-1/+1
| | * | | | net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctlyShahar Klein2016-06-102-3/+2
| | * | | | net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny2016-06-101-1/+1
| | * | | | net/mlx5: Fix the size of modify QP mailboxMajd Dibbiny2016-06-101-0/+1
| |/ / / /
| * | | | Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-06-092-4/+23
| |\ \ \ \
| | * | | | wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-091-2/+23
| | * | | | cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-06-091-2/+0
| * | | | | Merge branch 'mlxsw-fixes'David S. Miller2016-06-092-91/+117
| |\ \ \ \ \
| | * | | | | mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2016-06-092-43/+26
| | * | | | | mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel2016-06-091-52/+95
| |/ / / / /
| * | | | | qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * | | | | ip6gre: Allow live link address changeShweta Choudaha2016-06-091-0/+3
| * | | | | Merge branch 'cls_u32-hwoffload-fixes'David S. Miller2016-06-091-19/+26
| |\ \ \ \ \
| | * | | | | net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
| | * | | | | net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7
| |/ / / / /
| * | | | | sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
| * | | | | net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
| * | | | | ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3
| * | | | | l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-081-1/+1
| * | | | | cxgb4: Add device id of T540-BT adapterHariprasad Shenai2016-06-081-0/+1
| * | | | | net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
| * | | | | bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-084-7/+9
| |\ \ \ \ \
| | * | | | | ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-063-5/+7
| | * | | | | netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-021-2/+2
| * | | | | | tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-081-1/+3