summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal2-3/+4
2014-09-30Merge branch 'am335x'David S. Miller5-3/+57
2014-09-30arm: dts: am33xx, Add syscon phandle to cpsw nodeMarkus Pargmann1-0/+1
2014-09-30am33xx: define syscon control module device nodeMarkus Pargmann1-0/+5
2014-09-30net: cpsw: Add am33xx MACID readoutMarkus Pargmann3-1/+47
2014-09-30net: cpsw: Replace pr_err by dev_errMarkus Pargmann1-1/+1
2014-09-30net: cpsw: header, Add missing includeMarkus Pargmann1-0/+1
2014-09-30net: cpsw: Add missing return valueMarkus Pargmann1-0/+1
2014-09-30DT doc: net: cpsw mac-address is optionalMarkus Pargmann1-1/+1
2014-09-30bonding: make global bonding stats more reliableAndy Gospodarek2-28/+43
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend17-25/+87
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend16-34/+32
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-29net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-29net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-29Merge branch 'cxgb4-next'David S. Miller6-96/+274
2014-09-29cxgb4: Add support for adaptive rxHariprasad Shenai5-2/+49
2014-09-29cxgb4/cxgb4vf: Add Devicde ID for two more adapterHariprasad Shenai2-0/+6
2014-09-29cxgb4vf: Remove superfluous "idx" parameter of CH_DEVICE() macro.Hariprasad Shenai1-52/+52
2014-09-29cxgb4: Use BAR2 Going To Sleep (GTS) for T5 and later.Hariprasad Shenai3-42/+167
2014-09-29arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-09-29net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong11-21/+21
2014-09-29mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-29Merge branch 'r8152'David S. Miller1-37/+209