1. 710dfbb sfp: improve RX_LOS handling by Russell King · 7 years ago
  2. acf1c02 sfp: fix RX_LOS signal handling by Russell King · 7 years ago
  3. a0da456 net: phy-micrel: check return code in flp center function by Max Uvarov · 7 years ago
  4. c7799c0 tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() by Tommi Rantala · 7 years ago
  5. cfac7f8 tcp/dccp: block bh before arming time_wait timer by Eric Dumazet · 7 years ago
  6. b484d8a Merge branch 'sctp-prsctp-chunk-fixes' by David S. Miller · 7 years ago
  7. 779edd7 sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags by Xin Long · 7 years ago
  8. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  9. d30fc51 sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune by Xin Long · 7 years ago
  10. 6fef90c net: dsa: bcm_sf2: Set correct CHAIN_ID and slice number mask by Florian Fainelli · 7 years ago
  11. f859b4a sit: update frag_off info by Hangbin Liu · 7 years ago
  12. 3016dad tcp: remove buggy call to tcp_v6_restore_cb() by Eric Dumazet · 7 years ago
  13. 90a6ec8 act_sample: get rid of tcf_sample_cleanup_rcu() by Cong Wang · 7 years ago
  14. 6c9257a Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  15. 1c08ac0 net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handling by Corentin Labbe · 7 years ago
  16. f8821f9 skbuff: Grammar s/are can/can/, s/change/changes/ by Geert Uytterhoeven · 7 years ago
  17. a154f8e net: mvpp2: allocate zeroed tx descriptors by Yan Markman · 7 years ago
  18. b915176 Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  19. 26cd947 Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  20. 198e0c0 Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 7 years ago
  21. fccfde4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 7 years ago
  22. 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  23. e5372cd sparc64: Fix boot on T4 and later. by David S. Miller · 7 years ago
  24. ef0010a vsprintf: don't use 'restricted_pointer()' when not restricting by Linus Torvalds · 7 years ago
  25. 668533d kallsyms: take advantage of the new '%px' format by Linus Torvalds · 7 years ago
  26. da6af54 Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linux by Linus Torvalds · 7 years ago
  27. f55e101 Revert "mm, thp: Do not make pmd/pud dirty without a reason" by Linus Torvalds · 7 years ago
  28. f6454f8 ethernet: dwmac-stm32: Fix copyright by Benjamin Gaignard · 7 years ago
  29. a7e4fbb net: via: via-rhine: use %p to format void * address instead of %x by Colin Ian King · 7 years ago
  30. 282ef47 rxrpc: Fix variable overwrite by Gustavo A. R. Silva · 7 years ago
  31. 15bfe05 net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit by Geert Uytterhoeven · 7 years ago
  32. 5fc62f6 rxrpc: Fix ACK generation from the connection event processor by David Howells · 7 years ago
  33. 3d7682a rxrpc: Clean up whitespace by David Howells · 7 years ago
  34. 01e4fab myri10ge: Update MAINTAINERS by Hyong-Youb Kim · 7 years ago
  35. 6424f6b kasan: use %px to print addresses instead of %p by Tobin C. Harding · 7 years ago
  36. 7b1924a vsprintf: add printk specifier %px by Tobin C. Harding · 7 years ago
  37. ad67b74 printk: hash addresses printed with %p by Tobin C. Harding · 7 years ago
  38. 57e7344 vsprintf: refactor %pK code out of pointer() by Tobin C. Harding · 7 years ago
  39. 553d8e8 docs: correct documentation for %pK by Tobin C. Harding · 7 years ago
  40. 43570f0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  41. d51aae6 net: sched: cbq: create block for q->link.block by Jiri Pirko · 7 years ago
  42. 0195a21 atm: suni: remove extraneous space to fix indentation by Colin Ian King · 7 years ago
  43. 6c90654 atm: lanai: use %p to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  44. 4a5def7 VSOCK: Don't set sk_state to TCP_CLOSE before testing it by Jorgen Hansen · 7 years ago
  45. 22dac9f atm: fore200e: use %pK to format kernel addresses instead of %x by Colin Ian King · 7 years ago
  46. c95c3fe ambassador: fix incorrect indentation of assignment statement by Colin Ian King · 7 years ago
  47. fc39c38 vxlan: use __be32 type for the param vni in __vxlan_fdb_delete by Xin Long · 7 years ago
  48. 5eb3d22 bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM by Xin Long · 7 years ago
  49. a8dd397 sctp: use right member as the param of list_for_each_entry by Xin Long · 7 years ago
  50. f85729d sch_sfq: fix null pointer dereference at timer expiration by Paolo Abeni · 7 years ago
  51. 25415ce cls_bpf: don't decrement net's refcount when offload fails by Jakub Kicinski · 7 years ago
  52. 43f462f Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  53. 3c02a6d Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU" by Takashi Iwai · 7 years ago
  54. ea37d59 Btrfs: incremental send, fix wrong unlink path after renaming file by Filipe Manana · 7 years ago
  55. 15fe076 net/packet: fix a race in packet_bind() and packet_notifier() by Eric Dumazet · 7 years ago
  56. 57f015f packet: fix crash in fanout_demux_rollover() by Mike Maloney · 7 years ago
  57. a51a40b Merge branch 'sctp-fix-sparse-errors' by David S. Miller · 7 years ago
  58. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  59. af2697a sctp: force the params with right types for sctp csum apis by Xin Long · 7 years ago
  60. 08f4607 sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail by Xin Long · 7 years ago
  61. f95d5bf0 lmc: Use memdup_user() as a cleanup by Vasyl Gomonovych · 7 years ago
  62. dea521a bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' by Christophe JAILLET · 7 years ago
  63. 952b6b3 net: phy: marvell10g: fix the PHY id mask by Antoine Tenart · 7 years ago
  64. f40b55ab Merge branch 'mvpp2-fixes' by David S. Miller · 7 years ago
  65. 76e583c net: mvpp2: check ethtool sets the Tx ring size is to a valid min value by Antoine Tenart · 7 years ago
  66. e749aca net: mvpp2: do not disable GMAC padding by Yan Markman · 7 years ago
  67. 26146b0 net: mvpp2: cleanup probed ports in the probe error path by Antoine Tenart · 7 years ago
  68. ba2d8d8 net: mvpp2: fix the txq_init error path by Antoine Tenart · 7 years ago
  69. e254997 Merge branch 'mlxsw-GRE-offloading-fixes' by David S. Miller · 7 years ago
  70. 09dbf62 mlxsw: spectrum_router: Update nexthop RIF on update by Petr Machata · 7 years ago
  71. d97cda5 mlxsw: spectrum_router: Handle encap to demoted tunnels by Petr Machata · 7 years ago
  72. cab43d9 mlxsw: spectrum_router: Demote tunnels on VRF migration by Petr Machata · 7 years ago
  73. 57c77ce mlxsw: spectrum_router: Offload decap only for up tunnels by Petr Machata · 7 years ago
  74. 32f0160 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  75. 69fc6cb btrfs: tree-checker: Fix false panic for sanity test by Qu Wenruo · 7 years ago
  76. 8f5abe8 proc: don't report kernel addresses in /proc/<pid>/stack by Linus Torvalds · 7 years ago
  77. 8abd20b e1000: Fix off-by-one in debug message by Ahmad Fatoum · 7 years ago
  78. 80752a9 i40e: Fix reporting incorrect error codes by Amritha Nambiar · 7 years ago
  79. c0f4b16 e1000e: fix the use of magic numbers for buffer overrun issue by Sasha Neftin · 7 years ago
  80. c30bf8c i40e/virtchnl: fix application of sizeof to pointer by Gustavo A R Silva · 7 years ago
  81. 81833de lockd: fix "list_add double add" caused by legacy signal interface by Vasily Averin · 7 years ago
  82. 9e137ed nlm_shutdown_hosts_net() cleanup by Vasily Averin · 7 years ago
  83. 2317dc5 race of nfsd inetaddr notifiers vs nn->nfsd_serv change by Vasily Averin · 7 years ago
  84. 6b18dd1 race of lockd inetaddr notifiers vs nlmsvc_rqst change by Vasily Averin · 7 years ago
  85. ee24eac SUNRPC: make cache_detail structures const by Bhumika Goyal · 7 years ago
  86. ae2e408 NFSD: make cache_detail structures const by Bhumika Goyal · 7 years ago
  87. d34971a sunrpc: make the function arg as const by Bhumika Goyal · 7 years ago
  88. ae254dac nfsd: check for use of the closed special stateid by Andrew Elble · 7 years ago
  89. 64ebe124 nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat by Naofumi Honda · 7 years ago
  90. 3a2b19d lockd: lost rollback of set_grace_period() in lockd_down_net() by Vasily Averin · 7 years ago
  91. a3152f1 lockd: added cleanup checks in exit_net hook by Vasily Averin · 7 years ago
  92. b872285 grace: replace BUG_ON by WARN_ONCE in exit_net hook by Vasily Averin · 7 years ago
  93. 4f34bd0 nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex class by Andrew Elble · 7 years ago
  94. e919b07 lockd: remove net pointer from messages by Vasily Averin · 7 years ago
  95. ba58952 nfsd: remove net pointer from debug messages by Vasily Averin · 7 years ago
  96. 03da316 nfsd: Fix races with check_stateid_generation() by Trond Myklebust · 7 years ago
  97. 9271d7e nfsd: Ensure we check stateid validity in the seqid operation checks by Trond Myklebust · 7 years ago
  98. beeca19 nfsd: Fix race in lock stateid creation by Trond Myklebust · 7 years ago
  99. fd1fd68 nfsd4: move find_lock_stateid by Trond Myklebust · 7 years ago
  100. 659aefb nfsd: Ensure we don't recognise lock stateids after freeing them by Trond Myklebust · 7 years ago