summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-02-04tipc: eliminate race during node creationJon Paul Maloy
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed ...Siva Mannem
2015-02-04xps: fix xps for stacked devicesEric Dumazet
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2015-02-04net: switch sockets to ->read_iter/->write_iterAl Viro
2015-02-04net/socket.c: fold do_sock_{read,write} into callersAl Viro
2015-02-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro
2015-02-04netlink: make the check for "send from tx_ring" deterministicAl Viro
2015-02-03netlabel: Less function calls in netlbl_mgmt_add_common() after error detectionMarkus Elfring
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring
2015-02-03netlabel: Deletion of an unnecessary check before the function call "cipso_v4...Markus Elfring
2015-02-03net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI IDMika Westerberg
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg
2015-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-02-02net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal
2015-02-02net-timestamp: no-payload only sysctlWillem de Bruijn
2015-02-02net-timestamp: no-payload optionWillem de Bruijn
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard