summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04tcp: do not pace pure ack packetsEric Dumazet
2015-02-04Merge branch 'rhashtable-next'David S. Miller
2015-02-04netfilter: Use rhashtable walk iteratorHerbert Xu
2015-02-04netlink: Use rhashtable walk iteratorHerbert Xu
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu
2015-02-04rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu
2015-02-04NetCP: Deletion of unnecessary checks before two function callsMarkus Elfring
2015-02-04IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"Markus Elfring
2015-02-04Merge branch 'mlx4-next'David S. Miller
2015-02-04net/mlx4_en: Notify TX Vlan offload changeIdo Shamay
2015-02-04net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay
2015-02-04net/mlx4_en: Print page allocator informationIdo Shamay
2015-02-04net/mlx5_core: Move to use hex PCI device IDsOr Gerlitz
2015-02-04net/mlx4_core: Fix misleading debug print on CQE stride supportOr Gerlitz
2015-02-04net/mlx4: mlx4_config_dev_retrieval() - Initialize struct config_dev before u...Maor Gottlieb
2015-02-04net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb
2015-02-04Merge branch 'mlx4-next'David S. Miller
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-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-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-04net: add skb functions to process remote checksum offloadTom Herbert
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-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