aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-24sunrpc: add some tracepoints in svc_rqst handling functionsJeff Layton2-19/+33
2014-11-24mac80211: disable 80+80/160 in VHT correctlyJohannes Berg1-3/+7
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-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2-0/+12
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris13-33/+55
2014-11-23ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck1-1/+2
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
2014-11-21packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn1-8/+21
2014-11-21sched: introduce vlan actionJiri Pirko3-0/+219
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko2-77/+104
2014-11-21net: move make_writable helper into common codeJiri Pirko2-25/+26
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko5-28/+11
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko7-17/+19
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-1/+1
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+12