aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/ttusb-budget (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26ipvlan: fix sparse warningsMahesh Bandewar1-2/+3
2014-11-26net: bcmgenet: support restarting auto-negotiationFlorian Fainelli1-0/+8
2014-11-26net: bcmgenet: add EEE supportFlorian Fainelli2-0/+100
2014-11-26net: bcmgenet: add register definitions for EEEFlorian Fainelli1-0/+22
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue8-175/+203
2014-11-26tipc: use generic SKB list APIs to manage link receive queueYing Xue2-50/+37
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue5-69/+47
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue5-176/+153
2014-11-26tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue1-6/+6
2014-11-26tipc: remove unused between routineYing Xue1-9/+0
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue4-8/+5
2014-11-26tipc: clean up the process of link pushing packetsYing Xue3-42/+24
2014-11-26tipc: remove retransmission queueYing Xue2-38/+1
2014-11-26tipc: remove protocol message queueYing Xue2-24/+0
2014-11-26tipc: remove node subscription infrastructureYing Xue9-179/+56
2014-11-26ipv6: Remove unnecessary testzhuyj1-4/+2
2014-11-26gue: Call remcsum_adjustTom Herbert1-67/+17
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert1-0/+16
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet1-5/+4
2014-11-25net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2014-11-25cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID TableHariprasad Shenai5-263/+210
2014-11-24net/smsc911x: Add minimal runtime PM supportGeert Uytterhoeven1-0/+10
2014-11-24tipc: add tipc_netlink.h to uapi KbuildRichard Alpe1-0/+1
2014-11-24rhashtable: Check for count mismatch while iterating in selftestThomas Graf1-7/+20
2014-11-24tc_vlan: fix type of tcfv_push_vidJiri Pirko1-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe6-21/+29
2014-11-24ipvlan: Initial check-in of the IPVLAN driver.Mahesh Bandewar9-0/+1678
2014-11-248139too: The maximum MTU should allow for VLAN headersAlban Bedel1-3/+4
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2-5/+10
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro3-33/+16
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro9-120/+47
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro1-11/+6
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro3-13/+13
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro3-9/+8
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro1-4/+4
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro4-17/+19
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro4-95/+18
2014-11-24kill zerocopy_sg_from_iovec()Al Viro2-65/+2
2014-11-24{macvtap,tun}_get_user(): switch to iov_iterAl Viro2-43/+45
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro2-0/+119
2014-11-24switch macvtap to ->read_iter()Al Viro1-34/+27
2014-11-24switch drivers/net/tun.c to ->read_iter()Al Viro1-25/+15
2014-11-24new helper: memcpy_to_msg()Al Viro9-9/+13
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro3-5/+4
2014-11-24new helper: memcpy_from_msg()Al Viro36-57/+57
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro4-5/+9
2014-11-23enic: use netdev_rss_key_fill() helperEric Dumazet2-14/+19
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris13-33/+55
2014-11-23enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)Govindarajulu Varadarajan1-4/+3
2014-11-23enic: use napi_schedule_irqoff()Govindarajulu Varadarajan1-7/+5