summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301707-13824/+35360
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-30240-1387/+1988
| |\
| | * geneve: avoid using stale geneve socket.pravin shelar2016-10-301-11/+34
| | * vxlan: avoid using stale vxlan socket.pravin shelar2016-10-302-32/+52
| | * qede: Fix out-of-bound fastpath memory accessMintz, Yuval2016-10-301-2/+2
| | * net: phy: dp83848: add dp83822 PHY supportRoger Quadros2016-10-291-0/+3
| | * enic: fix rq disableGovindarajulu Varadarajan2016-10-291-9/+23
| | * tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
| | * ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon2016-10-291-2/+4
| | * ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-292-11/+25
| | * Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller2016-10-292-25/+11
| | * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-10-293-32/+15
| | |\
| | | * i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang2016-10-271-1/+1
| | | * i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli2016-10-271-0/+1
| | | * i40e: Fix configure TCs after initial DCB disableDavid Ertman2016-10-272-27/+5
| | | * ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov2016-10-271-4/+8
| | * | arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofoldIvan Vecera2016-10-291-8/+4
| | * | Merge branch 'mlx4-fixes'David S. Miller2016-10-2911-59/+95
| | |\ \
| | | * | net/mlx4_en: Save slave ethtool stats commandTariq Toukan2016-10-291-2/+3
| | | * | net/mlx4_en: Fix potential deadlock in port statistics flowJack Morgenstein2016-10-293-16/+3
| | | * | net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev2016-10-293-36/+55
| | | * | net/mlx4_core: Do not access comm channel if it has not yet been initializedJack Morgenstein2016-10-291-0/+9
| | | * | net/mlx4_en: Fix panic during rebootEugenia Emantayev2016-10-291-0/+1
| | | * | net/mlx4_en: Process all completions in RX rings after port goes upErez Shitrit2016-10-291-0/+7
| | | * | net/mlx4_en: Resolve dividing by zero in 32-bit systemEugenia Emantayev2016-10-291-1/+4
| | | * | net/mlx4_core: Change the default value of enable_qosMoshe Lazer2016-10-291-2/+2
| | | * | net/mlx4_core: Avoid setting ports to auto when only one port type is supportedMaor Gottlieb2016-10-291-1/+9
| | | * | net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW specJack Morgenstein2016-10-291-1/+2
| | |/ /
| | * | rds: debug messages are enabled by defaultshamir rabinovitch2016-10-292-2/+2
| | * | Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-292-9/+17
| | |\ \
| | | * | mac80211: fix some sphinx warningsJani Nikula2016-10-261-8/+13
| | | * | cfg80211: process events caused by suspend before suspendingJohannes Berg2016-10-261-1/+4
| | * | | ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-292-11/+25
| | * | | net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe2016-10-292-4/+20
| | * | | Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-10-293-3/+2
| | |\ \ \
| | | * | | batman-adv: fix splat on disabling an interfaceLinus Lüssing2016-10-211-1/+0
| | | * | | batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALLSven Eckelmann2016-10-171-1/+1
| | | * | | batman-adv: Modify neigh_list only with rcu-list functionsSven Eckelmann2016-10-171-1/+1
| | * | | | Revert "hv_netvsc: report vmbus name in ethtool"Stephen Hemminger2016-10-292-11/+0
| | * | | | packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-292-5/+5
| | * | | | net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1
| | * | | | cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar2016-10-291-22/+18
| | * | | | IB/mlx4: avoid a -Wmaybe-uninitialize warningArnd Bergmann2016-10-291-2/+3
| | * | | | ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper2016-10-291-0/+1
| | * | | | bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann2016-10-296-0/+6
| | * | | | inet: Fix missing return value in inet6_hashCraig Gallek2016-10-291-2/+4
| | * | | | Merge branch 'mlx5-fixes'David S. Miller2016-10-2914-69/+210
| | |\ \ \ \
| | | * | | | net/mlx5: Avoid passing dma address 0 to firmwareNoa Osherovich2016-10-291-8/+18
| | | * | | | net/mlx5: PCI error recovery health care simulationMohamad Haj Yahia2016-10-294-9/+56
| | | * | | | net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia2016-10-293-5/+38