summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold2016-04-291-5/+9
* net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-292-2/+3
* Merge branch 'ppp-rtnetlink'David S. Miller2016-04-292-88/+235
|\
| * ppp: add rtnetlink device creation supportGuillaume Nault2016-04-292-3/+120
| * ppp: define reusable device creation functionsGuillaume Nault2016-04-291-88/+118
|/
* net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE2016-04-291-4/+98
* vxlan: fix initialization with custom link parametersJiri Benc2016-04-291-4/+4
* Merge branch 'samples-bpf-user-experience'David S. Miller2016-04-292-2/+101
|\
| * samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer2016-04-292-14/+17
| * samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer2016-04-292-0/+11
| * samples/bpf: add a README file to get users startedJesper Dangaard Brouer2016-04-291-0/+63
| * samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer2016-04-291-0/+18
| * samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer2016-04-291-1/+5
|/
* Merge branch 'cxgb4-mbox-cmd-logging'David S. Miller2016-04-298-45/+384
|\
| * cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai2016-04-294-25/+192
| * cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-294-20/+192
|/
* Merge branch 'hns-props'David S. Miller2016-04-293-34/+36
|\
| * dts: hisi: update hns dst for changing property port-id to regYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-4/+6
| * Documentation: Bindings: Update DT binding for hns dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-15/+13
| * net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-3/+3
| * net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-12/+14
|/
* ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar2016-04-281-11/+8
* pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2016-04-282-10/+2
* net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-282-0/+93
* tcp: give prequeue mode some careEric Dumazet2016-04-281-5/+5
* fq: split out backlog update logicMichal Kazior2016-04-281-11/+19
* tipc: remove an unnecessary NULL checkDan Carpenter2016-04-281-2/+1
* net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann2016-04-281-8/+10
* tuntap: calculate rps hash only when neededJason Wang2016-04-282-1/+4
* Merge branch 'tcp-eor'David S. Miller2016-04-284-3/+29
|\
| * tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau2016-04-281-0/+9
| * tcp: Handle eor bit when coalescing skbMartin KaFai Lau2016-04-282-0/+8
| * tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-282-3/+12
|/
* Merge branch 'tcp-redundant-checks'David S. Miller2016-04-285-19/+17
|\
| * tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-285-18/+16
| * tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh2016-04-281-1/+1
|/
* net: snmp: fix 64bit stats on 32bit archesEric Dumazet2016-04-281-4/+4
* Merge branch 'socket-space-optimizations'David S. Miller2016-04-281-0/+8
|\
| * net: SOCKWQ_ASYNC_WAITDATA optimizationsEric Dumazet2016-04-281-2/+4
| * net: SOCKWQ_ASYNC_NOSPACE optimizationsEric Dumazet2016-04-281-0/+6
|/
* Merge branch 'snmp-stats-update'David S. Miller2016-04-2854-531/+512
|\
| * net: snmp: kill STATS_BH macrosEric Dumazet2016-04-288-45/+45
| * ipv6: kill ICMP6MSGIN_INC_STATS_BH()Eric Dumazet2016-04-282-4/+2
| * ipv6: rename IP6_UPD_PO_STATS_BH()Eric Dumazet2016-04-282-3/+3
| * ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-287-91/+91
| * net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-2825-149/+153
| * net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-282-4/+4
| * net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-283-5/+5
| * net: rename ICMP6_INC_STATS_BH()Eric Dumazet2016-04-286-15/+15
| * net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-288-29/+29