summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger2016-12-301-0/+1
* orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski2016-12-303-21/+30
* net: ipv4: dst for local input routes should use l3mdev if relevantDavid Ahern2016-12-291-1/+2
* sh_eth: fix branch prediction in sh_eth_interrupt()Sergei Shtylyov2016-12-291-1/+1
* Merge branch 'mlx4-misc-fixes'David S. Miller2016-12-297-33/+52
|\
| * net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-294-23/+33
| * net/mlx4_en: Fix type mismatch for 32-bit systemsSlava Shwartsman2016-12-291-6/+2
| * net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky2016-12-291-1/+6
| * net/mlx4_en: Fix bad WQE issueEugenia Emantayev2016-12-291-1/+7
| * net/mlx4_core: Use-after-free causes a resource leak in flow-steering detachJack Morgenstein2016-12-291-2/+4
|/
* net: fix incorrect original ingress device index in PKTINFOWei Zhang2016-12-291-1/+7
* rtnl: stats - add missing netlink message size checksMathias Krause2016-12-291-0/+6
* net: stmmac: Fix error path after register_netdev moveFlorian Fainelli2016-12-291-1/+8
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2016-12-291-1/+1
* net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"Colin Ian King2016-12-281-1/+1
* net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSAugusto Mecking Caringi2016-12-281-0/+2
* Merge branch 'mlx5-fixes'David S. Miller2016-12-2812-187/+45
|\
| * net/mlx5e: Disable netdev after closeSaeed Mahameed2016-12-281-4/+4
| * net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed2016-12-281-7/+12
| * net/mlx5e: Check ets capability before initializing ets settingsHuy Nguyen2016-12-281-0/+3
| * Revert "net/mlx5: Add MPCNT register infrastructure"Gal Pressman2016-12-283-99/+0
| * Revert "net/mlx5e: Expose PCIe statistics to ethtool"Gal Pressman2016-12-283-72/+1
| * net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia2016-12-281-1/+1
| * net/mlx5: Release FTE lock in error flowMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb2016-12-281-0/+1
| * net/mlx5: Avoid shadowing numa_nodeEli Cohen2016-12-281-2/+1
| * net/mlx5: Cancel recovery work in remove flowDaniel Jurgens2016-12-281-2/+3
| * net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich2016-12-281-0/+7
| * net/mlx5: Disable RoCE on the e-switch management port under switchdev modeOr Gerlitz2016-12-281-0/+11
|/
* net/sched: cls_flower: Fix missing addr_type in classifyPaul Blakey2016-12-281-0/+4
* net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli2016-12-271-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2717-86/+112
|\
| * net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong2016-12-271-1/+3
| * r8169: add support for RTL8168 series add-on card.Chun-Hao Lin2016-12-271-0/+1
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-272-7/+0
| * openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-272-28/+27
| * ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-274-10/+10
| * net: korina: Fix NAPI versus resources freeingFlorian Fainelli2016-12-261-4/+4
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
| * net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan2016-12-231-1/+2
| * tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
| * ipvlan: fix multicast processingMahesh Bandewar2016-12-232-11/+20
| * ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-232-14/+31
* | x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-261-0/+3
* | smp/hotplug: Undo tglxs brainfartThomas Gleixner2016-12-261-1/+8
* | arm64: don't pull uaccess.h into *.SAl Viro2016-12-269-71/+72
* | Linux 4.10-rc1v4.10-rc1Linus Torvalds2016-12-251-2/+2
* | powerpc: Fix build warning on 32-bit PPCLarry Finger2016-12-251-1/+1
* | avoid spurious "may be used uninitialized" warningLinus Torvalds2016-12-251-0/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-25227-665/+604
|\ \