summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-04IB/mlx4: Load balance ports in port aggregation modeMoni Shoua
2015-02-04IB/mlx4: Create mirror flows in port aggregation modeMoni Shoua
2015-02-04IB/mlx4: Add port aggregation supportMoni Shoua
2015-02-04IB/mlx4: Reuse mlx4_mac_to_u64()Moni Shoua
2015-02-04net/mlx4_en: Port aggregation configurationMoni Shoua
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua
2015-02-04net/mlx4_core: Port aggregation low level interfaceMoni Shoua
2015-02-04net/bonding: Notify state change on slavesMoni Shoua
2015-02-04net/bonding: Move slave state changes to a helper functionMoni Shoua
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-02-04Merge branch 'tipc-next'David S. Miller
2015-02-04tipc: separate link starting event from link timeout eventJon Paul Maloy
2015-02-04tipc: eliminate race during node creationJon Paul Maloy
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller
2015-02-04csiostor:Use firmware version from cxgb4/t4fw_version.hPraveen Madhavan
2015-02-04vhost/net: fix up num_buffers endian-nessMichael S. Tsirkin
2015-02-04tlan: msecs_to_jiffies convrsionNicholas Mc Guire
2015-02-04tlan: use msecs_to_jiffies for conversionNicholas Mc Guire
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-02-04gianfar: correct the bad expression while writing bit-patternSanjeev Sharma
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-02-04net: usb: sr9700: Use 'SR_' prefix for the common register macrosChen Gang
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem
2015-02-04net: fs_enet: Implement NETIF_F_SG featureLEROY Christophe
2015-02-04xps: fix xps for stacked devicesEric Dumazet
2015-02-04Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/imx' into spi-...Mark Brown
2015-02-04Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2015-02-04Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-04can: kvaser_usb: Ignore spurious error events after a busoffAhmed S. Darwish
2015-02-04can: janz-ican3: fix type mismatch in assignmentNicholas Mc Guire
2015-02-03Merge branch 'virtio_net_ufo'David S. Miller
2015-02-03Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich
2015-02-03Revert "drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packets"Vlad Yasevich
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro
2015-02-04vhost: don't bother with copying iovec in handle_tx()Al Viro
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro