summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-01net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driverAntoine Ténart1-1/+1
2014-10-01net: pxa168_eth: rework the MAC address setupAntoine Ténart1-2/+30
2014-10-01net: pxa168_eth: set the mac address on the Ethernet controllerAntoine Ténart1-0/+13
2014-10-01net: pxa168_eth: fix Ethernet flow control statusAntoine Ténart1-2/+2
2014-10-01Documentation: bindings: net: add the Marvell PXA168 Ethernet controllerAntoine Ténart1-0/+36
2014-10-01net: pxa168_eth: add device tree supportAntoine Ténart1-23/+47
2014-10-01net: pxa168_eth: clean upAntoine Ténart1-52/+50
2014-10-01Merge branch 'mlx4-next'David S. Miller4-185/+260
2014-10-01net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein1-2/+12
2014-10-01net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein1-2/+7
2014-10-01net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny2-174/+220
2014-10-01net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein1-7/+21
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