aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend25-81/+108
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend19-51/+164
2014-09-29macvlan: add source modeMichael Braun3-3/+314
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller72-512/+1595
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal3-31/+34
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal2-35/+35
2014-09-29Merge branch 'arcnet-EAE'David S. Miller5-88/+330
2014-09-29ARCNET: enable eae arcnet card supportMichael Grzeschik1-0/+16
2014-09-29ARCNET: add support for multi interfaces on com20020Michael Grzeschik3-59/+109
2014-09-29ARCNET: add com20020 PCI IDs with metadataMichael Grzeschik2-35/+197
2014-09-29ARCNET: add com20020_set_hwddr to change addressMichael Grzeschik1-0/+14
2014-09-29ARCNET: return IRQ_NONE if the interface isn't runningMichael Grzeschik1-1/+1
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
2014-09-29net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2-100/+113
2014-09-29netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal1-1/+25
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero2-0/+8
2014-09-29Merge branch 'qca7000_spi'David S. Miller13-0/+2048
2014-09-29net: qualcomm: new Ethernet over SPI driver for QCA7000Stefan Wahren12-0/+2001
2014-09-29Documentation: add Device tree bindings for QCA7000Stefan Wahren1-0/+47
2014-09-29Merge branch 'dctcp'David S. Miller12-78/+574
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann6-3/+425
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal3-5/+30
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal3-16/+32
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann3-25/+63
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal4-32/+27
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41
2014-09-29dql: dql_queued() should write first to reduce bus transactionsEric Dumazet1-2/+10
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-28Merge branch 'cxgb4-next'David S. Miller6-96/+274
2014-09-28cxgb4: Add support for adaptive rxHariprasad Shenai5-2/+49
2014-09-28cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2-0/+6
2014-09-28cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai1-52/+52
2014-09-28cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai3-42/+167
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong11-21/+21
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-28Merge branch 'r8152'David S. Miller1-37/+209
2014-09-28r8152: support ethtool eeehayeswang1-0/+128
2014-09-28r8152: add functions to set EEEhayeswang1-25/+76
2014-09-28r8152: change the EEE definitionhayeswang1-21/+14
2014-09-28Merge branch 'defxx-next'David S. Miller2-32/+44
2014-09-28defxx: DEFEA's ESIC port I/O decoding cleanupMaciej W. Rozycki2-20/+32
2014-09-28defxx: DEFEA's Burst Holdoff register initialization fixMaciej W. Rozycki1-2/+2
2014-09-28defxx: Correct DEFEA's ESIC port I/O accessesMaciej W. Rozycki1-15/+15
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller10-38/+303
2014-09-28Merge branch 'dsa_eee'David S. Miller5-18/+203
2014-09-28net: dsa: bcm_sf2: add support for controlling EEEFlorian Fainelli3-0/+79
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2-0/+49
2014-09-28net: dsa: bcm_sf2: add port_enable/disable callbacksFlorian Fainelli1-20/+40