summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli
2014-11-26net: bcmgenet: add register definitions for EEEFlorian Fainelli
2014-11-26Merge branch 'tipc-next'David S. Miller
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue
2014-11-26tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue
2014-11-26tipc: remove unused between routineYing Xue
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue
2014-11-26tipc: clean up the process of link pushing packetsYing Xue
2014-11-26tipc: remove retransmission queueYing Xue
2014-11-26tipc: remove protocol message queueYing Xue
2014-11-26tipc: remove node subscription infrastructureYing Xue
2014-11-26ipv6: Remove unnecessary testzhuyj
2014-11-26Merge branch 'remcsum_adjust'David S. Miller
2014-11-26gue: Call remcsum_adjustTom Herbert
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2014-11-25net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai
2014-11-24net/smsc911x: Add minimal runtime PM supportGeert Uytterhoeven
2014-11-24tipc: add tipc_netlink.h to uapi KbuildRichard Alpe
2014-11-24rhashtable: Check for count mismatch while iterating in selftestThomas Graf
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar
2014-11-248139too: The maximum MTU should allow for VLAN headersAlban Bedel
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro
2014-11-24kill zerocopy_sg_from_iovec()Al Viro
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro
2014-11-24switch macvtap to ->read_iter()Al Viro
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro
2014-11-23enic: use netdev_rss_key_fill() helperEric Dumazet
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris