summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-11-26ipv6: Remove unnecessary testzhuyj
2014-11-26gue: Call remcsum_adjustTom Herbert
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet
2014-11-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
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-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-24new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_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-24ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens
2014-11-21net: Revert "net: avoid one atomic operation in skb_clone()"Eric Dumazet
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe
2014-11-21tipc: add net set to new netlink apiRichard Alpe
2014-11-21tipc: add net dump to new netlink apiRichard Alpe
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add media set to new netlink apiRichard Alpe
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe
2014-11-21tipc: add link set to new netlink apiRichard Alpe
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann
2014-11-21packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn
2014-11-21sched: introduce vlan actionJiri Pirko
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko