summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet1-5/+4
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller57-343/+222
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe6-21/+29
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller34-156/+580
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 ...Al Viro2-10/+10
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 Viro3-14/+16
2014-11-24switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro3-92/+18
2014-11-24kill zerocopy_sg_from_iovec()Al Viro1-63/+2
2014-11-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()Al Viro1-0/+116
2014-11-24new helper: memcpy_to_msg()Al Viro7-8/+7
2014-11-24switch ipxrtr_route_packet() from iovec to msghdrAl Viro2-4/+3
2014-11-24new helper: memcpy_from_msg()Al Viro31-49/+44
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro3-5/+4
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris13-33/+55
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-123/+140
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-128/+123
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller69-1173/+4698
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran1-0/+19
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet1-17/+6
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe3-3/+200
2014-11-21tipc: add net set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add net dump to new netlink apiRichard Alpe3-2/+73
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe3-1/+106
2014-11-21tipc: add media set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe3-0/+135
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add link set to new netlink apiRichard Alpe3-0/+79
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe5-1/+413
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe4-0/+154
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe3-0/+110
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe4-0/+139
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe7-3/+237
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann1-8/+4