1. 0772a99 jme: Do not enable NIC WoL functions on S0 by Guo-Fu Tseng · 9 years ago
  2. 59dca1d udp6: fix UDP/IPv6 encap resubmit path by Bill Sommerfeld · 9 years ago
  3. a69bf3c be2net: Don't leak iomapped memory on removal. by Douglas Miller · 9 years ago
  4. cec0556 vmxnet3: avoid calling pskb_may_pull with interrupts disabled by Neil Horman · 9 years ago
  5. 7024b68 Merge tag 'wireless-drivers-for-davem-2016-03-04' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 9 years ago
  6. 979d804 net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEM by Krzysztof Kozlowski · 9 years ago
  7. 2c42bf4 ibmveth: check return of skb_linearize in ibmveth_start_xmit by Thomas Falcon · 9 years ago
  8. 48906f6 cdc_ncm: toggle altsetting to force reset before setup by Bjørn Mork · 9 years ago
  9. 1666984 usbnet: cleanup after bind() in probe() by Oliver Neukum · 9 years ago
  10. a383b7f Merge branch 'mlxsw-fixes' by David S. Miller · 9 years ago
  11. 5091730 mlxsw: pci: Correctly determine if descriptor queue is full by Ido Schimmel · 9 years ago
  12. 912b1c8 mlxsw: spectrum: Always decrement bridge's ref count by Ido Schimmel · 9 years ago
  13. 4de13d7e tipc: fix nullptr crash during subscription cancel by Parthasarathy Bhuvaragan · 9 years ago
  14. 11f7f79 net: eth: altera: do not free array priv->mdio->irq by Colin Ian King · 9 years ago
  15. 57a0f36 net/ethoc: do not free array priv->mdio->irq by Colin Ian King · 9 years ago
  16. 44ef548 net: sched: fix act_ipt for LOG target by Phil Sutter · 9 years ago
  17. eb1f420 asix: do not free array priv->mdio->irq by Colin Ian King · 9 years ago
  18. 7bfc608 gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2 by Atsushi Nemoto · 9 years ago
  19. 390fd4f Merge tag 'linux-can-fixes-for-4.5-20160304' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  20. d694b06 can: mcp251x: avoid write to error flag register if it's unnecessary by Ed Spiridonov · 9 years ago
  21. c1bb0a5 be2net: don't enable multicast flag in be_enable_if_filters() routine by Venkat Duvvuru · 9 years ago
  22. 1d3cd17 net: moxa: fix an error code by Dan Carpenter · 9 years ago
  23. 63a0a00b9 MAINTAINERS: add maintainer entry for FREESCALE FEC ethernet driver by Nimrod Andy · 9 years ago
  24. 4024fcf vxlan: fix missing options_len update on RX with collect metadata by Daniel Borkmann · 9 years ago
  25. 42a67c9 net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data() by Wolfram Sang · 9 years ago
  26. e866863 net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data() by Wolfram Sang · 9 years ago
  27. de89e85 ibmvnic: Fix ibmvnic_capability struct by Thomas Falcon · 9 years ago
  28. 5d150a98 ipv6: re-enable fragment header matching in ipv6_find_hdr by Florian Westphal · 9 years ago
  29. bf13c94 qmi_wwan: add Sierra Wireless EM74xx device ID by Bjørn Mork · 9 years ago
  30. f214fc4 tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain" by Parthasarathy Bhuvaragan · 9 years ago
  31. 1837b2e mld, igmp: Fix reserved tailroom calculation by Benjamin Poirier · 9 years ago
  32. 878e3c1 fsl/fman: Initialize fman->dev earlier by Igal Liberman · 9 years ago
  33. 88f8b1b stmmac: Fix 'eth0: No PHY found' regression by Gabriel Fernandez · 9 years ago
  34. ebc9780 Merge branch 'dwc_eth_qos' by David S. Miller · 9 years ago
  35. cd5e412 dwc_eth_qos: do phy_start before resetting hardware by Lars Persson · 9 years ago
  36. 016a91c dwc_eth_qos: use DWCEQOS_MSG_DEFAULT by Rabin Vincent · 9 years ago
  37. e8b0c32 dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent() by Rabin Vincent · 9 years ago
  38. d4dc35f dwc_eth_qos: release descriptors outside netif_tx_lock by Lars Persson · 9 years ago
  39. 8afb6c4 dwc_eth_qos: fix race condition in dwceqos_start_xmit by Rabin Vincent · 9 years ago
  40. 11351bf Merge branch 'mlx4-fixes' by David S. Miller · 9 years ago
  41. 6e52242 net/mlx4_core: Allow resetting VF admin mac to zero by Jack Morgenstein · 9 years ago
  42. 00ada91 net/mlx4_core: Check the correct limitation on VFs for HA mode by Moni Shoua · 9 years ago
  43. 03a79f3 net/mlx4_core: Fix lockdep warning in handling of mac/vlan tables by Jack Morgenstein · 9 years ago
  44. ebc363f Merge branch 'mlx5-fixes' by David S. Miller · 9 years ago
  45. faf4478 net/mlx5e: Provide correct packet/bytes statistics by Gal Pressman · 9 years ago
  46. b081da5 net/mlx5e: Add rx/tx bytes software counters by Gal Pressman · 9 years ago
  47. 85082dba net/mlx5e: Correctly handle RSS indirection table when changing number of channels by Tariq Toukan · 9 years ago
  48. bdfc028 net/mlx5e: Fix ethtool RX hash func configuration change by Tariq Toukan · 9 years ago
  49. 0ad9b20 net/mlx5e: Fix soft lockup when HW Timestamping is enabled by Eran Ben Elisha · 9 years ago
  50. ab0394fe net/mlx5e: Fix LRO modify by Tariq Toukan · 9 years ago
  51. 59a7c2f net/mlx5e: Remove wrong poll CQ optimization by Tariq Toukan · 9 years ago
  52. 607e681 r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_41~48 by Chunhao Lin · 9 years ago
  53. 68df724 Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  54. 768c83a Merge branch 'bnx2x-fixes' by David S. Miller · 9 years ago
  55. 7e88009 bnx2x: fix indentation in bnx2x_sp_task() by Michal Schmidt · 9 years ago
  56. 8d1c6bc bnx2x: define event data reserved fields as little-endian by Michal Schmidt · 9 years ago
  57. da47273 bnx2x: define fields of struct cfc_del_event_data as little-endian by Michal Schmidt · 9 years ago
  58. ca4f2d5 bnx2x: access cfc_del_event only if the opcode is CFC_DEL by Michal Schmidt · 9 years ago
  59. a524ef7 bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endian by Michal Schmidt · 9 years ago
  60. 5cc5c2d bnx2x: fix sending VF->PF messages on big-endian by Michal Schmidt · 9 years ago
  61. 9cd753a bnx2x: fix crash on big-endian when adding VLAN by Michal Schmidt · 9 years ago
  62. 2af8c4d mac80211_hwsim: treat as part of mac80211 for MAINTAINERS by Johannes Berg · 9 years ago
  63. 735c1e2 of_mdio: fix kernel-doc for of_phy_connect() by Sergei Shtylyov · 9 years ago
  64. 3d73e8f sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info by Xin Long · 9 years ago
  65. 40b4f0f sctp: lack the check for ports in sctp_v6_cmp_addr by Xin Long · 9 years ago
  66. f0da74b Merge branch 'phy-micrel-fixes' by David S. Miller · 9 years ago
  67. 99f81af phy: micrel: Disable auto negotiation on startup by Alexandre Belloni · 9 years ago
  68. f5aba91 phy: micrel: Ensure interrupts are reenabled on resume by Alexandre Belloni · 9 years ago
  69. edffc21 ppp: lock ppp->flags in ppp_read() and ppp_poll() by Guillaume Nault · 9 years ago
  70. a7f4b98 bna: fix list corruption by Ivan Vecera · 9 years ago
  71. c44a72a Merge tag 'linux-can-fixes-for-4.5-20160226' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 9 years ago
  72. c36dd3e mac80211: minstrel_ht: fix a logic error in RTS/CTS handling by Felix Fietkau · 9 years ago
  73. 1ec7bae mac80211: Fix Public Action frame RX in AP mode by Jouni Malinen · 9 years ago
  74. 9acc54b mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs by Johannes Berg · 9 years ago
  75. a6522c0 3c59x: mask LAST_FRAG bit from length field in ring by Neil Horman · 9 years ago
  76. 472681d net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. by MINOURA Makoto / 箕浦 真 · 9 years ago
  77. 10da848 ssb: host_soc depends on sprom by Arnd Bergmann · 9 years ago
  78. 1a4f655 Merge tag 'iwlwifi-for-kalle-2016-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by Kalle Valo · 9 years ago
  79. e9a2d81 can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() by Maximilain Schneider · 9 years ago
  80. 4c0b6eaf net: thunderx: Fix for Qset error due to CQ full by Sunil Goutham · 9 years ago
  81. f09cf4b r8169:fix "rtl_counters_cond == 1 (loop: 1000, delay: 10)" log spam. by Chun-Hao Lin · 9 years ago
  82. 9b36881 net: fix bridge multicast packet checksum validation by Linus Lüssing · 9 years ago
  83. a4690af net: qca_spi: clear IFF_TX_SKB_SHARING by Stefan Wahren · 9 years ago
  84. 2b70bad net: qca_spi: Don't clear IFF_BROADCAST by Stefan Wahren · 9 years ago
  85. 65c38aa net: vrf: Remove direct access to skb->data by David Ahern · 9 years ago
  86. ee50c13 net: jme: fix suspend/resume on JMC260 by Diego Viola · 9 years ago
  87. 25ac341 Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  88. 2da897e bpf: fix csum setting for bpf_set_tunnel_key by Daniel Borkmann · 9 years ago
  89. a8c4a25 ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL by Hannes Frederic Sowa · 9 years ago
  90. c7dfe3a net: ethernet: nb8800: support fixed-link DT node by Sebastian Frias · 9 years ago
  91. fbb0fa8 bnxt_en: Fix zero padding of tx push data. by Michael Chan · 9 years ago
  92. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 9 years ago
  93. 9bdfb3b tcp: convert cached rtt from usec to jiffies when feeding initial rto by Konstantin Khlebnikov · 9 years ago
  94. fb5eb24c Add Dell Wireless 5809e Gobi 4G HSPA+ Mobile Broadband Card (rev3) to qmi_wwan by Patrik Halfar · 9 years ago
  95. 905e36a iwlwifi: mvm: Fix paging memory leak by Matti Gottlieb · 9 years ago
  96. b860715 cfg80211: stop critical protocol session upon disconnect event by Arend van Spriel · 9 years ago
  97. 5e950a7 nl80211: Zero out the connection keys memory when freeing them. by Ola Olsson · 9 years ago
  98. 7a36b93 mac80211: minstrel_ht: set default tx aggregation timeout to 0 by Felix Fietkau · 9 years ago
  99. dea08e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  100. 5c102d0e Merge tag 'hwmon-for-linus-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago