1. aee4eda Merge tag 'rxrpc-fixes-20160809' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 9 years ago
  2. 992c273 rxrpc: Free packets discarded in data_ready by David Howells · 9 years ago
  3. 50fd85a rxrpc: Fix a use-after-push in data_ready handler by David Howells · 9 years ago
  4. 2e7e975 rxrpc: Once packet posted in data_ready, don't retry posting by David Howells · 9 years ago
  5. f9dc575 rxrpc: Don't access connection from call if pointer is NULL by David Howells · 9 years ago
  6. 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 9 years ago
  7. 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 9 years ago
  8. 8971d8e Merge branch 'qed-fixes' by David S. Miller · 9 years ago
  9. 1d7406ce qed: Update app count when adding a new dcbx app entry to the table. by Sudarsana Reddy Kalluru · 9 years ago
  10. 59bcb79 qed: Add dcbx app support for IEEE Selection Field. by Sudarsana Reddy Kalluru · 9 years ago
  11. fb9ea8a qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode. by Sudarsana Reddy Kalluru · 9 years ago
  12. c0c45a6 qed: Remove the endian-ness conversion for pri_to_tc value. by Sudarsana Reddy Kalluru · 9 years ago
  13. 1fe323a sctp: use event->chunk when it's valid by Xin Long · 9 years ago
  14. bbec780 net: vxlan: lwt: Fix vxlan local traffic. by pravin shelar · 9 years ago
  15. 272d96a net: vxlan: lwt: Use source ip address during route lookup. by pravin shelar · 9 years ago
  16. da1b419 Merge branch 'bpf-csum-complete' by David S. Miller · 9 years ago
  17. 8065694 bpf: fix checksum for vlan push/pop helper by Daniel Borkmann · 9 years ago
  18. 479ffccc bpf: fix checksum fixups on bpf_skb_store_bytes by Daniel Borkmann · 9 years ago
  19. a2bfe6b bpf: also call skb_postpush_rcsum on xmit occasions by Daniel Borkmann · 9 years ago
  20. 66cf350 net/ethernet: tundra: fix dump_eth_one warning in tsi108_eth by Paul Gortmaker · 9 years ago
  21. 61ec4bc Merge branch 'mlxsw-dcb-fixes' by David S. Miller · 9 years ago
  22. 4de34eb mlxsw: spectrum: Add missing DCB rollback in error path by Ido Schimmel · 9 years ago
  23. 07d50ca mlxsw: spectrum: Do not override PAUSE settings by Ido Schimmel · 9 years ago
  24. b489a20 mlxsw: spectrum: Do not assume PAUSE frames are disabled by Ido Schimmel · 9 years ago
  25. 3b3bf80 rhashtable-test: Fix max_size parameter description by Phil Sutter · 9 years ago
  26. 05ec40f Merge branch 'sctp_diag-fixes' by David S. Miller · 9 years ago
  27. 1ba8d77 sctp_diag: Respect ss adding TCPF_CLOSE to idiag_states by Phil Sutter · 9 years ago
  28. 12474e8 sctp_diag: Fix T3_rtx timer export by Phil Sutter · 9 years ago
  29. dca3f53 sctp: Export struct sctp_info to userspace by Phil Sutter · 9 years ago
  30. c518189 net: macb: Correct CAPS mask by Harini Katakam · 9 years ago
  31. ca25ebe Merge tag 'mac80211-for-davem-2016-08-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  32. ba0cc3c samples/bpf: add bpf_map_update_elem() tests by Alexei Starovoitov · 9 years ago
  33. a6ed3ea bpf: restore behavior of bpf_map_update_elem by Alexei Starovoitov · 9 years ago
  34. 5e3b724 net: dsa: b53: Add missing ULL suffix for 64-bit constant by Geert Uytterhoeven · 9 years ago
  35. 94d9f1c ipv4: panic in leaf_walk_rcu due to stale node pointer by David Forster · 9 years ago
  36. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 9 years ago
  37. 54447f1 net: arc_emac: add missing of_node_put() in arc_emac_probe() by Wei Yongjun · 9 years ago
  38. 5ef9f28 OVS: Ignore negative headroom value by Ian Wienand · 9 years ago
  39. 2439ca0 mac80211: Add ieee80211_hw pointer to get_expected_throughput by Maxim Altshul · 9 years ago
  40. 9757235 nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE value by Masashi Honma · 9 years ago
  41. 71f2c34 mac80211: End the MPSP even if EOSP frame was not acked by Masashi Honma · 9 years ago
  42. 6b07d9c mac80211: fix purging multicast PS buffer queue by Felix Fietkau · 9 years ago
  43. 7cf210d Merge branch 'qlcnic-fixes' by David S. Miller · 9 years ago
  44. b8b2372 qlcnic: Update version to 5.3.65 by Manish Chopra · 9 years ago
  45. fc4ca98 qlcnic: fix napi budget alteration by Manish Chopra · 9 years ago
  46. 2b10d3e qlcnic: fix data structure corruption in async mbx command handling by Manish Chopra · 9 years ago
  47. cfaa218 Merge branch 'tg3-fixes' by David S. Miller · 9 years ago
  48. 9ce6fd7 tg3: Report the correct number of RSS queues through tg3_get_rxnfc by Siva Reddy Kallam · 9 years ago
  49. 087d7a8c tg3: Fix for diasllow rx coalescing time to be 0 by Satish Baddipadige · 9 years ago
  50. 1f415a7 bpf: fix method of PTR_TO_PACKET reg id generation by Jakub Kicinski · 9 years ago
  51. ea966cb net: xgene: fix maybe-uninitialized variable by Arnd Bergmann · 9 years ago
  52. bce91f8 openvswitch: Remove incorrect WARN_ONCE(). by Jarno Rajahalme · 9 years ago
  53. bf0f500 Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  54. 4b2e016 fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 by Geert Uytterhoeven · 9 years ago
  55. f093615 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  56. c37a54a mac80211: mesh: flush stations before beacons are stopped by Maital Hahn · 9 years ago
  57. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  58. 8cbdd85 Merge tag 'for-linus-v4.8' of git://github.com/martinbrandenburg/linux by Linus Torvalds · 9 years ago
  59. 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 9 years ago
  60. 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 9 years ago
  61. a4691de kcov: allow more fine-grained coverage instrumentation by Vegard Nossum · 9 years ago
  62. f1cb637 init/Kconfig: add clarification for out-of-tree modules by Valdis Kletnieks · 9 years ago
  63. 27eb662 config: add android config fragments by Rob Herring · 9 years ago
  64. ac3339b init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfig by Alexey Dobriyan · 9 years ago
  65. 59dbb2a relay: add global mode support for buffer-only channels by Akash Goel · 9 years ago
  66. 841c06d init: allow blacklisting of module_init functions by Prarit Bhargava · 9 years ago
  67. ecfaf0c w1:omap_hdq: fix regression by H. Nikolaus Schaller · 9 years ago
  68. 939fc83 w1: add helper macro module_w1_family by Andrew F. Davis · 9 years ago
  69. 098f9fb w1: remove need for ida and use PLATFORM_DEVID_AUTO by Andrew F. Davis · 9 years ago
  70. 0b9364b rapidio/switches: add driver for IDT gen3 switches by Alexandre Bounine · 9 years ago
  71. adff164 powerpc/fsl_rio: apply changes for RIO spec rev 3 by Alexandre Bounine · 9 years ago
  72. 1ae842d rapidio: modify for rev.3 specification changes by Alexandre Bounine · 9 years ago
  73. a057a52 rapidio: change inbound window size type to u64 by Alexandre Bounine · 9 years ago
  74. 60e377b5c rapidio/idt_gen2: fix locking warning by Alexandre Bounine · 9 years ago
  75. 06e1b24 rapidio: fix error handling in mbox request/release functions by Alexandre Bounine · 9 years ago
  76. f5485eb rapidio/tsi721_dma: advance queue processing from transfer submit call by Alexandre Bounine · 9 years ago
  77. e519685 rapidio/tsi721: add messaging mbox selector parameter by Alexandre Bounine · 9 years ago
  78. cb782cd rapidio/tsi721: add PCIe MRRS override parameter by Alexandre Bounine · 9 years ago
  79. 4498c31a rapidio/tsi721_dma: add channel mask and queue size parameters by Alexandre Bounine · 9 years ago
  80. f8e3a68 rapidio: fix return value description for dma_prep functions by Alexandre Bounine · 9 years ago
  81. cca446d rapidio/documentation: fix mangled paragraph in mport_cdev by Alexandre Bounine · 9 years ago
  82. ea87b8e rapidio: remove unnecessary 0x prefixes before %pa extension uses by Joe Perches · 9 years ago
  83. b6e8d4a rapidio: add RapidIO channelized messaging driver by Alexandre Bounine · 9 years ago
  84. 1730f14 kexec: add restriction on kexec_load() segment sizes by zhong jiang · 9 years ago
  85. c025311 kexec: allow kdump with crash_kexec_post_notifiers by Petr Tesarik · 9 years ago
  86. 21db79e kexec: add a kexec_crash_loaded() function by Petr Tesarik · 9 years ago
  87. b26e27d kexec: use core_param for crash_kexec_post_notifiers boot option by Hidehiro Kawai · 9 years ago
  88. 0719392 ARM: kexec: fix kexec for Keystone 2 by Russell King · 9 years ago
  89. 51d5d12 ARM: keystone: dts: add psci command definition by Vitaly Andrianov · 9 years ago
  90. 43546d8 kexec: allow architectures to override boot mapping by Russell King · 9 years ago
  91. dae2801 kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t by Russell King · 9 years ago
  92. 465d377 kexec: ensure user memory sizes do not wrap by Russell King · 9 years ago
  93. dc5ccca kexec: don't invoke OOM-killer for control page allocation by Russell King · 9 years ago
  94. 966fab0 ARM: kexec: advertise location of bootable RAM by Russell King · 9 years ago
  95. f7f0b7d ARM: kdump: advertise boot aliased crash kernel resource by Russell King · 9 years ago
  96. 4caf961 kexec: return error number directly by Minfei Huang · 9 years ago
  97. b06fb41 cpumask: fix code comment by Geliang Tang · 9 years ago
  98. 627393d kernel/exit.c: quieten greatest stack depth printk by Anton Blanchard · 9 years ago
  99. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 9 years ago
  100. 0a11b9a reiserfs: fix "new_insert_key may be used uninitialized ..." by Jeff Mahoney · 9 years ago