aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli1-0/+4
2016-05-01i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10
2016-04-29Merge branch 'mlx5-aRFS'David S. Miller15-849/+1736
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb4-2/+127
2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb2-1/+436
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb6-14/+313
2016-04-29net/mlx5: Initializing CPU reverse mappingMaor Gottlieb3-0/+24
2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb4-563/+462
2016-04-29net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb5-154/+160
2016-04-29net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb1-12/+19
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb6-40/+70
2016-04-29net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2-30/+33
2016-04-29net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2-2/+5
2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan4-138/+191
2016-04-29net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay1-1/+4
2016-04-29Merge branch 'enc28j60-small-improvements'David S. Miller2-8/+85
2016-04-29net: ethernet: enc28j60: add device tree supportMichael Heimpold2-3/+76
2016-04-29net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold1-5/+9
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2-2/+3
2016-04-29Merge branch 'ppp-rtnetlink'David S. Miller2-88/+235
2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault2-3/+120
2016-04-29ppp: define reusable device creation functionsGuillaume Nault1-88/+118
2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE1-4/+98
2016-04-29vxlan: fix initialization with custom link parametersJiri Benc1-4/+4
2016-04-29Merge branch 'samples-bpf-user-experience'David S. Miller2-2/+101
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer2-14/+17
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer2-0/+11
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer1-0/+63
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer1-0/+18
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer1-1/+5
2016-04-29Merge branch 'cxgb4-mbox-cmd-logging'David S. Miller8-45/+384
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai4-25/+192
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai4-20/+192
2016-04-29Merge branch 'hns-props'David S. Miller3-34/+36
2016-04-29dts: hisi: update hns dst for changing property port-id to regYisen.Zhuang\(Zhuangyuzeng\)1-4/+6
2016-04-29Documentation: Bindings: Update DT binding for hns dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)1-15/+13
2016-04-29net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-3/+3
2016-04-29net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)1-12/+14
2016-04-28ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar1-11/+8
2016-04-28pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2-10/+2
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2-0/+93
2016-04-28tcp: give prequeue mode some careEric Dumazet1-5/+5
2016-04-28fq: split out backlog update logicMichal Kazior1-11/+19
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter1-2/+1
2016-04-28net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann1-8/+10
2016-04-28tuntap: calculate rps hash only when neededJason Wang2-1/+4
2016-04-28Merge branch 'tcp-eor'David S. Miller4-3/+29
2016-04-28tcp: Handle eor bit when fragmenting a skbMartin KaFai Lau1-0/+9
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau2-0/+8
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2-3/+12