aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro3-28/+4
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro1-29/+27
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro1-35/+21
2015-02-04crypto: switch af_alg_make_sg() to iov_iterAl Viro4-100/+62
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro3-145/+1
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro2-7/+14
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro7-18/+14
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro4-141/+123
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro3-7/+5
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properlyAl Viro2-10/+7
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro2-39/+15
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro3-11/+10
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro1-0/+5
2015-02-03Merge branch 'netlabel-next'David S. Miller2-28/+25
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring1-25/+24
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"Markus Elfring1-2/+1
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"Markus Elfring1-2/+1
2015-02-03net/fsl_pq_mdio: Document supported compatiblesShruti Kanetkar1-1/+10
2015-02-03net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI IDMika Westerberg1-0/+1
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg1-4/+3
2015-02-03Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, BCM43142Matej Dubovy1-0/+4
2015-02-02net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2015-02-02Merge branch 'udpv6_lockless_send'David S. Miller4-155/+327
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich2-19/+103
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich2-74/+96
2015-02-02cxgb4 : Improve IEEE DCBx support, other minor open-lldp fixesAnish Bhatt2-2/+107
2015-02-02net/tulip: don't warn about unknown ARM architectureArnd Bergmann1-1/+1
2015-02-02net: hip04: add missing MODULE_LICENSEArnd Bergmann1-0/+1
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-02-02Merge branch 'net-timestamp'David S. Miller11-17/+113
2015-02-02net-timestamp: no-payload option in txtimestamp testWillem de Bruijn1-4/+24
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn5-1/+41
2015-02-02net-timestamp: no-payload optionWillem de Bruijn6-12/+48
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg2-20/+9
2015-02-02Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for BTUSB_INTEL_NEWMarcel Holtmann1-0/+1
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski2-5/+49
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski3-1/+97
2015-02-01net: rocker: Add support for retrieving port level statisticsDavid Ahern2-0/+155
2015-02-01Merge branch 'switchdev_offload_flags'David S. Miller12-21/+206
2015-02-01team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlersRoopa Prabhu1-1/+4
2015-02-01bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlersRoopa Prabhu1-1/+8
2015-02-01rocker: set feature NETIF_F_HW_SWITCH_OFFLOADRoopa Prabhu1-1/+2
2015-02-01bridge: offload bridge port attributes to switch asic if feature flag setRoopa Prabhu1-3/+23
2015-02-01swdevice: add new apis to set and del bridge port attributesRoopa Prabhu2-1/+146