aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-07bridge: add missing bridge port check for offloadsRoopa Prabhu1-2/+2
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan1-4/+4
2015-02-07net: rds: Remove repeated function names from debug outputRasmus Villemoes3-6/+6
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme2-172/+362
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller9-42/+1146
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy8-59/+114
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy6-101/+84
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy1-40/+29
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy11-241/+372
2015-02-05tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy1-18/+13
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy3-43/+48
2015-02-05tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy1-15/+31
2015-02-05tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy1-62/+58
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy10-91/+98
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-204/+274
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-04Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"David S. Miller1-1/+1
2015-02-04pkt_sched: fq: better control of DDOS trafficEric Dumazet1-2/+17
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller15-382/+192
2015-02-04tcp: do not pace pure ack packetsEric Dumazet2-3/+17
2015-02-04netfilter: Use rhashtable walk iteratorHerbert Xu1-17/+36
2015-02-04netlink: Use rhashtable walk iteratorHerbert Xu1-66/+64
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2015-02-04net/core: Add event for a change in slave stateMoni Shoua2-0/+21
2015-02-04tipc: separate link starting event from link timeout eventJon Paul Maloy1-1/+3
2015-02-04tipc: eliminate race during node creationJon Paul Maloy2-13/+7
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy2-0/+5
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy2-31/+50
2015-02-04net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller32-160/+1325
2015-02-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller9-165/+532
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-02-04bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the agingSiva Mannem1-1/+1
2015-02-04xps: fix xps for stacked devicesEric Dumazet2-1/+10
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-1/+7
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard3-26/+34
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard3-7/+5
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich3-21/+44
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-04net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2-138/+1
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro2-7/+14
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro5-14/+12
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro3-131/+115
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2-6/+4