summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-0433-686/+320
|\
| * vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro2015-02-044-40/+2
| * vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro2015-02-043-88/+23
| * vhost: don't bother with copying iovec in handle_tx()Al Viro2015-02-041-4/+5
| * vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro2015-02-043-28/+4
| * net: switch sockets to ->read_iter/->write_iterAl Viro2015-02-041-29/+27
| * net/socket.c: fold do_sock_{read,write} into callersAl Viro2015-02-041-35/+21
| * crypto: switch af_alg_make_sg() to iov_iterAl Viro2015-02-044-100/+62
| * net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-043-145/+1
| * tipc: tipc ->sendmsg() conversionAl Viro2015-02-042-7/+14
| * net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-047-18/+14
| * ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-044-141/+123
| * ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-043-7/+5
| * rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-042-10/+7
| * rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro2015-02-042-39/+15
| * vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-043-11/+10
| * ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3
| * ipv4: raw_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3
| * netlink: make the check for "send from tx_ring" deterministicAl Viro2015-02-041-0/+5
* | tcp: do not pace pure ack packetsEric Dumazet2015-02-043-3/+32
* | Merge branch 'rhashtable-next'David S. Miller2015-02-044-83/+302
|\ \
| * | netfilter: Use rhashtable walk iteratorHerbert Xu2015-02-041-17/+36
| * | netlink: Use rhashtable walk iteratorHerbert Xu2015-02-041-66/+64
| * | rhashtable: Introduce rhashtable_walk_*Herbert Xu2015-02-042-0/+198
| * | rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu2015-02-041-0/+4
|/ /
* | NetCP: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-041-4/+2
* | IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"Markus Elfring2015-02-041-1/+1
* | Merge branch 'mlx4-next'David S. Miller2015-02-047-19/+26
|\ \
| * | net/mlx4_en: Notify TX Vlan offload changeIdo Shamay2015-02-041-0/+4
| * | net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay2015-02-041-2/+3
| * | net/mlx4_en: Print page allocator informationIdo Shamay2015-02-041-0/+4
| * | net/mlx5_core: Move to use hex PCI device IDsOr Gerlitz2015-02-041-6/+6
| * | net/mlx4_core: Fix misleading debug print on CQE stride supportOr Gerlitz2015-02-041-1/+2
| * | net/mlx4: mlx4_config_dev_retrieval() - Initialize struct config_dev before u...Maor Gottlieb2015-02-041-1/+1
| * | net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb2015-02-042-9/+6
|/ /
* | Merge branch 'mlx4-next'David S. Miller2015-02-0424-64/+756
|\ \
| * | IB/mlx4: Load balance ports in port aggregation modeMoni Shoua2015-02-044-0/+29
| * | IB/mlx4: Create mirror flows in port aggregation modeMoni Shoua2015-02-042-13/+80
| * | IB/mlx4: Add port aggregation supportMoni Shoua2015-02-041-6/+70
| * | IB/mlx4: Reuse mlx4_mac_to_u64()Moni Shoua2015-02-041-11/+1
| * | net/mlx4_en: Port aggregation configurationMoni Shoua2015-02-043-0/+189
| * | net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua2015-02-048-2/+177
| * | net/mlx4_core: Port aggregation low level interfaceMoni Shoua2015-02-045-6/+77
| * | net/bonding: Notify state change on slavesMoni Shoua2015-02-042-0/+54
| * | net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-042-26/+43
| * | net/core: Add event for a change in slave stateMoni Shoua2015-02-043-0/+36
|/ /
* | Merge branch 'tipc-next'David S. Miller2015-02-044-45/+65
|\ \
| * | tipc: separate link starting event from link timeout eventJon Paul Maloy2015-02-041-1/+3
| * | tipc: eliminate race during node creationJon Paul Maloy2015-02-042-13/+7
| * | tipc: avoid stale link after aborted failoverJon Paul Maloy2015-02-042-0/+5